Source: pylibmc Maintainer: Debian Python Modules Team Uploaders: Carl Chenet Section: python Priority: optional Build-Depends: debhelper (>= 9.0), dh-python, python-all-dev, python-all-dbg, python-sphinx (>= 1.3), python3-all-dev, python3-all-dbg, libmemcached-dev, zlib1g-dev Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pylibmc.git Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylibmc.git Homepage: https://pypi.python.org/pypi/pylibmc/ X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-pylibmc Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Suggests: memcached Description: libmemcached wrapper Pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg. It also manages pooling in a multi-threading environment. Package: python3-pylibmc Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Suggests: memcached Description: libmemcached wrapper (Python3 version) Pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg. It also manages pooling in a multi-threading environment. . This package contains the Python 3 version of the library. Package: python-pylibmc-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: libmemcached wrapper (Documentation) Pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg. It also manages pooling in a multi-threading environment. . This package contains the documentation.