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
|
Source: python-pandocfilters
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sebastian Humenda <shumenda@gmx.de>
Build-Depends: debhelper (>= 9.0.0), python-all, python3-all (>= 2.7), dh-python
Standards-Version: 4.0.0
Homepage: https://pypi.python.org/pypi/pandocfilters/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pandocfilters.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pandocfilters.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Package: python-pandocfilters
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: pandoc (>= 1.16~)
Description: python bindings for Pandoc's filters
Pandoc is a powerful utility to transform various input formats into a wide
range of output formats. To alter the exported output document, Pandoc allows
the usage of filters, which are pipes that read a JSON serialization of the
Pandoc AST from stdin, transform it in some way, and write it to stdout. It
allows therefore to alter the processing of Pandoc's supported input formats,
for instance one can add new syntax elements to markdown, etc.
.
This package provides Python bindings.
Package: python3-pandocfilters
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: pandoc (>= 1.16~)
Description: python3 bindings for Pandoc's filters
Pandoc is a powerful utility to transform various input formats into a wide
range of output formats. To alter the exported output document, Pandoc allows
the usage of filters, which are pipes that read a JSON serialization of the
Pandoc AST from stdin, transform it in some way, and write it to stdout. It
allows therefore to alter the processing of Pandoc's supported input formats,
for instance one can add new syntax elements to markdown, etc.
.
This package provides Python3 bindings.
|