{ "info": { "author": "Tin Tvrtkovic", "author_email": "tinchester@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "## Django Bower Cache (the Python/Django edition)\n\n[![Build Status](https://travis-ci.org/Tinche/django-bower-cache.png)](https://travis-ci.org/Tinche/django-bower-cache)\n[![Coverage Status](https://coveralls.io/repos/Tinche/django-bower-cache/badge.png?branch=master)](https://coveralls.io/r/Tinche/django-bower-cache?branch=master)\n[![Requirements Status](https://requires.io/github/Tinche/django-bower-cache/requirements.png?branch=master)](https://requires.io/github/Tinche/django-bower-cache/requirements/?branch=master)\n\nDjango Bower Cache is a Django app providing two services:\n\n* act as a registry (a name to URL mapper) for Bower packages.\n* act as a caching proxy for remote Bower packages.\n\nThe admin interface is available for both functionalities.\n\nIf you just want a simple way to run a local Bower caching proxy, see the\n[Bower Cache](https://github.com/Tinche/bower-cache) project, which is built around Django Bower\nCache.\n\nDjango Bower Cache supports Python 2.6, 2.7, 3.3, 3.4 and PyPy.\n\n## Settings\n\nDjango Bower Cache uses three additional settings from the Django settings file.\n\n`REPO_ROOT` - the absolute path to the directory which will contain the cached\nBower git repositories. Example: `/var/bower-cache`.\n\n`UPSTREAM_BOWER_REGISTRY` - the URL of the Bower index from which to retrieve\npackage data. Currently the global Bower registry is located at [https://bower.herokuapp.com](https://bower.herokuapp.com).\n\n`REPO_URL` - Optional. The URL hostname and prefix to use when generating git\nURLs for cloned repositories. If left unspecified, Django Bower Cache will try\nextracting the hostname from the HTTP request and use the root URL path plus\nthe package name. For example, if Django Bower Cache happens to be queried\nat `http://10.1.10.5/` for the Bootstrap package, and the Bootstrap package has\nbeen cached, the generated git URL will be `git://10.1.10.5/bootstrap`.\n\n## Documentation\n\nThe documentation will be linked here once it's written.\n\n## License\n\nCopyright \u00a9 2013 Toran Billups, Tin Tvrtkovi\u0107.\n\nLicensed under the MIT License.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tinche/django-bower-cache", "keywords": "bower", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-bower-cache", "package_url": "https://pypi.org/project/django-bower-cache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bower-cache/", "project_urls": { "Homepage": "https://github.com/tinche/django-bower-cache" }, "release_url": "https://pypi.org/project/django-bower-cache/0.5.0/", "requires_dist": [ "Django (>=1.6,<1.7)", "djangorestframework (>=2.3.12,<3.0)", "envoy (>=0.0.3)", "requests (>=2.6.0,<2.7.0)", "celery (>=3.1.11,<3.2)", "configparser (==3.5.0b2); python_version == \"2.6\" or python_version == \"2.7\"" ], "requires_python": null, "summary": "A Django app implementing a local caching proxy for Bower packages.", "version": "0.5.0" }, "last_serial": 1463640, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "96f583ee2c2cdced46d969306fa71e43", "sha256": "966a1fb80ea454dbf5d0af404ee0e39eb3d560704be23d7582793f33ba0959cf" }, "downloads": -1, "filename": "django_bower_cache-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96f583ee2c2cdced46d969306fa71e43", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14787, "upload_time": "2015-03-17T00:21:54", "url": "https://files.pythonhosted.org/packages/9e/4d/16a6dda4b5f88f077eacf5dbee1ed0a4e020c91835260979f98e9072bed9/django_bower_cache-0.5.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "96f583ee2c2cdced46d969306fa71e43", "sha256": "966a1fb80ea454dbf5d0af404ee0e39eb3d560704be23d7582793f33ba0959cf" }, "downloads": -1, "filename": "django_bower_cache-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96f583ee2c2cdced46d969306fa71e43", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14787, "upload_time": "2015-03-17T00:21:54", "url": "https://files.pythonhosted.org/packages/9e/4d/16a6dda4b5f88f077eacf5dbee1ed0a4e020c91835260979f98e9072bed9/django_bower_cache-0.5.0-py2.py3-none-any.whl" } ] }