File: control

package info (click to toggle)
sphinxcontrib-ditaa 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: python: 167; makefile: 11; sh: 7
file content (30 lines) | stat: -rw-r--r-- 1,196 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
25
26
27
28
29
30
Source: sphinxcontrib-ditaa
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <tsu.yubo@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://pypi.org/project/sphinxcontrib-ditaa
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-ditaa.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-ditaa
Rules-Requires-Root: no

Package: python3-sphinxcontrib.ditaa
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, ditaa
Description: Ditaa Sphinx extension
 ditaa is a small command-line utility that can convert diagrams drawn
 using ASCII art ("drawings" that contain characters that resemble lines,
 like | / and - ), into proper bitmap graphics.
 .
 This extensions allows the plain-text graph in a .rst
 file to be rendered as a graph drawn by ditaa in sphinx scheme.
 With this plugin you can focus on the graph itself. ditaa and sphinx convert
 it automatically.
 .
 It supports to render the image into html and pdf targets.