Source: myst-parser
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@debian.org>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
 python3-bs4 <!nocheck>,
 python3-linkify-it,
 python3-markdown-it,
 python3-mdit-py-plugins <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-regressions <!nocheck>,
 python3-sphinx,
Vcs-Browser: https://salsa.debian.org/python-team/packages/myst-parser
Vcs-Git: https://salsa.debian.org/python-team/packages/myst-parser.git
Homepage: https://github.com/executablebooks/MyST-Parser
Rules-Requires-Root: no

Package: python3-myst-parser
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 ${python3:Suggests},
Description: rich and extensible flavor of Markdown for technical docs
 MyST is a flavor of markdown that is designed for simplicity, flexibility,
 and extensibility. This package include a reference implementation of
 MyST Markdown, as well as a collection of tools to support working with MyST
 in Python and Sphinx.
