File: control

package info (click to toggle)
texttable 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88 kB
  • ctags: 56
  • sloc: python: 350; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,378 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
Source: texttable
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>, Léo Cavaillé <leo@cavaille.net>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
	       python3-all,
	       python-all,
	       dh-python
Standards-Version: 3.9.8
X-Python3-Version: >= 3.4
X-Python-Version: >= 2.7
Homepage: https://github.com/bufordtaylor/python-texttable
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/texttable.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/texttable.git

Package: python-texttable
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Module for creating simple ASCII tables — python2
 texttable is a module to generate a formatted text table, using ASCII
 characters.
 It provides nice human-readable output for arrays when designing
 a CLI or just output data.
 .
 This package contains the Python 2 module.

Package: python3-texttable
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Module for creating simple ASCII tables — python3
 texttable is a module to generate a formatted text table, using ASCII
 characters.
 It provides nice human-readable output for arrays when designing
 a CLI or just output data.
 .
 This package contains the Python 3 module.