A Key-Value store for Django
Project description
django-keyvaluestore implements a very simple database-based key-value store for Django.
Usage
The interface is straightforward:
from keyvaluestore import get_value_for_key, set_key_value set_key_value('foo', 'bar') get_value_for_key('foo')
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
Built Distribution
Close
Hashes for django_keyvaluestore-0.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77807e7fb622b2212acb6cce54f0642e628be66fca0c739a42f6728f2c6f181c |
|
MD5 | d5e37d1316984d7c40c61dcae5cea078 |
|
BLAKE2b-256 | 2c91a255ce7f827610e514fcb096a7634002589d0cf78e754f9ed9ba25e51257 |