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 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: fabulous
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon@gmail.com>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python3-doc,
python-grapefruit,
python-pil,
python-sphinx,
python-setuptools,
python-sphinxcontrib.programoutput,
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
Homepage: https://jart.github.io/fabulous/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/fabulous.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/fabulous.git
Testsuite: autopkgtest-pkg-python
Package: python-fabulous
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
python-pil,
Recommends: fonts-noto-hinted,
Description: Python module to make your terminal output fabulous
Fabulous is a Python library designed to make the output of terminal
applications look fabulous. Fabulous allows you to print colors, images, and
stylized text to the console (without curses.) Fabulous also offers features
to improve the usability of Python's standard logging system.
Package: python-fabulous-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends},
python3-doc,
Description: Python module to make your terminal output fabulous - documentation
Fabulous is a Python library designed to make the output of terminal
applications look fabulous. Fabulous allows you to print colors, images, and
stylized text to the console (without curses.) Fabulous also offers features
to improve the usability of Python's standard logging system.
.
This package provides the documentation for fabulous.
|