File: control

package info (click to toggle)
nwdiag 2.0.0%2Bdfsg-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 816 kB
  • sloc: python: 3,758; makefile: 22
file content (28 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: nwdiag
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-nose,
               python3-pep8 (>= 1.3),
               python3-reportlab,
               python3-unittest2,
               python3-blockdiag (>= 1.5.0),
               fonts-vlgothic | fonts-japanese-gothic
Standards-Version: 4.5.1
Homepage: http://blockdiag.com/

Package: python3-nwdiag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-blockdiag (>= 1.5.0),
         python3-docutils,
         python3-reportlab
Description: generate network-diagram image file for Python3
 For Python3.
 Generate network-diagram from dot like text with multilingualization for
 node-label. But this supports utf-8 only. And get some examples and generated
 images.