{
"info": {
"author": "Saladraj Eugene",
"author_email": "saladrai@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "# django-static-md5url\n\nThis is extension for versioning static files in Django projects, if ```PRODUCTION = True```.\n\nFor example this css file:\n```\n\n```\nwill be replace with:\n```\n\n```\n\nwhere **a6e2ba64** is first 8 characters of md5 file sum.\n\n# Installation\n\nInstall using pip\n```\npip install django-static-md5url\n```\n\nAdd ``` django_static_md5url ``` to INSTALLED_APPS.\n\n# Configuration\n\nLoad ```{% load md5url %}``` template tag in your Django template.",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/saladrai/django-static-md5url",
"keywords": "django static md5url",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "django-static-md5url",
"package_url": "https://pypi.org/project/django-static-md5url/",
"platform": "",
"project_url": "https://pypi.org/project/django-static-md5url/",
"project_urls": {
"Homepage": "https://github.com/saladrai/django-static-md5url"
},
"release_url": "https://pypi.org/project/django-static-md5url/0.1/",
"requires_dist": null,
"requires_python": "",
"summary": "Versioning django static files in production. Add md5 suffix to url",
"version": "0.1"
},
"last_serial": 3081144,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "18b3419aa93261957d406d6669fdd733",
"sha256": "6a77c895eec9e3b989477bab938638fc2c584d83ccfcebadc9b10d5eb5683b52"
},
"downloads": -1,
"filename": "django-static-md5url-0.1.tar.gz",
"has_sig": false,
"md5_digest": "18b3419aa93261957d406d6669fdd733",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2882,
"upload_time": "2017-08-08T13:42:09",
"url": "https://files.pythonhosted.org/packages/f3/99/7834de47d63dcd48b4219d8c9ec952b19bc803ba10c63b4a99d94b3a1add/django-static-md5url-0.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "18b3419aa93261957d406d6669fdd733",
"sha256": "6a77c895eec9e3b989477bab938638fc2c584d83ccfcebadc9b10d5eb5683b52"
},
"downloads": -1,
"filename": "django-static-md5url-0.1.tar.gz",
"has_sig": false,
"md5_digest": "18b3419aa93261957d406d6669fdd733",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2882,
"upload_time": "2017-08-08T13:42:09",
"url": "https://files.pythonhosted.org/packages/f3/99/7834de47d63dcd48b4219d8c9ec952b19bc803ba10c63b4a99d94b3a1add/django-static-md5url-0.1.tar.gz"
}
]
}