.gitignore
.readthedocs.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/publish-gh-pages.yml
.github/workflows/publish-pypi.yml
.github/workflows/python-tests.yml
archive/limiter_archive.py
benchmarks/benchmark_precision.py
benchmarks/benchmark_throughput.py
benchmarks/run_benchmarks.py
benchmarks/results/precision_benchmarks.json
benchmarks/results/precision_benchmarks.md
benchmarks/results/throughput_benchmarks.json
benchmarks/results/throughput_benchmarks.md
call_limiter/__init__.py
call_limiter/limiter.py
call_limiter.egg-info/PKG-INFO
call_limiter.egg-info/SOURCES.txt
call_limiter.egg-info/dependency_links.txt
call_limiter.egg-info/top_level.txt
docs/api.md
docs/burst_mode.md
docs/examples.md
docs/getting-started.md
docs/index.md
docs/requirements.txt
docs/assets/call-limiter-burst.gif
docs/assets/call-limiter-drip.gif
docs/assets/call_limiter_thumbnail.png
examples/examples.py
tests/test_limiter.py