Coder Social home page Coder Social logo

trendingtechnology / oh-my-pickledb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tory1103/oh-my-pickledb

0.0 1.0 0.0 105 KB

Oh-My-PickleDB is an open source key-value store using Python's json module.

License: GNU General Public License v3.0

Python 100.00%

oh-my-pickledb's Introduction

What is PickleDB

PickleDB is a lightweight, fast, and simple database based on json module. It's BSD licensed!

Oh-My-PickleDB

Oh-My-PickleDB is an improved version of PickleDB with more database concepts than original one. Most important concepts are:

  • Cryptography module - Encrypt/Decrypt database content using FERNET encoding
  • Code improvements - More readable documentation, improved code, etc...
  • Database Conversions - Works with bytes, json or str databases
  • More flexibility - Save/load database as bytes, json or str, you decide!
  • Statistics Tools - HopperDB works as a data analyzer
  • Frameworks - Pre-defined databases like UsersDB, ProductsDB, etc...

Oh-My-PickleDB is fun and easy to use

from my_pickledb import PickleDB

database = PickleDB("test.db", load=True, auto_dump=True)  # PickleDB object

db.set('key', 'value')  # Creates new key and value
db.get('key')  # Must return 'value'
db.dump()  # Must save database to file on specified path

Easy to Install

# Using python pip
$ pip install oh-my-pickledb
# Using git
$ git clone https://github.com/tory1103/oh-my-pickledb.git
$ cd oh-my-pickledb
$ pip install -r requirements.txt

Contributing

You can propose a feature request opening an issue, or a pull request.

Here is a list of oh-my-pickledb contributors:

Useful Links

Website
Documentation
PyPi

oh-my-pickledb's People

Contributors

dependabot[bot] avatar tory1103 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.