File: control

package info (click to toggle)
python-asciimatics 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,488 kB
  • sloc: python: 15,713; sh: 8; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 969 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
Source: python-asciimatics
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 dh-sequence-python3,
 python3-all,
 python3-setuptools-scm,
 python3-pil,
 python3-pyfiglet,
 figlet,
 python3-wcwidth,
Standards-Version: 4.7.2
Homepage: https://github.com/peterbrittain/asciimatics
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-asciimatics
Vcs-Git: https://salsa.debian.org/python-team/packages/python-asciimatics.git

Package: python3-asciimatics
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-pil,
 python3-pyfiglet,
 figlet,
 python3-wcwidth,
Description: Python cross platform package to do curses-like operations
 Asciimatics helps people create full-screen text UIs
 (from interactive forms to ASCII animations) on any platform.