{ "info": { "author": "Ratson", "author_email": "contact@ratson.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "django-wsgi-view\n================\n\n.. image:: https://img.shields.io/pypi/v/django-wsgi-view.svg\n :target: https://pypi.python.org/pypi/django-wsgi-view\n :alt: Latest PyPI version\n :crossorigin: anonymous\n\nEmbed WSGI application as Django view.\n\nRequirements\n------------\n\n- Python >= 3.6\n- Django >= 1.10\n\nInstallation\n------------\n\nYou can install ``django-wsgi-view`` via `pip`_ from `PyPI`_::\n\n $ pip install django-wsgi-view\n\n.. _`pip`: https://pypi.python.org/pypi/pip/\n.. _`PyPI`: https://pypi.python.org/pypi\n\nUsage\n-----\n\n``urls.py`` module in your project:\n\n.. code:: python\n\n from django.conf.urls import url\n from wsgi_view import WsgiView\n\n urlpatterns = [\n url(r'^sub-app(/.*)', WsgiView.as_view(application='wsgi.app')),\n ]", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ratson/django-wsgi-view", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-wsgi-view", "package_url": "https://pypi.org/project/django-wsgi-view/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-wsgi-view/", "project_urls": { "Homepage": "https://github.com/ratson/django-wsgi-view" }, "release_url": "https://pypi.org/project/django-wsgi-view/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Embed WSGI application as Django view.", "version": "0.0.1" }, "last_serial": 2557228, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5a62c46e30e12ba8971c724a66facba4", "sha256": "9d84063fa312c8d5ca8bc83e38f58d1ecdc6bebdcadf1932705e4285d5afca29" }, "downloads": -1, "filename": "django_wsgi_view-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5a62c46e30e12ba8971c724a66facba4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3613, "upload_time": "2017-01-06T07:20:00", "url": "https://files.pythonhosted.org/packages/8e/92/197a8284ad2a8a17a570493ba2006cbdbf2fe54f667807383f4262fe8094/django_wsgi_view-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3543f77ea12c30fe43da514b5c46573", "sha256": "3c8025f20f8bff7732af4fa613d1036c89a7be7e81697bc8c67caaee0c547f68" }, "downloads": -1, "filename": "django-wsgi-view-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d3543f77ea12c30fe43da514b5c46573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2098, "upload_time": "2017-01-06T07:20:03", "url": "https://files.pythonhosted.org/packages/20/92/85fb16043675daf2cc3b7465122443ed0eb788d4136a32b9d421cdad786e/django-wsgi-view-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a62c46e30e12ba8971c724a66facba4", "sha256": "9d84063fa312c8d5ca8bc83e38f58d1ecdc6bebdcadf1932705e4285d5afca29" }, "downloads": -1, "filename": "django_wsgi_view-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5a62c46e30e12ba8971c724a66facba4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3613, "upload_time": "2017-01-06T07:20:00", "url": "https://files.pythonhosted.org/packages/8e/92/197a8284ad2a8a17a570493ba2006cbdbf2fe54f667807383f4262fe8094/django_wsgi_view-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3543f77ea12c30fe43da514b5c46573", "sha256": "3c8025f20f8bff7732af4fa613d1036c89a7be7e81697bc8c67caaee0c547f68" }, "downloads": -1, "filename": "django-wsgi-view-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d3543f77ea12c30fe43da514b5c46573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2098, "upload_time": "2017-01-06T07:20:03", "url": "https://files.pythonhosted.org/packages/20/92/85fb16043675daf2cc3b7465122443ed0eb788d4136a32b9d421cdad786e/django-wsgi-view-0.0.1.tar.gz" } ] }