Source: python-rich
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/Textualize/rich/tags
Vcs-Browser: https://github.com/alvistack/Textualize-rich
Vcs-Git: https://github.com/alvistack/Textualize-rich.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-rich
Architecture: all
Description: Python library for rich text and beautiful formatting in the terminal
 Rich is a Python library for rich text and beautiful formatting in the
 terminal. The Rich API makes it easy to add color and style to terminal
 output. Rich can also render pretty tables, progress bars, markdown,
 syntax highlighted source code, tracebacks, and more — out of the box.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-markdown-it (>= 2.2.0),
 python3-pygments (>= 2.13.0),
