{ "info": { "author": "Kheshav Sewnundun", "author_email": "kheshav@cyberstorm.mu", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====\nHttp451\n=====\n\nHttp451 is a simple Django app that implements http451 on django. It implements the following IEFT RFC:\nhttps://tools.ietf.org/html/rfc7725\nhttps://tools.ietf.org/id/draft-sahib-451-new-protocol-elements-03.txt\n\nQuick start\n-----------\n\n1. Install http451 via pip : `pip install django-http-451`\n2. Add 'http451' to your INSTALLED_APPS settings like:\n\nINSTALLED_APPS = [\n ...\n 'http451',\n ]\n\n3. Run `python manage.py migrate` to create the http451 models.\n4. Start the development server and visit the admin page\n5. Block a resource add it through the admin page http451 section", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-http-451", "package_url": "https://pypi.org/project/django-http-451/", "platform": "", "project_url": "https://pypi.org/project/django-http-451/", "project_urls": null, "release_url": "https://pypi.org/project/django-http-451/0.1/", "requires_dist": null, "requires_python": "", "summary": "Http451 implementation for django", "version": "0.1" }, "last_serial": 4444014, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a374e29b517c443e333f5223dc4bb276", "sha256": "87224f4d0a991f4bf30cf59ba647de3e9699bc3778ae01d8c0e192dc64608884" }, "downloads": -1, "filename": "django-http-451-0.1.tar.gz", "has_sig": false, "md5_digest": "a374e29b517c443e333f5223dc4bb276", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436229, "upload_time": "2018-11-02T10:23:57", "url": "https://files.pythonhosted.org/packages/cf/45/fe5e3272617ef04899f69f9c2a35732001aa558ddb9f71f5e684fea57e4f/django-http-451-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a374e29b517c443e333f5223dc4bb276", "sha256": "87224f4d0a991f4bf30cf59ba647de3e9699bc3778ae01d8c0e192dc64608884" }, "downloads": -1, "filename": "django-http-451-0.1.tar.gz", "has_sig": false, "md5_digest": "a374e29b517c443e333f5223dc4bb276", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436229, "upload_time": "2018-11-02T10:23:57", "url": "https://files.pythonhosted.org/packages/cf/45/fe5e3272617ef04899f69f9c2a35732001aa558ddb9f71f5e684fea57e4f/django-http-451-0.1.tar.gz" } ] }