... | ... |
@@ -1,12 +1,16 @@ |
1 | 1 |
About _xdot.py_ |
2 | 2 |
================= |
3 | 3 |
|
4 |
+This is a fork of [`jrfonseca/xdot.py`][]. |
|
5 |
+ |
|
4 | 6 |
_xdot.py_ is an interactive viewer for graphs written in [Graphviz](http://www.graphviz.org/)'s [dot language](http://www.graphviz.org/doc/info/lang.html). |
5 | 7 |
|
6 | 8 |
It uses internally the GraphViz's [xdot output format](http://www.graphviz.org/doc/info/output.html#d:xdot) as an intermediate format, [Python GTK bindings](https://pygobject.readthedocs.io), and [Cairo](https://cairographics.org/) for rendering. |
7 | 9 |
|
8 | 10 |
_xdot.py_ can be used either as a standalone application from command line, or as a library embedded in your Python application. |
9 | 11 |
|
12 |
+[`jrfonseca/xdot.py`]: https://github.com/jrfonseca/xdot.py |
|
13 |
+ |
|
10 | 14 |
Status |
11 | 15 |
====== |
12 | 16 |
|