{ "info": { "author": "Gautier Hayoun", "author_email": "ghayoun@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries", "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Installation/Setup", "Topic :: System :: Software Distribution" ], "description": "==============\ndjango-xstatic\n==============\n\nUse XStatic_ packages and Django StaticFiles_ to manage your static\nfiles like jQuery.\n\nWhy?\n====\n\nManaging static files is a PAIN, You must download them, unpack them copy them,\nkeep them up to date ...\nWouldn't it be cool if you cool just ``pip install`` them?\n\nWhat does it do?\n================\n\ndjango-xstatic_ makes the static files from xstatic packages installed in\n``INSTALLED_APPS`` be collected by ``./manage.py collectstatic``.\n\nInstallation and usage\n======================\n\n 1. Install django-xstatic\n 2. Add ``'django_xstatic.finders.XStaticFinder'`` to your ``STATICFILES_FINDERS``\n 3. Install your xstatic packages and add them to ``INSTALLED_APPS``\n 4. Run ``./manage.py collectstatic``\n\n\nOpen questions\n==============\n\ndjango-xstatic detects xstatic package when they are in the ``INSTALLED_APPS``\nlist. Should it uses its own settings key?\n\n\nWhat it should (maybe) do, but doesn't yet\n==========================================\n\nIn the current version, you still have to remember the names of the javascript\nfile names, but wouldn't you like to have only this in your templates::\n\n \n {% xstatic jquery %}\n {% xstatic jquery.autocomplete %}\n \n\nxstatic packages comes with a metadata value named LOCATIONS_, giving URLs of\nCDN serving these same static files, django-xstatic should give a template tag\nto use them easily.\n\nBonus Feature\n=============\n\nIt works with django-compressor_!\n\n.. _XStatic: https://bitbucket.org/thomaswaldmann/xstatic\n.. _StaticFiles: https://docs.djangoproject.com/en/dev/howto/static-files/\n.. _django-xstatic: http://github.com/gautier/django-xstatic\n.. _LOCATIONS: http://readthedocs.org/docs/xstatic/en/latest/packaging.html#cdn-locations\n.. _django-compressor: http://django_compressor.readthedocs.org/\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/gautier/django-xstatic", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "django-xstatic", "package_url": "https://pypi.org/project/django-xstatic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-xstatic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/gautier/django-xstatic" }, "release_url": "https://pypi.org/project/django-xstatic/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Django helpers to use XStatic packages in Django projects", "version": "0.0.2" }, "last_serial": 1039649, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "635aa106d6717708e1328c9638eed8b6", "sha256": "bf3a3b66e09a6991f54db45813b5a157061fe4a1f22d0c98ffa95b795576a155" }, "downloads": -1, "filename": "django-xstatic-0.0.1.tar.gz", "has_sig": false, "md5_digest": "635aa106d6717708e1328c9638eed8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2171, "upload_time": "2011-08-03T11:53:00", "url": "https://files.pythonhosted.org/packages/48/4b/cf00a82dfdaaca81cd8c3c6024df89115e1193daa4ccbb0e8457342e0dc6/django-xstatic-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "bd0ebce698353379055b5bcd07b7f643", "sha256": "b611e2f58aa203aceafae57709c62ccc96a84498bd9d111583ef893498368152" }, "downloads": -1, "filename": "django-xstatic-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bd0ebce698353379055b5bcd07b7f643", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2954, "upload_time": "2014-03-24T18:47:22", "url": "https://files.pythonhosted.org/packages/3f/46/bd40dc769ec0cd288fca2bf1ae8e5cfc4822f8bf81c04463355433e1a8b4/django-xstatic-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd0ebce698353379055b5bcd07b7f643", "sha256": "b611e2f58aa203aceafae57709c62ccc96a84498bd9d111583ef893498368152" }, "downloads": -1, "filename": "django-xstatic-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bd0ebce698353379055b5bcd07b7f643", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2954, "upload_time": "2014-03-24T18:47:22", "url": "https://files.pythonhosted.org/packages/3f/46/bd40dc769ec0cd288fca2bf1ae8e5cfc4822f8bf81c04463355433e1a8b4/django-xstatic-0.0.2.tar.gz" } ] }