Skip to main content

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

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-keyvaluestore-0.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

django_keyvaluestore-0.3-py2-none-any.whl (5.0 kB view hashes)

Uploaded Python 2

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