https://github.com/xflr6/graphviz

sort by:
Revision Author Date Message Commit Date
4b6706d import 0.4 release 27 August 2014, 08:17:08 UTC
4c8951b import 0.3.5 release 13 August 2014, 10:05:30 UTC
19159bc import 0.3.4 release 09 May 2014, 17:31:41 UTC
126ae0e Adding quotes to DOT keywords In DOT language, the keywords node, edge, graph, digraph, subgraph, and strict are case-independent. When adding a node with a DOR keyword as its name, the node's name must be surrounded with double quotation marks, otherwise it produces an invalid DOT file. Signed-off-by: Paulo Roberto Urio <jimmyskull@gmail.com> 09 May 2014, 16:45:08 UTC
f1dc5b4 import 0.3.3 release 04 May 2014, 11:08:38 UTC
6af944f import 0.3.2 release 29 April 2014, 22:01:56 UTC
5b14728 import 0.3.1 release 21 April 2014, 10:01:01 UTC
5a7f424 import 0.3 release 20 April 2014, 12:32:15 UTC
13f6b7e Mod: add support for py3k Tested under Python 3.4.0 but should work with any py3k version 20 April 2014, 01:02:22 UTC
e6a33cd import 0.2.2 release 03 March 2014, 15:50:20 UTC
7ac5d90 import 0.2.1 release 03 March 2014, 10:40:03 UTC
78be757 Passing Popen args argument as list On UNIX, command-line arguments cannot be used if the Popen args argument is a string. This commit splits the command string into a list of arguments. Currently, calling the render method on a Digraph object causes an OSError to be raised on UNIX systems. This commit fixes that. 03 March 2014, 09:53:42 UTC
1613872 import 0.2 release 19 January 2014, 16:55:29 UTC
73db291 import 0.1.1 release 16 January 2014, 15:00:00 UTC
73751fa downloads badge 14 January 2014, 22:22:59 UTC
cd40da4 add badges 13 January 2014, 23:35:52 UTC
0a79f65 import 0.1 release files 12 January 2014, 17:55:40 UTC
back to top