Metadata-Version: 2.1
Name: limits
Version: 1.5.1
Summary: Rate limiting utilities
Home-page: https://limits.readthedocs.org
Author: Ali-Akber Saifee
Author-email: ali@indydevs.org
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE.txt

.. |travis-ci| image:: https://img.shields.io/travis/alisaifee/limits/master.svg?style=flat-square
    :target: https://travis-ci.org/#!/alisaifee/limits?branch=master
.. |coveralls| image:: https://img.shields.io/coveralls/alisaifee/limits/master.svg?style=flat-square
    :target: https://coveralls.io/r/alisaifee/limits?branch=master
.. |pypi| image:: https://img.shields.io/pypi/v/limits.svg?style=flat-square
    :target: https://pypi.python.org/pypi/limits
.. |license| image:: https://img.shields.io/pypi/l/limits.svg?style=flat-square
    :target: https://pypi.python.org/pypi/limits
.. |gitter| image:: https://img.shields.io/badge/gitter-join%20chat-blue.svg?style=flat-square
   :alt: Join the chat at https://gitter.im/alisaifee/limits
   :target: https://gitter.im/alisaifee/limits?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content

*************
limits
*************
|travis-ci| |coveralls| |pypi| |gitter| |license|

*limits* provides utilities to implement rate limiting using
various strategies and storage backends such as redis & memcached.

*****
Links
*****

* `Documentation <http://limits.readthedocs.org>`_
* `Changelog <http://limits.readthedocs.org/en/stable/changelog.html>`_

