File: control

package info (click to toggle)
fabulous 0.3.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 664 kB
  • ctags: 565
  • sloc: python: 4,196; makefile: 92; ansic: 58; sh: 19
file content (46 lines) | stat: -rw-r--r-- 1,725 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
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.