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
|
Source: python-readme-renderer
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python (>= 3~),
python3-all,
python3-bleach (>= 3.0.2),
python3-cmarkgfm,
python3-docutils,
python3-future,
python3-pygments (>= 2.7.1+dfsg-1~),
python3-pytest,
python3-mock,
python3-setuptools,
python3-six
Standards-Version: 4.1.4
Homepage: https://github.com/pypa/readme_renderer
Vcs-Git: https://salsa.debian.org/python-team/packages/python-readme-renderer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-readme-renderer
Package: python3-readme-renderer
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-cmarkgfm
Description: Library to safely render arbitrary README files into HTML
Readme Renderer is a library that will safely render arbitrary README files
into HTML.
.
It is designed to be used in the PyPI Warehouse to render the long_description
for packages.
.
It can handle Markdown, reStructuredText (.rst), and plain text.
|