Source: python-gvgen
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
	python-all,
	python-setuptools
Standards-Version: 3.9.2
Homepage: http://software.inl.fr/trac/wiki/GvGen
#Vcs-Git: git://git.debian.org/collab-maint/python-gvgen.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-gvgen.git;a=summary

Package: python-gvgen
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python class to generate dot files 
 GvGen is a python class to generate dot files for further use with graphviz.
 .
   * Node creation, naming and connection
   * Apply any graphviz property on the fly
   * Apply graphviz properties to a style
   * Add a legend to your graph easily
