Add an initial working in memory rate limiter
This utilises the Generic Cell Rate Algorithm, GCRA, to provide a (hopefully) elegant rate limiting system.
parents
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
CHANGELOG.rst
0 → 100644
LICENSE
0 → 100644
MANIFEST.in
0 → 100644
README.rst
0 → 100644
pyproject.toml
0 → 100644
quart_rate_limiter/py.typed
0 → 100644
setup.cfg
0 → 100644
setup.py
0 → 100644
tests/test_basic.py
0 → 100644
tox.ini
0 → 100644
Please register or sign in to comment