{ "info": { "author": "Stephan Jaekel", "author_email": "steph@rdev.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "django-static-delivery\n======================\n\n.. image:: https://img.shields.io/pypi/v/django-static-delivery.svg\n :target: https://pypi.python.org/pypi/django-static-delivery\n :alt: Latest Version\n\n.. image:: https://codecov.io/gh/moccu/django-static-delivery/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/moccu/django-static-delivery\n :alt: Coverage Status\n\n.. image:: https://readthedocs.org/projects/django-static-delivery/badge/?version=latest\n :target: https://django-static-delivery.readthedocs.io/en/stable/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/moccu/django-static-delivery.svg?branch=master\n :target: https://travis-ci.org/moccu/django-static-delivery\n\nUsage\n-----\n\nPlease refer to the `Documentation `_ to\nlearn how to use ``django-static-delivery``. Basicly, ``static_delivery`` provides a\nmiddleware to serve static files in - for example - Docker setups. The package uses\na middleware instead of a view to make sure we can bypass cookies.\n\n\nRequirements\n------------\n\ndjango-static-delivery supports Python 3 only and requires at least Django 1.11.\nNo other dependencies are required.\n\n\nPrepare for development\n-----------------------\n\nA Python 3.6 interpreter is required in addition to pipenv.\n\n.. code-block:: shell\n\n $ pipenv install --python 3.6\n $ pipenv shell\n $ pip install -e .\n\n\nNow you're ready to run the tests:\n\n.. code-block:: shell\n\n $ pipenv run py.test\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/moccu/django-static-delivery", "keywords": "django staticfiles", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-static-delivery", "package_url": "https://pypi.org/project/django-static-delivery/", "platform": "", "project_url": "https://pypi.org/project/django-static-delivery/", "project_urls": { "Homepage": "https://github.com/moccu/django-static-delivery" }, "release_url": "https://pypi.org/project/django-static-delivery/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A middleware to delivery static files in Django.", "version": "0.0.1" }, "last_serial": 3810360, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "895f4e8f1712a7b7e7772bacd227402f", "sha256": "a3cac3fdbc24b68fdf5c6eddccf4b6ada32bb1a12d7aa9417b8e20373e4ba721" }, "downloads": -1, "filename": "django_static_delivery-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "895f4e8f1712a7b7e7772bacd227402f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4398, "upload_time": "2018-04-26T13:59:06", "url": "https://files.pythonhosted.org/packages/7c/3d/279b575584ed3f9a7a6f5623c1863181bf7e29aa0900ab93ba51db6fb582/django_static_delivery-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68c00d0fbad4adf61ce7722f1bae34e7", "sha256": "68fb111d8cc9cc0d4a23a116f112d99d1aa9808392ebcb383bf0ee177a164cc5" }, "downloads": -1, "filename": "django-static-delivery-0.0.1.tar.gz", "has_sig": false, "md5_digest": "68c00d0fbad4adf61ce7722f1bae34e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4624, "upload_time": "2018-04-26T13:58:27", "url": "https://files.pythonhosted.org/packages/62/d9/a9fb001a8134fec391a03f3cb4a8d0c6b335428e2da579a2054d9605d741/django-static-delivery-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "895f4e8f1712a7b7e7772bacd227402f", "sha256": "a3cac3fdbc24b68fdf5c6eddccf4b6ada32bb1a12d7aa9417b8e20373e4ba721" }, "downloads": -1, "filename": "django_static_delivery-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "895f4e8f1712a7b7e7772bacd227402f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4398, "upload_time": "2018-04-26T13:59:06", "url": "https://files.pythonhosted.org/packages/7c/3d/279b575584ed3f9a7a6f5623c1863181bf7e29aa0900ab93ba51db6fb582/django_static_delivery-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68c00d0fbad4adf61ce7722f1bae34e7", "sha256": "68fb111d8cc9cc0d4a23a116f112d99d1aa9808392ebcb383bf0ee177a164cc5" }, "downloads": -1, "filename": "django-static-delivery-0.0.1.tar.gz", "has_sig": false, "md5_digest": "68c00d0fbad4adf61ce7722f1bae34e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4624, "upload_time": "2018-04-26T13:58:27", "url": "https://files.pythonhosted.org/packages/62/d9/a9fb001a8134fec391a03f3cb4a8d0c6b335428e2da579a2054d9605d741/django-static-delivery-0.0.1.tar.gz" } ] }