{ "info": { "author": "Ricardo Baltazar Chaves", "author_email": "ricardobchaves6@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: Portuguese (Brazilian)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware" ], "description": "# django_http2_push\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nA simple way to add Header LINK\n\n## Install\n\n```bash\npip install django_http2_push\n```\n\nUpdate your `settings.py`\n\n```python\nINSTALLED_APPS = [\n ...\n \"django_http2_push\",\n ...\n]\n\nMIDDLEWARE = [\n ...\n \"django_http2_push.middleware.PushHttp2Middleware\",\n ...\n]\n```\n\n## Usage\n\nIn the templates now use `static_push` instead of `static`.\n\n![template_html](docs/images/template_html.png)\n\n![header](docs/images/header_done.png)\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ricardochaves/django_http2_push", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-http2-push", "package_url": "https://pypi.org/project/django-http2-push/", "platform": "", "project_url": "https://pypi.org/project/django-http2-push/", "project_urls": { "Homepage": "https://github.com/ricardochaves/django_http2_push" }, "release_url": "https://pypi.org/project/django-http2-push/0.0b2/", "requires_dist": null, "requires_python": "", "summary": "A simple way to add Header LINK", "version": "0.0b2" }, "last_serial": 4299818, "releases": { "0.0b2": [ { "comment_text": "", "digests": { "md5": "dff76911e9f01ab0124359f8efbf7e32", "sha256": "df8d34136386315e440b2d5d83a999709e5175ac1c1b16f582c3a2ea771036bf" }, "downloads": -1, "filename": "django_http2_push-0.0b2-py3-none-any.whl", "has_sig": false, "md5_digest": "dff76911e9f01ab0124359f8efbf7e32", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4908, "upload_time": "2018-09-22T15:07:45", "url": "https://files.pythonhosted.org/packages/f9/33/94a5b30a0c2d27e21c8f93c5ed084808ce59ffa69d423b2578dac4f1929c/django_http2_push-0.0b2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c9b56b48432806d8869b2ef5b72bbcab", "sha256": "77ea0ec0733ded828d7596e2475d541ff40434b706f9c22265ba1e4591067b25" }, "downloads": -1, "filename": "django_http2_push-0.0b2.tar.gz", "has_sig": false, "md5_digest": "c9b56b48432806d8869b2ef5b72bbcab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3102, "upload_time": "2018-09-22T15:07:46", "url": "https://files.pythonhosted.org/packages/69/db/59279015e5b1558e971e7d9f982dfc8577037fbc84b23123632e180630bd/django_http2_push-0.0b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dff76911e9f01ab0124359f8efbf7e32", "sha256": "df8d34136386315e440b2d5d83a999709e5175ac1c1b16f582c3a2ea771036bf" }, "downloads": -1, "filename": "django_http2_push-0.0b2-py3-none-any.whl", "has_sig": false, "md5_digest": "dff76911e9f01ab0124359f8efbf7e32", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4908, "upload_time": "2018-09-22T15:07:45", "url": "https://files.pythonhosted.org/packages/f9/33/94a5b30a0c2d27e21c8f93c5ed084808ce59ffa69d423b2578dac4f1929c/django_http2_push-0.0b2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c9b56b48432806d8869b2ef5b72bbcab", "sha256": "77ea0ec0733ded828d7596e2475d541ff40434b706f9c22265ba1e4591067b25" }, "downloads": -1, "filename": "django_http2_push-0.0b2.tar.gz", "has_sig": false, "md5_digest": "c9b56b48432806d8869b2ef5b72bbcab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3102, "upload_time": "2018-09-22T15:07:46", "url": "https://files.pythonhosted.org/packages/69/db/59279015e5b1558e971e7d9f982dfc8577037fbc84b23123632e180630bd/django_http2_push-0.0b2.tar.gz" } ] }