Metadata-Version: 2.4
Name: ff-cache
Version: 0.1.1
Summary: A simple cache library.
Home-page: https://github.com/itsanr-oris/ff-cache
Author: foris.feng
Author-email: us@f-oris.me
License: MIT
Project-URL: Bug Tracker, https://github.com/itsanr-oris/ff-cache/issues
Project-URL: Source Code, https://github.com/itsanr-oris/ff-cache
Keywords: cache,redis-cache
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: redis
Requires-Dist: redis>=4.2.0; extra == "redis"
Provides-Extra: tests
Requires-Dist: faker; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"
Dynamic: requires-python

# ff-cache
This is a simple cache library.

# How to use

```bash
pip install ff-cache
```
