python-pandocfilters 1.3.0-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Sebastian Humenda ]
  * new upstream version (required for Pandoc > 1.16)

 -- Sebastian Humenda <email address hidden>  Thu, 26 May 2016 17:34:49 +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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pandocfilters_1.3.0-1.dsc 2.1 KiB 020f11e28c711180467a2094dee1065783499939ec451052b912990451f24f68
python-pandocfilters_1.3.0.orig.tar.gz 10.1 KiB 0fa304f862b783c883d455d82c4fcbaab632aebf1a3d07c5fcd5994fca48864e
python-pandocfilters_1.3.0-1.debian.tar.xz 2.5 KiB ede4b11988c2541e968119641f6ac713614f45fdf79f56baf63194fe9c2c664f

Available diffs

No changes file available.

Binary packages built by this source

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

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.