**Flask-RateLimiter** is an extension for Flask that provides a rate limiting decorator. .. image:: https://travis-ci.org/inveniosoftware/flask-ratelimiter.png?branch=master :target: https://travis-ci.org/inveniosoftware/flask-ratelimiter .. image:: https://coveralls.io/repos/inveniosoftware/flask-ratelimiter/badge.png?branch=master :target: https://coveralls.io/r/inveniosoftware/flask-ratelimiter User's Guide ============ This part of the documentation will show you how to get started in using Flask-RateLimiter with Flask. .. toctree:: :maxdepth: 2 installation quickstart userguide API Reference ============ If you are looking for information on a specific function, class or method, this part of the documentation is for you. .. toctree:: :maxdepth: 2 api Additional Notes ================ Notes on how to contribute, legal information and changelog are here for the interested. .. toctree:: :maxdepth: 2 contributing changelog license