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
|
Source: terminaltexteffects
Section: python
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
pybuild-plugin-pyproject,
python3-poetry,
python3-pytest,
python3-all,
python3-hatchling,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/ChrisBuilds/terminaltexteffects
Vcs-Browser: https://salsa.debian.org/debian/terminaltexteffects
Vcs-Git: https://salsa.debian.org/debian/terminaltexteffects.git
Package: python3-terminaltexteffects
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: terminal visual effects engine, application
This is a terminal visual effects engine. TTE can be installed as a system
application to produce effects in your terminal, or as a Python library to
enable effects within your Python scripts/applications. TTE includes a
growing library of built-in effects which showcase the engine's features.
|