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
|
Source: django-rich
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-coverage <!nocheck>,
python3-django <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-django <!nocheck>,
# python3-pytest-randomly, # not packaged yet
python3-rich <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-rich
Vcs-Git: https://salsa.debian.org/python-team/packages/django-rich.git
Homepage: https://github.com/adamchainz/django-rich
Package: python3-django-rich
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Extensions for using Rich with Django (Python3 version)
Rich is a Python library for writing rich text (with color and style) to the
terminal, and for displaying advanced content such as tables, markdown, and
syntax highlighted code.
.
The djano-rich library is adding such functionality into a Django integration
so colourized outputs and nice traceback rendering is possible.
.
This package contains the Python 3 version of the library.
|