Source: python-simplekv
Section: python
Priority: optional
Maintainer: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/mbr/simplekv
Testsuite: autopkgtest-pkg-python

Package: python3-simplekv
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: simple key-value store for binary data (Python 3)
 This package contains an API for very basic key-value stores used for small,
 frequently accessed data or large binary blobs. Its basic interface is easy to
 implement and it supports a number of backends, including the filesystem,
 SQLAlchemy, MongoDB, Redis and Amazon S3/Google Storage.
 .
 This package installs the library for Python 3.
