Skip to main content

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


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)

Uploaded Source

Built Distribution

KvickStore-0.0.2-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page