File: control

package info (click to toggle)
python-easy-ansi 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 488 kB
  • sloc: python: 3,109; sh: 127; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,071 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: python-easy-ansi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: nicoo <nicoo@debian.org>
Build-Depends:
	debhelper-compat (= 13),
	dh-python,
	python3-all (>= 3.7),
  python3-setuptools
Standards-Version: 4.5.1
Homepage: https://gitlab.com/joeysbytes/easy-ansi
Vcs-Browser: https://salsa.debian.org/python-team/packages/easy-ansi
Vcs-Git: https://salsa.debian.org/python-team/packages/easy-ansi.git

Package: python3-easyansi
Architecture: all
Depends:
	${misc:Depends},
	${python3:Depends},
	${shlibs:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Breaks: python3-easy-ansi
Replaces: python3-easy-ansi
Description: terminal framework for colors, cursor movements, and drawing
 Easy ANSI is a terminal framework API to give you an easy way to use colors,
 cursor control movements, and line/box drawing. It is not meant as to replace
 more full-featured frameworks (such as curses or urwid), but as a tool to
 quickly create nice-looking screens in your terminal window.