Oh-My-PickleDB is an open source key-value store using Python's json module
Project description
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
$ python setup.py install
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
oh-my-pickledb-0.2.3.2.tar.gz
(20.1 kB
view details)
Built Distribution
File details
Details for the file oh-my-pickledb-0.2.3.2.tar.gz
.
File metadata
- Download URL: oh-my-pickledb-0.2.3.2.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d5321fd39c87a40e6d113283e6941592ef38a61c870ce4708aa08638e56fbcc |
|
MD5 | d276c8dd7454d12d2c27ce0d0c5b948a |
|
BLAKE2b-256 | d1311634354dce5cbd567fa3d52b3484fe770788333e63bc2530f018a6b7df0e |
File details
Details for the file oh_my_pickledb-0.2.3.2-py3-none-any.whl
.
File metadata
- Download URL: oh_my_pickledb-0.2.3.2-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea16cddbc4247aa654f50fa5482171c4e11ad770887754db7fdf11583568d005 |
|
MD5 | a5e6a1af905e0eeecf1bffdc3bd25db4 |
|
BLAKE2b-256 | 63fa30663c571ec5f7cf072b220f2eee9a020ccd53285d130a6d5d741825304f |