Metadata-Version: 1.1
Name: limits
Version: 1.0.8
Summary: Rate limiting utilities
Home-page: https://limits.readthedocs.org
Author: Ali-Akber Saifee
Author-email: ali@indydevs.org
License: MIT
Description: .. |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
        .. |landscape| image:: https://landscape.io/github/alisaifee/limits/master/landscape.svg?style=flat-square
            :target: https://landscape.io/github/alisaifee/limits/master
            
        *************
        limits
        *************
        |travis-ci| |coveralls| |landscape| |pypi| |license|
        
        *limits* provides utilities to implement rate limiting using
        various strategies and storage backends such as redis & memcached.
        
        Read more at `readthedocs <http://limits.readthedocs.org>`_
        
        
        
        .. :changelog:
        
        Changelog
        ---------
        
        1.0.8 2015-06-19
        ================
        * Added check method for all storage classes
        * Use lock timeout with redis
        
        1.0.7 2015-06-07
        ================
        * No functional change
        
        1.0.6 2015-05-13
        ================
        * Bug fixes for .test() logic
        
        1.0.5 2015-05-12
        ================
        * Add support for testing a rate limit before hitting it.
        
        1.0.3 2015-03-20
        ================
        * Add support for passing options to storage backend
        
        1.0.2 2015-01-10
        ================
        * Improved documentation
        * Improved usability of API. Renamed RateLimitItem subclasses.
        
        1.0.1 2015-01-08
        ================
        * Example usage in docs.
        
        1.0.0 2015-01-08
        ================
        * Initial import of common rate limiting code from `Flask-Limiter <https://github.com/alisaifee/flask-limiter>`_
        
        
        
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
