Metadata-Version: |
2.1 |
Name: |
falcon-limiter |
Version: |
1.0.1 |
Summary: |
Falcon-Limiter - a rate limiting module for the Falcon web framework |
Author: |
Zoltan Fedor |
Author-Email: |
zoltan.1.fedor[at]gmail.com |
Home-Page: |
https://github.com/zoltan-fedor/falcon-limiter |
Project-Url: |
Documentation, https://falcon-limiter.readthedocs.io/en/latest/ |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Web Environment |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.5 |
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 :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.6 |
Requires-Dist: |
falcon (>=1.0.0) |
Requires-Dist: |
limits |
Requires-Dist: |
coredis; extra == "test" |
Requires-Dist: |
flit; extra == "test" |
Requires-Dist: |
pylibmc; extra == "test" |
Requires-Dist: |
pytest (>=4.0.0); extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-pep8; extra == "test" |
Requires-Dist: |
pytest-xdist; extra == "test" |
Requires-Dist: |
pytest-xprocess; extra == "test" |
Requires-Dist: |
redis; extra == "test" |
Requires-Dist: |
tox; extra == "test" |
Requires-Dist: |
tox-pipenv-install; extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |