{ "info": { "author": "Jim Garrison", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-remote-finder\n====================\n\nSource: https://github.com/garrison/django-remote-finder\n\nDownload: https://pypi.python.org/pypi/django-remote-finder\n\nThis is a simple package designed to solve the annoying problem of\nhaving to keep various javascript/css libraries updated within a\nDjango package. A ``requirements.txt`` file allows us to specify\nexternal Python dependencies, but there is still no good way to keep\nJavascript dependencies outside the repository. Until now.\n\nGet started by adding the following to ``settings.py``::\n\n REMOTE_FINDER_CACHE_DIR = '/path/to/staticfile/cache'\n\n REMOTE_FINDER_RESOURCES = [\n ('jquery-2.0.2.min.js', 'http://code.jquery.com/jquery-2.0.2.min.js', 'sha1:1e0331b6dd11e6b511d2e3d75805f5ccdb3b83df'),\n ]\n\n STATICFILES_FINDERS = (\n 'django.contrib.staticfiles.finders.FileSystemFinder',\n 'django.contrib.staticfiles.finders.AppDirectoriesFinder',\n 'remote_finder.RemoteFinder',\n )\n\nAnd then e.g. in a template, you can write::\n\n {% load staticfiles %}\n \n\nNo more need to keep such files in the repository! ``./manage.py\nrunserver`` (with ``DEBUG=True``) will download the files as needed, as\nwill ``./manage.py collectstatic``.\n\nNOTE: the Django documentation says \"Static file finders are currently\nconsidered a private interface, and this interface is thus\nundocumented.\" As such, this package may break unexpectedly in the\nfuture. See\nhttps://docs.djangoproject.com/en/dev/ref/settings/#std:setting-STATICFILES_FINDERS\nfor details.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-remote-finder", "package_url": "https://pypi.org/project/django-remote-finder/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-remote-finder/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-remote-finder/0.3/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.3" }, "last_serial": 774356, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "327f536af716f57086f60f170d8e8874", "sha256": "1a6f0cfba869389666f5a5e7e4392667174be40c3a8e43c929bd66a7cf944eec" }, "downloads": -1, "filename": "django-remote-finder-0.1.tar.gz", "has_sig": false, "md5_digest": "327f536af716f57086f60f170d8e8874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3144, "upload_time": "2013-06-15T10:48:06", "url": "https://files.pythonhosted.org/packages/b7/18/c36c06620c511b0dc23f0fe323abb7f19056a6b58218ccb47b1a8098f8eb/django-remote-finder-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "8dfb598029db49ca1da717c6ca44dd86", "sha256": "6ec1ab9943f70bcba963986749bae2d633cdde9bb10756e5cb2fc01976bb6fa7" }, "downloads": -1, "filename": "django-remote-finder-0.2.tar.gz", "has_sig": false, "md5_digest": "8dfb598029db49ca1da717c6ca44dd86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3615, "upload_time": "2013-06-16T07:53:54", "url": "https://files.pythonhosted.org/packages/88/07/0430a8844e9aee9123dd756eddf03135db0eb76707fcb48520265b131bc4/django-remote-finder-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "4cb6b5ded3bfb787ccfaae91fe628dcf", "sha256": "3245812858fe15d163378f3bb702a14deb04f6db20aeaa753aa0104624002f13" }, "downloads": -1, "filename": "django-remote-finder-0.3.tar.gz", "has_sig": false, "md5_digest": "4cb6b5ded3bfb787ccfaae91fe628dcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2013-06-19T04:54:20", "url": "https://files.pythonhosted.org/packages/ba/49/1a36d4e467148ef5da8c1b8cee7bd721ae4ad0f445e9cf5f12cc42285bbd/django-remote-finder-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4cb6b5ded3bfb787ccfaae91fe628dcf", "sha256": "3245812858fe15d163378f3bb702a14deb04f6db20aeaa753aa0104624002f13" }, "downloads": -1, "filename": "django-remote-finder-0.3.tar.gz", "has_sig": false, "md5_digest": "4cb6b5ded3bfb787ccfaae91fe628dcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2013-06-19T04:54:20", "url": "https://files.pythonhosted.org/packages/ba/49/1a36d4e467148ef5da8c1b8cee7bd721ae4ad0f445e9cf5f12cc42285bbd/django-remote-finder-0.3.tar.gz" } ] }