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. And 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...
- 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
Oh-My-PickleDB is fun and easy to use
>>> from my_pickledb import PickleDB
>>> database = PickleDB("test.db", load=True, auto_dump=True)
>>> db.set('key', 'value')
>>> db.get('key')
>>> 'value'
>>> db.dump()
>>> True
Easy to Install
# Using python pip
$ pip install my-pickledb
# Using git
$ git clone https://github.com/tory1103/oh-my-pickledb.git
$ cd oh-my-pickledb
$ pip install -r requirements.txt
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.1.tar.gz
(17.8 kB
view details)
Built Distribution
File details
Details for the file oh-my-pickledb-0.1.tar.gz
.
File metadata
- Download URL: oh-my-pickledb-0.1.tar.gz
- Upload date:
- Size: 17.8 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 | 623ba5034aca55c332ddcf1c7eeb662767eca46f552920286e6d403c45d4c4e7 |
|
MD5 | f6a0da2cc97784ee5548d34059267b01 |
|
BLAKE2b-256 | bbdf5db5c2554a6655617697ce38d85a9f73a18833aac6a81db95e691b755776 |
File details
Details for the file oh_my_pickledb-0.1-py3-none-any.whl
.
File metadata
- Download URL: oh_my_pickledb-0.1-py3-none-any.whl
- Upload date:
- Size: 17.9 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 | edd397c1865f520ef3607d2118daf61eeeaa6b58d42ab9d36310356565029424 |
|
MD5 | ac5a9a3e67f6dfd8fa919ad6ea63a02f |
|
BLAKE2b-256 | 34d793c2fe0410b5dc003e0329e030d965cc4b7fb4a80e9ce0626b16d67f0e5d |