youtube-summarizer/venv311/lib/python3.11/site-packages/fakeredis-2.20.1.dist-info/METADATA

73 lines
3.4 KiB
Plaintext

Metadata-Version: 2.1
Name: fakeredis
Version: 2.20.1
Summary: Python implementation of redis API, can be used for testing purposes.
Home-page: https://github.com/cunla/fakeredis-py
License: BSD-3-Clause
Keywords: redis,RedisJson,tests,redis-stack
Author: Daniel Moran
Author-email: daniel@moransoftware.ca
Maintainer: Daniel Moran
Maintainer-email: daniel@moransoftware.ca
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: bf
Provides-Extra: json
Provides-Extra: lua
Requires-Dist: jsonpath-ng (>=1.6,<2.0) ; extra == "json"
Requires-Dist: lupa (>=1.14,<3.0) ; extra == "lua"
Requires-Dist: pybloom-live (>=4.0,<5.0) ; extra == "bf"
Requires-Dist: redis (>=4)
Requires-Dist: sortedcontainers (>=2,<3)
Project-URL: Bug Tracker, https://github.com/cunla/fakeredis-py/issues
Project-URL: Documentation, https://fakeredis.readthedocs.io/
Project-URL: Funding, https://github.com/sponsors/cunla
Project-URL: Repository, https://github.com/cunla/fakeredis-py
Description-Content-Type: text/markdown
fakeredis: A fake version of a redis-py
=======================================
[![badge](https://img.shields.io/pypi/v/fakeredis)](https://pypi.org/project/fakeredis/)
[![CI](https://github.com/cunla/fakeredis-py/actions/workflows/test.yml/badge.svg)](https://github.com/cunla/fakeredis-py/actions/workflows/test.yml)
[![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/cunla/b756396efb895f0e34558c980f1ca0c7/raw/fakeredis-py.json)](https://github.com/cunla/fakeredis-py/actions/workflows/test.yml)
[![badge](https://img.shields.io/pypi/dm/fakeredis)](https://pypi.org/project/fakeredis/)
[![badge](https://img.shields.io/pypi/l/fakeredis)](./LICENSE)
[![Open Source Helpers](https://www.codetriage.com/cunla/fakeredis-py/badges/users.svg)](https://www.codetriage.com/cunla/fakeredis-py)
--------------------
Documentation is hosted in https://fakeredis.readthedocs.io/
# Intro
FakeRedis is a pure-Python implementation of the Redis key-value store.
It enables running tests requiring redis server without an actual server.
It provides enhanced versions of the redis-py Python bindings for Redis. That provide the following added functionality:
A built-in Redis server that is automatically installed, configured and managed when the Redis bindings are used. A
single server shared by multiple programs or multiple independent servers. All the servers provided by
FakeRedis support all Redis functionality including advanced features such as RedisJson, GeoCommands.
See [official documentation](https://fakeredis.readthedocs.io/) for list of supported commands.
# Sponsor
fakeredis-py is developed for free.
You can support this project by becoming a sponsor using [this link](https://github.com/sponsors/cunla).