Source: cachelib Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Joseph Nahmias Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-boto3 , memcached , python3-pylibmc , python3-pymongo , python3-pytest , python3-pytest-xprocess , python3-redis , redis-server , python3-pallets-sphinx-themes , python3-sphinx , python3-sphinxcontrib-log-cabinet , python3-sphinxcontrib.applehelp , python3-sphinxcontrib.devhelp , python3-sphinxcontrib.htmlhelp , python3-sphinxcontrib.jsmath , python3-sphinxcontrib.qthelp , python3-sphinxcontrib.serializinghtml , python3-sphinx-issues , python3-sphinx-tabs , Standards-Version: 4.6.2 Homepage: https://github.com/pallets/cachelib/ Vcs-Browser: https://salsa.debian.org/python-team/packages/cachelib Vcs-Git: https://salsa.debian.org/python-team/packages/cachelib.git Rules-Requires-Root: no Package: python3-cachelib Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-cachelib-doc Description: collection of cache libraries using the same API (Python 3) This package provides a uniform API over a number of different caching backends including: . * Memory * File * Redis * Memcached * uWSGI * DynamoDB * MongoDB . This package installs the library for Python 3. Package: python-cachelib-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: collection of cache libraries using the same API (documentation) This package provides a uniform API over a number of different caching backends including: . * Memory * File * Redis * Memcached * uWSGI * DynamoDB * MongoDB . This is the common documentation package.