Metadata-Version: 2.1
Name: fakevalkey
Version: 0.0.2
Summary: Python implementation of valkey API, can be used for testing purposes.
Home-page: https://github.com/cunla/fakevalkey-py
License: BSD-3-Clause
Keywords: valkey,testing
Author: Daniel Moran
Author-email: daniel@moransoftware.ca
Maintainer: Daniel Moran
Maintainer-email: daniel@moransoftware.ca
Requires-Python: >=3.8,<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.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: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: bf
Provides-Extra: cf
Provides-Extra: json
Provides-Extra: lua
Provides-Extra: probabilistic
Requires-Dist: jsonpath-ng (>=1.6,<2.0) ; extra == "json"
Requires-Dist: lupa (>=2.1,<3.0) ; extra == "lua"
Requires-Dist: pyprobables (>=0.6,<0.7) ; extra == "bf" or extra == "cf" or extra == "probabilistic"
Requires-Dist: sortedcontainers (>=2,<3)
Requires-Dist: typing_extensions (>=4.7,<5.0) ; python_version < "3.11"
Requires-Dist: valkey (>=6.0,<7.0)
Project-URL: Bug Tracker, https://github.com/cunla/fakevalkey-py/issues
Project-URL: Documentation, https://fakevalkey.readthedocs.io/
Project-URL: Funding, https://github.com/sponsors/cunla
Project-URL: Repository, https://github.com/cunla/fakevalkey-py
Description-Content-Type: text/markdown

fakevalkey: A fake version of a valkey-py
=========================================

This package has been deprecated. All ValKey API are implemented in FakeRedis and it can be used to test ValKey API.



