Source: python-pymemcache Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, Build-Depends-Indep: python-nose, python-pytest, python-pytest-cov, python-mock, python-six, python3-nose, python3-pytest, python3-pytest-cov, python3-mock, python3-six, Standards-Version: 3.9.6 Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-pymemcache?h=debian%2Fnewton Vcs-Git: https://git.openstack.org/openstack/deb-python-pymemcache -b debian/newton Homepage: https://github.com/Pinterest/pymemcache Package: python-pymemcache Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Description: comprehensive, fast, pure Python memcached client - Python 2.x Pymemcache is a comprehensive, fast, pure-Python memcached client. It supports the following features: * Complete implementation of the memcached text protocol. * Configurable timeouts for socket connect and send/recv calls. * Access to the "noreply" flag, which can significantly increase the speed of writes. * Flexible, simple approach to serialization and deserialization. * The (optional) ability to treat network and memcached errors as cache misses. . This package contains the Python 2.x module. Package: python3-pymemcache Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: comprehensive, fast, pure Python memcached client - Python 3.x Pymemcache is a comprehensive, fast, pure-Python memcached client. It supports the following features: * Complete implementation of the memcached text protocol. * Configurable timeouts for socket connect and send/recv calls. * Access to the "noreply" flag, which can significantly increase the speed of writes. * Flexible, simple approach to serialization and deserialization. * The (optional) ability to treat network and memcached errors as cache misses. . This package contains the Python 3.x module.