python-pandocfilters 1.4.3-1 source package in Ubuntu
Changelog
python-pandocfilters (1.4.3-1) unstable; urgency=medium * New upstream version -- Sebastian Humenda <email address hidden> Sun, 13 Dec 2020 19:59:04 +0100
Upload details
- Uploaded by:
- Debian Python Team on 2020-12-31
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2021-01-01 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pandocfilters_1.4.3-1.dsc | 2.0 KiB | 90da2706e9ce6e612e9cb09f8f985d93de708a91a41907783f1b3eccfe7b4552 |
python-pandocfilters_1.4.3.orig.tar.xz | 13.9 KiB | a04b135f0b14e81af08d6a6fe04798a26936289ce75fe295692fd12ff30dd488 |
python-pandocfilters_1.4.3-1.debian.tar.xz | 2.8 KiB | c6fcd7d52b4cbfe3bc1b643dbb771086b082f8629b1137d7be42ed86ffca50cd |
Available diffs
- diff from 1.4.2-2 to 1.4.3-1 (8.7 KiB)
No changes file available.
Binary packages built by this source
- 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.