| 12
 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
 
 | Source: markdown-exec
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
 Abhinav Krishna C K <me@abhy.me>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
Build-Depends-Indep:
 mkdocs <!nocheck>,
 mkdocstrings <!nocheck>,
 pybuild-plugin-pyproject,
 python3-griffe <!nocheck>,
 python3-markupsafe <!nocheck>,
 python3-pdm-backend,
 python3-pymdownx,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/markdown-exec
Vcs-Git: https://salsa.debian.org/python-team/packages/markdown-exec.git
Homepage: https://github.com/pawamoy/markdown-exec
Package: python3-markdown-exec
Architecture: all
Depends:
 python3-markupsafe,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-pygments-ansi-color,
Description: Utilities to execute code blocks in Markdown files
 This package enhances the functionality of PyMdown Extensions (provided
 within Debian as package python3-pymdownx). You can use markdown-exec
 if you write e.g a Python code block that computes some HTML and you want
 to place the generated HTML within a code block.
 |