D3 JavaScript library packaged as XStatic.
Go to file
Rob Cresswell 4ed82aa224 Update d3 to 3.5.17.0
Also adds missing git tag

Change-Id: If3db86f4fd6e44e611d74e4f9756446f45d92b05
2016-06-28 13:36:44 +01:00
xstatic Update d3 to 3.5.17.0 2016-06-28 13:36:44 +01: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

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