Metadata-Version: 1.2
Name: limits
Version: 2.0.3
Summary: Rate limiting utilities
Home-page: https://limits.readthedocs.org
Author: Ali-Akber Saifee
Author-email: ali@indydevs.org
License: MIT
Description: .. |ci| image:: https://github.com/alisaifee/limits/workflows/CI/badge.svg?branch=master
            :target: https://github.com/alisaifee/limits/actions?query=branch%3Amaster+workflow%3ACI
        .. |codecov| image:: https://codecov.io/gh/alisaifee/limits/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/alisaifee/limits
        .. |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
        
        *************
        limits
        *************
        |ci| |codecov| |pypi| |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>`_
        
        
Platform: UNKNOWN
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 :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >3.7
