Dagre-D3 JavaScript library packaged as XStatic.
Go to file
Thierry Carrez fcd6e551f0 Bump release to 0.4.17.1
This package was manually released and uploaded to PyPI before it
was added to OpenStack release automation. In order to properly
exercise the release machinery and properly sign the OpenStack
release artifacts, we need to re-release it.

Change-Id: I47d3c678ae02e60f4092ef2b3305b2cb80de80dc
2020-07-24 12:22:15 +02:00
xstatic Bump release to 0.4.17.1 2020-07-24 12:22:15 +02:00
.gitignore Add initial version 0.4.17 of dagre-d3 js library 2020-01-23 14:17:11 +01:00
.gitreview Add initial version 0.4.17 of dagre-d3 js library 2020-01-23 14:17:11 +01:00
.zuul.yaml Add noop-jobs project template jobs 2020-04-08 17:21:52 +00:00
MANIFEST.in Add initial version 0.4.17 of dagre-d3 js library 2020-01-23 14:17:11 +01:00
README.txt Add initial version 0.4.17 of dagre-d3 js library 2020-01-23 14:17:11 +01:00
setup.cfg Add initial version 0.4.17 of dagre-d3 js library 2020-01-23 14:17:11 +01:00
setup.py Add initial version 0.4.17 of dagre-d3 js library 2020-01-23 14:17:11 +01:00
tox.ini Add initial version 0.4.17 of dagre-d3 js library 2020-01-23 14:17:11 +01:00

README.txt

XStatic-Dagre-D3
--------------

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