{ "info": { "author": "Michael van Tellingen", "author_email": "michaelvantellingen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "=================\nWSGI Django Media\n=================\n\nReally simple wsgi middleware to serve media files before hitting the Django\napp. Only enabled when Django DEBUG is True. This can really speed up your\nlocal development process when a page loads a lot of media files.\n\n\nStatus\n------\n\n.. image:: https://readthedocs.org/projects/wsgi-django-media/badge/?version=latest\n :target: https://readthedocs.org/projects/wsgi-django-media/\n\n.. image:: https://travis-ci.org/mvantellingen/wsgi-django-media.svg?branch=master\n :target: https://travis-ci.org/mvantellingen/wsgi-django-media\n\n.. image:: http://codecov.io/github/mvantellingen/wsgi-django-media/coverage.svg?branch=master\n :target: http://codecov.io/github/mvantellingen/wsgi-django-media?branch=master\n\n.. image:: https://img.shields.io/pypi/v/wsgi-django-media.svg\n :target: https://pypi.python.org/pypi/wsgi-django-media/\n\n\nGetting started\n===============\n\nUsing this module is really simple. In Django for example edit the wsgi.py\nfile and add the following to the end of the file.\n\n.. code-block:: python\n\n from wsgi_django_media import DjangoMedia\n application = DjangoMedia(application)\n\n\nInstallation\n============\n\nYou can install the latest version using pip::\n\n pip install wsgi-django-media\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/mvantellingen/wsgi-django-media", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wsgi-django-media", "package_url": "https://pypi.org/project/wsgi-django-media/", "platform": "", "project_url": "https://pypi.org/project/wsgi-django-media/", "project_urls": { "Homepage": "https://github.com/mvantellingen/wsgi-django-media" }, "release_url": "https://pypi.org/project/wsgi-django-media/1.0.0/", "requires_dist": [ "django (>=1.8)", "webob (>=1.0.0)", "sphinx (>=1.4.0); extra == 'docs'", "pytest-cov (>=2.2.0); extra == 'test'", "pytest-django (>=3.0.0); extra == 'test'", "pytest (>=2.8.3); extra == 'test'", "WebTest (==2.0.23); extra == 'test'", "isort (==4.2.5); extra == 'test'", "flake8 (==3.0.3); extra == 'test'", "flake8-blind-except (==0.1.1); extra == 'test'", "flake8-debugger (==1.4.0); extra == 'test'" ], "requires_python": "", "summary": "WSGI middleware to serve media for faster Django development", "version": "1.0.0" }, "last_serial": 3721709, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5e6a768049b96478dc16e0f8766d22e1", "sha256": "2d9bcadf1712189ea9f05e638ebb71a7872cd86f8775c35c5f5dd522334d4d2b" }, "downloads": -1, "filename": "wsgi_django_media-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5e6a768049b96478dc16e0f8766d22e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5551, "upload_time": "2018-03-31T07:43:27", "url": "https://files.pythonhosted.org/packages/25/bc/26872659a815d4a3a942c2870bd49ab898eb9f0e72755ecf893b45c97bbd/wsgi_django_media-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1cb5f62cf4605d47daa156b6a8f5621d", "sha256": "402b8dbd0b4a74903722c49d6b1d75e11298e900d703ea481eacbe51c75e1e16" }, "downloads": -1, "filename": "wsgi-django-media-1.0.0.tar.gz", "has_sig": true, "md5_digest": "1cb5f62cf4605d47daa156b6a8f5621d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3259, "upload_time": "2018-03-31T07:43:34", "url": "https://files.pythonhosted.org/packages/6d/25/96fed679f4b5c96085d4d2d29377be4d0e738b11517a5a5816f517a2d2ac/wsgi-django-media-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e6a768049b96478dc16e0f8766d22e1", "sha256": "2d9bcadf1712189ea9f05e638ebb71a7872cd86f8775c35c5f5dd522334d4d2b" }, "downloads": -1, "filename": "wsgi_django_media-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5e6a768049b96478dc16e0f8766d22e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5551, "upload_time": "2018-03-31T07:43:27", "url": "https://files.pythonhosted.org/packages/25/bc/26872659a815d4a3a942c2870bd49ab898eb9f0e72755ecf893b45c97bbd/wsgi_django_media-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1cb5f62cf4605d47daa156b6a8f5621d", "sha256": "402b8dbd0b4a74903722c49d6b1d75e11298e900d703ea481eacbe51c75e1e16" }, "downloads": -1, "filename": "wsgi-django-media-1.0.0.tar.gz", "has_sig": true, "md5_digest": "1cb5f62cf4605d47daa156b6a8f5621d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3259, "upload_time": "2018-03-31T07:43:34", "url": "https://files.pythonhosted.org/packages/6d/25/96fed679f4b5c96085d4d2d29377be4d0e738b11517a5a5816f517a2d2ac/wsgi-django-media-1.0.0.tar.gz" } ] }