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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
  
     | 
    
      Source: python-rich-rst
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-bs4 <!nocheck>,
               python3-docutils,
               python3-pytest <!nocheck>,
               python3-rich,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-copybutton <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.7.0
Homepage: https://github.com/wasi-master/rich-rst
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rich-rst
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rich-rst.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-rich-rst
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-python-rich-rst-doc
Description: beautiful reStructuredText renderer for rich
 Rich library extension that allows you to render documents in reStructuredText
 (or RST) format with a rich, interactive appearance directly in the terminal.
 The package's main function is to improve the viewing of RST documents by
 transforming the content into a visually pleasing format, similar to what rich
 Markdown does for Markdown files.
 .
 Main features:
    - Rendering RST elements: The package supports the rendering of 75
      reStructuredText elements, which includes headers, lists, code blocks,
      links, tables, among others. It provides a user-friendly interface to
      read RST documents on the terminal.
    - Command Line Interface (CLI): The CLI allows you to display .rst files
      directly in the terminal.
Package: python-rich-rst-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Beautiful reStructuredText renderer for rich (common documentation)
 Rich library extension that allows you to render documents in reStructuredText
 (or RST) format with a rich, interactive appearance directly in the terminal.
 The package's main function is to improve the viewing of RST documents by
 transforming the content into a visually pleasing format, similar to what rich
 Markdown does for Markdown files.
 .
 Main features:
    - Rendering RST elements: The package supports the rendering of 75
      reStructuredText elements, which includes headers, lists, code blocks,
      links, tables, among others. It provides a user-friendly interface to
      read RST documents on the terminal.
    - Command Line Interface (CLI): The CLI allows you to display .rst files
      directly in the terminal.
 .
 This is the common documentation package.
 
     |