D3 JavaScript library packaged as XStatic.
Go to file
Ondřej Nový de2298a4c4 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: I719051f9242d956cf47762e430fc9d8b0e16b573
2015-12-11 23:48:46 +01:00
xstatic Fix MANIFEST.in 2014-05-20 13:39:41 +02:00
.gitignore Version 3.1.6 of the D3.js library 2014-05-20 13:31:49 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:42:45 +00:00
MANIFEST.in Fix MANIFEST.in 2014-05-20 13:39:41 +02:00
README.txt Version 3.1.6 of the D3.js library 2014-05-20 13:31:49 +02:00
setup.py Version 3.1.6 of the D3.js library 2014-05-20 13:31:49 +02:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 23:48:46 +01:00

README.txt

XStatic-D3
--------------

D3 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`.