Angular-Gettext JavaScript library packaged as XStatic.
Go to file
Ondřej Nový 23d2ce00f0 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Ib6e42f616ecf79d5f701a08e433d5c0f638369dd
2015-12-11 23:47:50 +01:00
xstatic Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
.gitignore Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:42:19 +00:00
LICENSE Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
MANIFEST.in Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
README.txt Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
setup.py Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 23:47:50 +01:00

README.txt

XStatic-Angular-Gettext
--------------

Angular-Gettext javascript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.