1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: python-crayons
Section: python
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/MasterOdin/crayons
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-crayons
Vcs-Git: https://salsa.debian.org/python-team/modules/python-crayons.git
Package: python3-crayons
Architecture: all
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Text UI colors for Python
This module is really simple, it gives you colored strings for terminal usage.
Included colors are red, green, yellow, blue, black, magenta, cyan, white, and
normal ( as well as clean and disable).
|