Contents

throttled-py 3.1.1

0

🔧 High-performance Python rate limiting library with multiple algorithms (Fixed Window, Sliding Wind

🔧 High-performance Python rate limiting library with multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket & GCRA) and storage backends (Redis, In-Memory).

Stars: 614, Watchers: 614, Forks: 30, Open Issues: 5

The ZhuoZhuoCrayon/throttled-py repo was created 1 years ago and the last code push was 4 days ago.
The project is popular with 614 github stars!

How to Install throttled-py

You can install throttled-py using pip

pip install throttled-py

or add it to a project with poetry

poetry add throttled-py

Package Details

Author
None
License
MIT
Homepage
None
PyPi:
https://pypi.org/project/throttled-py/
Documentation:
https://throttled-py.readthedocs.io
GitHub Repo:
https://github.com/ZhuoZhuoCrayon/throttled-py

Classifiers

  • Software Development/Libraries/Python Modules
No  throttled-py  pypi packages just yet.

Errors

A list of common throttled-py errors.

Code Examples

Here are some throttled-py code examples and snippets.

GitHub Issues

The throttled-py package has 5 open issues on GitHub

  • Proposal: CONTRIBUTING.md for new contributors
  • feat: add hook system with OpenTelemetry support (#37)
  • 📈 Observability via OpenTelemetry

See more issues on GitHub

Related Packages & Articles

aredis 1.1.8

Python async client for Redis key-value store

ring 0.10.1

Function-oriented cache interface with built-in memcache & redis + asyncio support.