File: control

package info (click to toggle)
terminaltables3 4.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,328 kB
  • sloc: python: 2,691; makefile: 88; sh: 11
file content (62 lines) | stat: -rw-r--r-- 1,833 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: terminaltables3
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-colorama,
 python3-colorclass,
 python3-poetry,
 python3-poetry-core,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-termcolor,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/terminaltables3
Vcs-Git: https://salsa.debian.org/python-team/packages/terminaltables3.git
Homepage: https://github.com/matthewdeanmartin/terminaltables3
Testsuite: autopkgtest-pkg-pybuild

Package: python3-terminaltables3
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-terminaltables3-doc,
Description: Python library for printing tables to the console
 Easily draw tables in terminal/console applications from a list of lists of
 strings.
 .
 Supports: multi-line rows, table titles, POSIX and Windows, Wide CJK
 (Chinese/Japanese/Korean) characters are displayed correctly, RTL Arabic and
 Hebrew characters are aligned correctly, alignment and justification.
 Colored text is supported through colorclass, colorama, termcolor, or just
 plain ANSI escape codes.

Package: python-terminaltables3-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Recommends:
 python3-terminaltables3,
Breaks:
 python3-terminaltables3-doc,
Replaces:
 python3-terminaltables3-doc,
Description: Documentation for terminaltables3 table printer
 Easily draw tables in terminal/console applications from a list of lists of
 strings.
 .
 This package contains the documentation for terminaltables3.