1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: python-binary-memcached
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools (>= 99~),
python3-all,
python3-setuptools,
Build-Depends-Indep:
memcached,
python3-mock,
python3-pytest,
python3-six,
python3-trustme,
python3-uhashring,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-binary-memcached
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-binary-memcached.git
Homepage: https://github.com/jaysonsantos/python-binary-memcached
Package: python3-binary-memcached
Architecture: all
Depends:
python3-six,
python3-uhashring,
${misc:Depends},
${python3:Depends},
Suggests:
python-binary-memcached-doc,
Description: pure python module to access memcached via its binary protocol - Python 3.x
This library contains a pure Python module (thread safe) to access memcached
via it's binary with SASL auth support.
.
The main purpose of this module it to be able to communicate with memcached
using binary protocol and support authentication, so it can work with Heroku
for example.
.
This package contains the Python 3.x module.
|