[ ソース: python-fakeredis ]
パッケージ: python3-fakeredis (1.4.5-4)
python3-fakeredis に関するリンク
Debian の資源:
python-fakeredis ソースパッケージをダウンロード:
- [python-fakeredis_1.4.5-4.dsc]
- [python-fakeredis_1.4.5.orig.tar.gz]
- [python-fakeredis_1.4.5-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- dep: python3-six (>= 1.12)
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)
-
- dep: python3-sortedcontainers
- sorted container types: SortedList, SortedDict, and SortedSet (Python 3)