| 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
 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
 66
 
 | Source: python-markdown
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               mkdocs (>= 1.6) <!nodoc>,
               mkdocs-gen-files <!nodoc>,
               mkdocs-literate-nav <!nodoc>,
               mkdocs-nature (>= 0.6) <!nodoc>,
               mkdocs-section-index <!nodoc>,
               mkdocstrings <!nodoc>,
               mkdocstrings-python-handlers (>= 1.10.8~) <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-doc,
               python3-packaging,
               python3-pygments,
               python3-setuptools (>= 77.0),
               python3-tidylib,
               python3-yaml
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Python-Markdown/markdown
Vcs-Git: https://salsa.debian.org/python-team/packages/python-markdown.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-markdown
Package: python3-markdown
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: python3-pygments, python3-yaml
Suggests: python-markdown-doc
Description: text-to-HTML conversion library/tool (Python 3 version)
 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python implementation of John Gruber's Markdown. The current
 version of python-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.
 .
 This package contains all the files needed to use Markdown with Python
 3.x.
Package: python-markdown-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${mkdocs:Depends}
Recommends: python3-doc
Section: doc
Description: text-to-HTML conversion library/tool (documentation)
 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python implementation of John Gruber's Markdown. The current
 version of python-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.
 .
 This package contains HTML documentation files for python-markdown.
 |