معرفی شرکت ها


django-bower-cache-0.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django app implementing a local caching proxy for Bower packages.
ویژگی مقدار
سیستم عامل -
نام فایل django-bower-cache-0.5.0
نام django-bower-cache
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tin Tvrtkovic
ایمیل نویسنده tinchester@gmail.com
آدرس صفحه اصلی https://github.com/tinche/django-bower-cache
آدرس اینترنتی https://pypi.org/project/django-bower-cache/
مجوز MIT
## Django Bower Cache (the Python/Django edition) [![Build Status](https://travis-ci.org/Tinche/django-bower-cache.png)](https://travis-ci.org/Tinche/django-bower-cache) [![Coverage Status](https://coveralls.io/repos/Tinche/django-bower-cache/badge.png?branch=master)](https://coveralls.io/r/Tinche/django-bower-cache?branch=master) [![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) Django Bower Cache is a Django app providing two services: * act as a registry (a name to URL mapper) for Bower packages. * act as a caching proxy for remote Bower packages. The admin interface is available for both functionalities. If you just want a simple way to run a local Bower caching proxy, see the [Bower Cache](https://github.com/Tinche/bower-cache) project, which is built around Django Bower Cache. Django Bower Cache supports Python 2.6, 2.7, 3.3, 3.4 and PyPy. ## Settings Django Bower Cache uses three additional settings from the Django settings file. `REPO_ROOT` - the absolute path to the directory which will contain the cached Bower git repositories. Example: `/var/bower-cache`. `UPSTREAM_BOWER_REGISTRY` - the URL of the Bower index from which to retrieve package data. Currently the global Bower registry is located at [https://bower.herokuapp.com](https://bower.herokuapp.com). `REPO_URL` - Optional. The URL hostname and prefix to use when generating git URLs for cloned repositories. If left unspecified, Django Bower Cache will try extracting the hostname from the HTTP request and use the root URL path plus the package name. For example, if Django Bower Cache happens to be queried at `http://10.1.10.5/` for the Bootstrap package, and the Bootstrap package has been cached, the generated git URL will be `git://10.1.10.5/bootstrap`. ## Documentation The documentation will be linked here once it's written. ## License Copyright © 2013 Toran Billups, Tin Tvrtković. Licensed under the MIT License.


نیازمندی

مقدار نام
>=1.6,<1.7 Django
>=2.3.12,<3.0 djangorestframework
>=0.0.3 envoy
>=2.6.0,<2.7.0 requests
>=3.1.11,<3.2 celery
==3.5.0b2) configparser


نحوه نصب


نصب پکیج whl django-bower-cache-0.5.0:

    pip install django-bower-cache-0.5.0.whl


نصب پکیج tar.gz django-bower-cache-0.5.0:

    pip install django-bower-cache-0.5.0.tar.gz