Pakket: python-fakeredis (1.0.3-1)
Verwijzigingen voor python-fakeredis
Debian bronnen:
Het bronpakket python-fakeredis downloaden:
- [python-fakeredis_1.0.3-1.dsc]
- [python-fakeredis_1.0.3.orig.tar.gz]
- [python-fakeredis_1.0.3-1.debian.tar.xz]
Beheerders:
- Debian Python Modules Team (QA-pagina, Mailarchief)
- Ondřej Kobližek (QA-pagina)
- Ondřej Nový (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python-fakeredis gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-redis
- Persistent key-value database with network interface (Python library)
-
- dep: python-six (>= 1.12)
- Python 2 and 3 compatibility library (Python 2 interface)
-
- dep: python-sortedcontainers
- sorted container types: SortedList, SortedDict, and SortedSet