{ "info": { "author": "David Evans", "author_email": "d@evans.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3" ], "description": "Django StaticfilesPlus\n======================\n\nA tiny library that adds asset pre-processor support to Django's `contrib.staticfiles`.\n\nThe bundled `contrib.staticfiles` does most of what I want from an asset manager, but not\nquite all. Rather than replace it entirely with another asset manager, I wrote this little\nhack to add the missing piece. Now assets that need pre-processing (like LESS stylesheets,\nor Sprocketized JS files) get compiled dynamically in development and then written out as\nstatic files for serving in production.\n\nFeatures:\n\n * Seamleess integration with `contrib.staticfiles`: Continue to use the ``static``\n template tag and ``collectstatic`` command as normal.\n * Ships with support for LESS stylesheets and Sprockets-like JavaScript concatenation and\n minification.\n * Very simple API for defining new pre-processors.\n * Not a single line of my code needs to run in production: once you've run\n ``collectstatic``, its work is done.\n\nRead the documentation: http://django-staticfilesplus.evans.io", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://django-staticfilesplus.evans.io", "keywords": null, "license": "Apache license", "maintainer": null, "maintainer_email": null, "name": "django-staticfilesplus", "package_url": "https://pypi.org/project/django-staticfilesplus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-staticfilesplus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://django-staticfilesplus.evans.io" }, "release_url": "https://pypi.org/project/django-staticfilesplus/0.1dev/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1dev" }, "last_serial": 813007, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "2d8ad069d2f3e683cbfb5d90391ea800", "sha256": "64341baf090f76341aee8183255b2e9e77b681a4746d9a6341c36387f45220b0" }, "downloads": -1, "filename": "django-staticfilesplus-0.1dev.tar.gz", "has_sig": false, "md5_digest": "2d8ad069d2f3e683cbfb5d90391ea800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5903, "upload_time": "2013-07-10T21:11:05", "url": "https://files.pythonhosted.org/packages/5f/a3/b3c97bf3b8f01f1c68d25f547bd27d9ec5380dbc66dc26bce80a19ff236f/django-staticfilesplus-0.1dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d8ad069d2f3e683cbfb5d90391ea800", "sha256": "64341baf090f76341aee8183255b2e9e77b681a4746d9a6341c36387f45220b0" }, "downloads": -1, "filename": "django-staticfilesplus-0.1dev.tar.gz", "has_sig": false, "md5_digest": "2d8ad069d2f3e683cbfb5d90391ea800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5903, "upload_time": "2013-07-10T21:11:05", "url": "https://files.pythonhosted.org/packages/5f/a3/b3c97bf3b8f01f1c68d25f547bd27d9ec5380dbc66dc26bce80a19ff236f/django-staticfilesplus-0.1dev.tar.gz" } ] }