django-ratelimit


Namedjango-ratelimit JSON
Version 4.1.0 PyPI version JSON
download
home_page
SummaryCache-based rate-limiting for Django.
upload_time2023-07-24 20:34:32
maintainer
docs_urlNone
author
requires_python>=3.7
licenseCopyright (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.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
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/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-ratelimit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "James Socol <me@jamessocol.com>",
    "download_url": "https://files.pythonhosted.org/packages/6f/8f/94038fe739b095aca3e4708ecc8a4e77f1fcfd87bed5d6baff43d4c80bc4/django-ratelimit-4.1.0.tar.gz",
    "platform": null,
    "description": "================\nDjango Ratelimit\n================\n\nDjango Ratelimit provides a decorator to rate-limit views. Limiting can\nbe based on IP address or a field in the request--either a GET or POST\nvariable.\n\n.. image:: https://github.com/jsocol/django-ratelimit/workflows/test/badge.svg?branch=main\n   :target: https://github.com/jsocol/django-ratelimit/actions\n\n:Code:          https://github.com/jsocol/django-ratelimit\n:License:       Apache Software License 2.0; see LICENSE file\n:Issues:        https://github.com/jsocol/django-ratelimit/issues\n:Documentation: http://django-ratelimit.readthedocs.io/\n",
    "bugtrack_url": null,
    "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. ",
    "summary": "Cache-based rate-limiting for Django.",
    "version": "4.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jsocol/django-ratelimit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb782c59b30cd8bc8068d02349acb6aeed5c4e05eb01cdf2107ccd76f2e81487",
                "md5": "ed2c43daef46c6fb06b1cc626c448515",
                "sha256": "d047a31cf94d83ef1465d7543ca66c6fc16695559b5f8d814d1b51df15110b92"
            },
            "downloads": -1,
            "filename": "django_ratelimit-4.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ed2c43daef46c6fb06b1cc626c448515",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 11608,
            "upload_time": "2023-07-24T20:34:31",
            "upload_time_iso_8601": "2023-07-24T20:34:31.362030Z",
            "url": "https://files.pythonhosted.org/packages/fb/78/2c59b30cd8bc8068d02349acb6aeed5c4e05eb01cdf2107ccd76f2e81487/django_ratelimit-4.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f8f94038fe739b095aca3e4708ecc8a4e77f1fcfd87bed5d6baff43d4c80bc4",
                "md5": "9a114cf8d95e74b7974aa3ef762f44b0",
                "sha256": "555943b283045b917ad59f196829530d63be2a39adb72788d985b90c81ba808b"
            },
            "downloads": -1,
            "filename": "django-ratelimit-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9a114cf8d95e74b7974aa3ef762f44b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11551,
            "upload_time": "2023-07-24T20:34:32",
            "upload_time_iso_8601": "2023-07-24T20:34:32.374075Z",
            "url": "https://files.pythonhosted.org/packages/6f/8f/94038fe739b095aca3e4708ecc8a4e77f1fcfd87bed5d6baff43d4c80bc4/django-ratelimit-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-24 20:34:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jsocol",
    "github_project": "django-ratelimit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-ratelimit"
}
        
Elapsed time: 0.12346s