Metadata-Version: 2.1
Name: pytokenbucket
Version: 0.1.0
Summary: A token bucket implementation for Python which only uses the standard library
Home-page: https://github.com/cmeister2/pytokenbucket
Author: Max Dymond
Author-email: cmeister2@gmail.com
License: MIT license
Keywords: pytokenbucket
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: six

===================
Python Token Bucket
===================


.. image:: https://img.shields.io/pypi/v/pytokenbucket.svg
        :target: https://pypi.python.org/pypi/pytokenbucket

.. image:: https://img.shields.io/travis/cmeister2/pytokenbucket.svg
        :target: https://travis-ci.org/cmeister2/pytokenbucket

.. image:: https://readthedocs.org/projects/pytokenbucket/badge/?version=latest
        :target: https://pytokenbucket.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A token bucket implementation for Python which only uses the standard library.


* Free software: MIT license
* Documentation: https://pytokenbucket.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-12-18)
------------------

* First release on PyPI.


