Graphlib JavaScript library packaged as XStatic.
Go to file
Ivan Kolodyazhny 32eecfeb24 Fix version number
Patch Ie81b61e2f61678892ed8c81a8ae018ad42da9cff didn't change version
number in metadata and project description.

Change-Id: Icbb448a3dbcaf6ad4578133c7e2381474c9e0e77
2020-04-21 00:27:06 +03:00
xstatic Fix version number 2020-04-21 00:27:06 +03:00
.gitignore Add initial version 1.0.7 of graphlib js library 2020-01-23 14:25:03 +01:00
.gitreview Add initial version 1.0.7 of graphlib js library 2020-01-23 14:25:03 +01:00
.zuul.yaml Update graphlib to v2.1.7 2020-04-11 20:47:38 +00:00
MANIFEST.in Add initial version 1.0.7 of graphlib js library 2020-01-23 14:25:03 +01:00
README.txt Add initial version 1.0.7 of graphlib js library 2020-01-23 14:25:03 +01:00
setup.cfg Fix version number 2020-04-21 00:27:06 +03:00
setup.py Add initial version 1.0.7 of graphlib js library 2020-01-23 14:25:03 +01:00
tox.ini Add initial version 1.0.7 of graphlib js library 2020-01-23 14:25:03 +01:00

README.txt

XStatic-Graphlib
--------------

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