python-pandocfilters 1.4.2-1 source package in Ubuntu

Changelog

python-pandocfilters (1.4.2-1) unstable; urgency=medium

  * new upstream version

 -- Sebastian Humenda <email address hidden>  Wed, 30 Aug 2017 19:36:20 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pandocfilters_1.4.2-1.dsc 2.2 KiB 9c43d6a5679a4919c0247abe6343ac37e7aff502d3e22948fa8d21a13f6bccea
python-pandocfilters_1.4.2.orig.tar.gz 13.9 KiB b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9
python-pandocfilters_1.4.2-1.debian.tar.xz 2.5 KiB 2345e7339c922b7012adf392e9a48e677af8bb2b7467227ff6159a3a6a698460

Available diffs

No changes file available.

Binary packages built by this source

python-pandocfilters: No summary available for python-pandocfilters in ubuntu focal.

No description available for python-pandocfilters in ubuntu focal.

python3-pandocfilters: 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.