Metadata-Version: 2.0
Name: speedlimit
Version: 0.1
Summary: A python package provides speed limiting iterators other various helpers using the leaky token bucket algorithm.
Home-page: https://github.com/harlowja/speedlimit
Author: Joshua Harlow (and others)
Author-email: harlowja@gmail.com
License: ASL 2.0
Keywords: rate-limit limits
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: six
Requires-Dist: monotonic

===========
Speed limit
===========

Speed limit utilities that use the tocket bucket algorithm internally.


