Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsocol/django-ratelimit
Cache-based rate-limiting for Django
https://github.com/jsocol/django-ratelimit
Last synced: 28 days ago
JSON representation
Cache-based rate-limiting for Django
- Host: GitHub
- URL: https://github.com/jsocol/django-ratelimit
- Owner: jsocol
- License: other
- Created: 2011-05-20T23:05:29.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T03:21:24.000Z (8 months ago)
- Last Synced: 2024-05-01T12:54:33.816Z (6 months ago)
- Language: Python
- Homepage: https://django-ratelimit.readthedocs.io/en/latest/
- Size: 288 KB
- Stars: 1,012
- Watchers: 19
- Forks: 185
- Open Issues: 31
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Security: docs/security.rst
Awesome Lists containing this project
README
================
Django Ratelimit
================Django Ratelimit provides a decorator to rate-limit views. Limiting can
be based on IP address or a field in the request--either a GET or POST
variable... image:: https://github.com/jsocol/django-ratelimit/workflows/test/badge.svg?branch=main
:target: https://github.com/jsocol/django-ratelimit/actions:Code: https://github.com/jsocol/django-ratelimit
:License: Apache Software License 2.0; see LICENSE file
:Issues: https://github.com/jsocol/django-ratelimit/issues
:Documentation: http://django-ratelimit.readthedocs.io/