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
File details
Details for the file django-keyvaluestore-0.3.tar.gz
.
File metadata
- Download URL: django-keyvaluestore-0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6baf90d8dafad750f11c6f3ebde033a9279e4a5399f1055e0466a8f4cdbfbcc0 |
|
MD5 | 9fa3e19ef4901d05abaec1d0c7deac26 |
|
BLAKE2b-256 | 6c167819bac388a30de3cf2c8175c09d714832f22e7f1374a5852168ab9f65a2 |
File details
Details for the file django_keyvaluestore-0.3-py2-none-any.whl
.
File metadata
- Download URL: django_keyvaluestore-0.3-py2-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77807e7fb622b2212acb6cce54f0642e628be66fca0c739a42f6728f2c6f181c |
|
MD5 | d5e37d1316984d7c40c61dcae5cea078 |
|
BLAKE2b-256 | 2c91a255ce7f827610e514fcb096a7634002589d0cf78e754f9ed9ba25e51257 |