File: control

package info (click to toggle)
python-gvgen 0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • ctags: 201
  • sloc: python: 719; sh: 24; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 (>= 10),
	python-all,
	python-setuptools
Standards-Version: 4.0.0
Homepage: https://github.com/stricaud/gvgen
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-gvgen.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-gvgen.git

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