Metadata-Version: 2.1
Name: freiner
Version: 3.0.3
Summary: Generic rate limiting solution for python applications, supporting various strategies and storage backends (redis and memcached).
Home-page: https://github.com/djmattyg007/freiner
Author: Matthew Gamble
Author-email: git@matthewgamble.net
License: MIT
Project-URL: Documentation, https://freiner.readthedocs.io/
Project-URL: Source, https://github.com/djmattyg007/freiner
Project-URL: Issues, https://github.com/djmattyg007/freiner/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: typecheck
Provides-Extra: test
Provides-Extra: build
Provides-Extra: dev
License-File: LICENSE.txt

.. |ci| image:: https://github.com/djmattyg007/freiner/workflows/CI/badge.svg?branch=master
   :target: https://github.com/djmattyg007/freiner/actions?query=branch%3Amaster+workflow%3ACI
.. |codecov| image:: https://codecov.io/gh/djmattyg007/freiner/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/djmattyg007/freiner
.. |pypi| image:: https://img.shields.io/pypi/v/freiner.svg
   :target: https://pypi.python.org/pypi/freiner
.. |license| image:: https://img.shields.io/pypi/l/freiner.svg
   :target: https://pypi.python.org/pypi/freiner

*******
Freiner
*******
|ci| |codecov| |pypi| |license|

*Freiner* provides utilities to implement rate limiting using various strategies and storage
backends such as Redis & Memcached.

The French word "freiner" means "to slow down", which is what you'll need to do if you are
rate-limited :)

Currently this project supports Python 3.7, 3.8 and 3.9.

History
-------

Freiner is a fork of a project named `limits <https://github.com/alisaifee/limits>`_. I forked it
to add type hints, and to resolve several outstanding problems at the time.

Links
-----

* `Documentation <https://freiner.readthedocs.io/>`_
* `PyPI <https://pypi.org/project/freiner/>`_
* `Changelog <https://freiner.readthedocs.io/en/latest/changelog.html>`_


