pyTokenBucket¶
A token bucket implementation for Python which only uses the standard library.
- Free software: MIT license
- Documentation: https://pytokenbucket.readthedocs.io.
Features¶
- Threaded token bucket which refreshes tokens at a given rate.
Credits¶
This package was created with Cookiecutter and the cmeister2/cookiecutter-pypackage project template.