Metadata-Version: |
2.1 |
Name: |
fastapi-caching |
Version: |
0.3.0 |
Summary: |
Cache library for FastAPI with tag based invalidation |
Author: |
Jacob Magnusson |
Author-Email: |
m[at]jacobian.se |
Home-Page: |
https://github.com/jmagnusson/fastapi-caching |
License: |
MIT |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Requires-Python: |
>=3.6 |
Requires-Dist: |
fastapi |
Requires-Dist: |
cachetools |
Requires-Dist: |
aioredis; extra == "all" |
Requires-Dist: |
uvicorn (==0.11.5); extra == "all" |
Requires-Dist: |
databases[sqlite]; extra == "all" |
Requires-Dist: |
pytest (>=5.4.0); extra == "all" |
Requires-Dist: |
pytest-cov; extra == "all" |
Requires-Dist: |
pytest-asyncio; extra == "all" |
Requires-Dist: |
requests; extra == "all" |
Requires-Dist: |
httpx; extra == "all" |
Requires-Dist: |
fakeredis; extra == "all" |
Requires-Dist: |
lupa; extra == "all" |
Requires-Dist: |
black; extra == "all" |
Requires-Dist: |
isort; extra == "all" |
Requires-Dist: |
watchgod (<0.7,>=0.6); extra == "all" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
isort; extra == "dev" |
Requires-Dist: |
watchgod (<0.7,>=0.6); extra == "dev" |
Requires-Dist: |
uvicorn (==0.11.5); extra == "examples" |
Requires-Dist: |
databases[sqlite]; extra == "examples" |
Requires-Dist: |
aioredis; extra == "redis" |
Requires-Dist: |
pytest (>=5.4.0); extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-asyncio; extra == "test" |
Requires-Dist: |
requests; extra == "test" |
Requires-Dist: |
httpx; extra == "test" |
Requires-Dist: |
fakeredis; extra == "test" |
Requires-Dist: |
lupa; extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
examples |
Provides-Extra: |
redis |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |