File: control

package info (click to toggle)
python-colorama 0.4.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 1,428; sh: 49; makefile: 41
file content (32 lines) | stat: -rw-r--r-- 1,067 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-colorama
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-all,
 python3-hatchling,
 python3-pytest,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/tartley/colorama
Vcs-Git: https://salsa.debian.org/python-team/packages/python-colorama.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-colorama

Package: python3-colorama
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Cross-platform colored terminal text in Python - Python 3.x
 Python-colorama provides a simple cross-platform API to print colored terminal
 text from Python applications.
 .
 ANSI escape character sequences are commonly used to produce colored terminal
 text on Unix. Colorama provides some shortcuts to generate these sequences.
 .
 This package provides the module for Python 3.