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.1.tar.gz
(9.8 kB
view hashes)
Built Distribution
Close
Hashes for KvickStore-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c9f6bebd7ea069523f24a3786a4bb06026f70208474cceb1ec4b53773a4f519 |
|
MD5 | 4a2cca0aa11e1cb4d725492cf716a927 |
|
BLAKE2b-256 | c3afa5dcd92ffd5b8969c51586061ffcd5a15380c76a0a1dd5111d8fde5050c4 |