File: control

package info (click to toggle)
python-curtsies 0.3.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 424 kB
  • sloc: python: 3,937; sh: 6; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 937 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
Source: python-curtsies
Section: python
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-blessings (>= 1.5),
 python3-cwcwidth,
 python3-pytest,
 python3-pyte,
 python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://github.com/bpython/curtsies
Vcs-Browser: https://salsa.debian.org/sramacher/python-curtsies
Vcs-Git: https://salsa.debian.org/sramacher/python-curtsies.git
Rules-Requires-Root: no

Package: python3-curtsies
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-blessings (>= 1.5)
Description: library for terminal interaction (Python 3)
 Curtsies is a library for interacting with the terminal. It features
 string-like objects which carry formatting information, per-line fullscreen
 terminal rendering, and keyboard input event reporting.
 .
 This package provides the module for Python 3.