{ "info": { "author": "Petr Timofeev", "author_email": "petr.cons@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "django-restrictip\n=============\n\nAn ip blocker by regexp and ip range for Django apps.\n\n\nUsage\n=====\n\n\n1. Place 'restrictip' in the INSTALLED_APPS tuple of your settings.py file like so:\n \n INSTALLED_APPS = (\n ...\n 'restrictip',\n ...\n )\n\n\n2. Place 'restrictip.middleware.RescrictIpMiddleware' in the MIDDLEWARE_CLASSES \ntuple of your settings.py file like so:\n\n MIDDLEWARE_CLASSES = (\n ...\n 'restrictip.middleware.RescrictIpMiddleware', \n ...\n ) \n\n3. Create tables:\n $ python manage.py syncdb\n\n4. Edit rules in the Django admin", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/pitcons/django-restrictip", "keywords": null, "license": "GPL v3", "maintainer": null, "maintainer_email": null, "name": "django-restrictip", "package_url": "https://pypi.org/project/django-restrictip/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-restrictip/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/pitcons/django-restrictip" }, "release_url": "https://pypi.org/project/django-restrictip/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "An ip blocker by regexp and ip range for Django apps.", "version": "1.0.1" }, "last_serial": 967300, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "87300d60a73782cb31c59362a11b7c20", "sha256": "00905388c06de3e3d92a24f8d810aa786890862c0b76672f23802f7d1875a4a8" }, "downloads": -1, "filename": "django-restrictip-1.0.0.tar.gz", "has_sig": false, "md5_digest": "87300d60a73782cb31c59362a11b7c20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3350, "upload_time": "2011-08-05T22:32:02", "url": "https://files.pythonhosted.org/packages/c9/02/4cf854d269620288c259d130bfd334d7680ce56696f203d86766679745f3/django-restrictip-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "523be6b462821670f9f8b333a6a41d1d", "sha256": "e671534b5ba6adb1e22e3cddab2b6cbc5a3a80c87fcb370f049926ac98dc7e9e" }, "downloads": -1, "filename": "django-restrictip-1.0.1.tar.gz", "has_sig": false, "md5_digest": "523be6b462821670f9f8b333a6a41d1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3385, "upload_time": "2014-01-13T10:19:55", "url": "https://files.pythonhosted.org/packages/4d/bf/d76751e83227a24f7998eb412dd6258a05629a9bd4223b809696b98fdca7/django-restrictip-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "523be6b462821670f9f8b333a6a41d1d", "sha256": "e671534b5ba6adb1e22e3cddab2b6cbc5a3a80c87fcb370f049926ac98dc7e9e" }, "downloads": -1, "filename": "django-restrictip-1.0.1.tar.gz", "has_sig": false, "md5_digest": "523be6b462821670f9f8b333a6a41d1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3385, "upload_time": "2014-01-13T10:19:55", "url": "https://files.pythonhosted.org/packages/4d/bf/d76751e83227a24f7998eb412dd6258a05629a9bd4223b809696b98fdca7/django-restrictip-1.0.1.tar.gz" } ] }