软件包: python3-fakeredis (1.6.1-1)
python3-fakeredis 的相关链接
Trisquel 的资源:
下载源码包 python-fakeredis:
- [python-fakeredis_1.6.1-1.dsc]
- [python-fakeredis_1.6.1.orig.tar.gz]
- [python-fakeredis_1.6.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Team
- Ondřej Kobližek
- Ondřej Nový
外部的资源:
- 主页 [github.com]
相似软件包:
Fake version of a redis-py
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.
其他与 python3-fakeredis 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- dep: python3-six (>= 1.12)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-sortedcontainers
- sorted container types: SortedList, SortedDict, and SortedSet (Python 3)