Source: rstcheck Section: text Maintainer: Debian Python Team Uploaders: Timo Röhling Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3, python3-docutils, python3-pydantic (>= 2), python3-setuptools, python3-typer (>= 0.12.0), Homepage: https://github.com/rstcheck Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/python-team/packages/rstcheck.git Vcs-Browser: https://salsa.debian.org/python-team/packages/rstcheck Description: Validator for reStructuredText documents with code blocks rstcheck validates the syntax of reStructuredText documents. Unlike other validators, it will also verify syntax correctness in nested code blocks for a variety of languages: . * Bash shell scripts * Doctest * C (C99) * C++ (C++11) * JSON * XML * Python * reStructuredText . rstcheck can also validate Sphinx documentation files if Sphinx is installed. Package: rstcheck Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-rstcheck, Description: ${source:Synopsis} (CLI tool) ${source:Extended-Description} . This package installs the CLI tool. Package: python3-rstcheck Section: python Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: gcc, g++ Suggests: python3-sphinx Description: ${source:Synopsis} (Python 3 module) ${source:Extended-Description} . This package installs the Python 3 module.