Metadata-Version: |
2.1 |
Name: |
asgi-idempotency-header |
Version: |
0.2.0 |
Summary: |
Enable idempotent operations for your endpoints. |
Author: |
Sondre Lillebø Gundersen |
Author-Email: |
sondrelg[at]live.no |
Maintainer: |
Patrick Gleeson |
Maintainer-Email: |
pgleeson[at]spoton.com |
Home-Page: |
https://github.com/snok/asgi-idempotency-header |
Project-Url: |
Repository, https://github.com/snok/asgi-idempotency-header |
License: |
BSD-3 |
Keywords: |
idempotence,idempotency,header,fastapi,starlette,asgi,middleware,api,endpoint,http |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
License :: Other/Proprietary 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.10 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8,<4.0 |
Requires-Dist: |
fastapi (<0.71.0,>=0.70.0); extra == "fastapi" or extra == "all" |
Requires-Dist: |
lupa; extra == "redis" or extra == "all" |
Requires-Dist: |
redis (<5.0,>=4.2); extra == "redis" or extra == "all" |
Requires-Dist: |
starlette; extra == "starlette" or extra == "all" |
Provides-Extra: |
all |
Provides-Extra: |
fastapi |
Provides-Extra: |
redis |
Provides-Extra: |
starlette |
Description-Content-Type: |
text/markdown |