A quick and simple key-value store for Python applications
Project description
KvickStore
Love puns? Love lighweight and safe key-value stores? Then you'll love KvickStore!
KvickStore is a simple and lightweight key-value store based on the json module. It has been heavily inspired by pickleDB but I aim to make it more flexible.
This repo is under construction (Apha Stage)! Please be careful incase you decide to use it.
KvickStore is easy to use
>>> import KvickStore
>>> db = KvickStore.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.save()
True
Link(s)
Notes
This is a project under development. I plan to add more features and make it more robust. If you have any suggestions or feedback, please let me know! I would love to hear and learn from you.
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
KvickStore-0.0.2.tar.gz
(9.8 kB
view hashes)
Built Distribution
Close
Hashes for KvickStore-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 384fd91ef2595ae8ee94c3c5a237e3c0197bc0f381dbd206c766efd5a7682796 |
|
MD5 | f1236a1a87cdde9b2cec5b9fe6f7093f |
|
BLAKE2b-256 | 489240f1e429369f0fdbedc948308badde678c956c031addcb7649f19c71591c |