[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#779189: ITP: django-kvstore -- Extensible key-value store backend for Django



Package: wnpp
Severity: wishlist
Owner: Neil Williams <codehelp@debian.org>

* Package name    : django-kvstore
  Version         : 1.0-1
  Upstream Author : 2010 Six Apart Ltd. <python@sixapart.com>
* URL             : https://pypi.python.org/pypi/django-kvstore
* License         : BSD
  Programming Lang: Python
  Description     : Extensible key-value store backend for Django

 This module provides an abstraction layer for accessing a
 key-value storage within a Django application using
 Postgresql.
 .
 A dedicated table needs to be created and then this table
 can be specified as the KEY_VALUE_STORE_BACKEND. Only
 primary key lookup queries are supported but the dictionary
 returned can be processed as normal.

Also adding a README.Debian:

django-kvstore 1.0
==================

This package provides a postgres backend.

Other backends are available upstream but are not
actively maintained, including:

googleappengine (Google AppEngine data store)
sdb (Amazon SimpleDB)
tokyotyrant (Tokyo Tyrant)
redis (Redis)

Some non-persistent stores are also provided,
mainly for testing purposes:

locmem
memcached

This package will be a dependency of new code being added to
lava-server and maintained by the Debian LAVA team.


Reply to: