D3 JavaScript library packaged as XStatic.
Go to file
lin-hua-cheng 723a56b095 Add tox.ini to enable publish/tarball job
Change-Id: I51e131d503b4ec1ddc0186fc2ac708a71adef207
2015-06-23 14:11:10 -07: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 Add .gitreview 2014-08-12 12:43:49 +02: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 Add tox.ini to enable publish/tarball job 2015-06-23 14:11:10 -07: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`.