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 66 67 68 69 70 71 72 73 74 75 76
|
Source: python-markdown
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Fredrik Steen <stone@debian.org>, Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-14~),
python-nose,
python-pygments,
python-tidylib,
python-yaml,
python3-all (>= 3.1.2-7~),
python3-nose,
python3-pygments,
python3-tidylib,
python3-yaml
Standards-Version: 3.9.8
Homepage: https://github.com/waylan/Python-Markdown
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-markdown.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-markdown.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Package: python-markdown
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-pygments, python-yaml
Suggests: python-markdown-doc
Description: text-to-HTML conversion library/tool (Python 2 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
2.x, and the /usr/bin/markdown_py command-line tool (provided for
compatibility purposes).
Package: python3-markdown
Architecture: all
Depends: ${python3:Depends}, ${misc: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
Architecture: all
Depends: ${misc:Depends}
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.
|