Source: python-simplekv
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/mbr/simplekv
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-simplekv
Vcs-Git: https://gitlab.com/kalilinux/packages/python-simplekv.git
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.
