1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: mistune0
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Section: python
Priority: optional
Standards-Version: 4.6.0
Homepage: https://github.com/lepture/mistune
Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools, python3-pytest
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/mistune0.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mistune0
Package: python3-mistune0
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Markdown parser for Python 3
A fast markdown parser in pure Python, inspired by marked, also providing
renderer features.
.
This package is a flagged version of mistune 0.8.4 as mistune >= 2 is not
backward compatible. For a more recent version of mistune, please install
python3-mistune.
|