Source: python-fakeredis Maintainer: Debian Python Modules Team Uploaders: Ondřej Kobližek , Ondřej Nový , Section: python Priority: optional Build-Depends: debhelper (>= 11), dh-python (>= 2.20160609~), python-all, python-future, python-lupa, python-nose, python-redis, python-six, python-setuptools, python-sortedcontainers, python3-all, python3-future, python3-lupa, python3-nose, python3-redis, python3-six, python3-setuptools, python3-sortedcontainers, Standards-Version: 4.3.0 Homepage: https://github.com/jamesls/fakeredis Vcs-Browser: https://salsa.debian.org/python-team/modules/python-fakeredis Vcs-Git: https://salsa.debian.org/python-team/modules/python-fakeredis.git Testsuite: autopkgtest-pkg-python Package: python-fakeredis Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Description: Fake version of a redis-py - Python 2.x fakeredis is a pure Python implementation of the redis-py Python client that simulates talking to a redis server. This was created for a single purpose: to write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as redis). This module now allows tests to simply use this module as a reasonable substitute for redis. . This package contains the Python 2.x module. Package: python3-fakeredis Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Fake version of a redis-py - Python 3.x fakeredis is a pure Python implementation of the redis-py Python client that simulates talking to a redis server. This was created for a single purpose: to write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as redis). This module now allows tests to simply use this module as a reasonable substitute for redis. . This package contains the Python 3.x module.