django-ratelimit 4.1.0
0
Cache-based rate-limiting for Django.
Contents
Cache-based rate-limiting for Django.
Stars: 1068, Watchers: 1068, Forks: 187, Open Issues: 34The jsocol/django-ratelimit
repo was created 13 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 1068 github stars!
How to Install django-ratelimit
You can install django-ratelimit using pip
pip install django-ratelimit
or add it to a project with poetry
poetry add django-ratelimit
Package Details
- Author
- License
- Copyright (c) 2022, James Socol Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Homepage
- PyPi:
- https://pypi.org/project/django-ratelimit/
- GitHub Repo:
- https://github.com/jsocol/django-ratelimit
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common django-ratelimit errors.
Code Examples
Here are some django-ratelimit
code examples and snippets.
GitHub Issues
The django-ratelimit package has 34 open issues on GitHub
- cache_key already exists errors in PostgreSQL