Pythonic Pandoc filters
Project description
Panflute: Pythonic Pandoc Filters
panflute is a Python package that makes creating Pandoc filters fun.
For a detailed user guide, documentation, and installation instructions, see http://scorreia.com/software/panflute/. For examples that you can use as starting points, check the examples repo, the sample template, or this github search. If you want to contribute, head here.
You might also find useful this presentation on how I use markdown+pandoc+panflute to write research papers (at the Banco de Portugal 2019 Workshop on Reproductible Research).
Install
To install panflute, open the command line and type:
pip install panflute
Uninstall
pip uninstall panflute
Dev Install
After cloning the repo and opening the panflute folder:
python setup.py install
: installs the package locally
python setup.py develop
: installs locally with a symlink so changes are automatically updated
Note on versions
panflute 1.12 or above dropped support of Python 2. When using Python 3, depending on your setup, you may need to use pip3
/python3
explicitly. If you need to use panflute in Python 2, install panflute 1.11.x or below.
Currently supported Python versions: . Check setup.py
for details, which further indicates support of pypy on top of CPython.
Supported pandoc versions
pandoc versioning semantics is MAJOR.MAJOR.MINOR.PATCH and panflute's is MAJOR.MINOR.PATCH. Below we shows matching versions of pandoc that panflute supports, in descending order. Only major version is shown as long as the minor versions doesn't matter.
panflute version | supported pandoc versions | supported pandoc API versions |
---|---|---|
2.0 | 2.11.0.4—2.11.x | 1.22 |
not supported | 2.10 | 1.21 |
1.12 | 2.7-2.9 | 1.17.5–1.20 |
Note: pandoc 2.10 is short lived and 2.11 has minor API changes comparing to that, mainly for fixing its shortcomings. Please avoid using pandoc 2.10.
Contributing
Feel free to submit push requests. For consistency, code should comply with pep8 (as long as its reasonable), and with the style guides by @kennethreitz and google. Read more here.
License
BSD3 license (following pandocfilters
by @jgm).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file panflute-2.0.5.tar.gz
.
File metadata
- Download URL: panflute-2.0.5.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff6b65624442ed4a331133326ca001f4043a6552e6d344e87dc085943dc355eb |
|
MD5 | bf2cce9df19dbf556298c27449e468ca |
|
BLAKE2b-256 | 1083625b3d587ec34215006f886b674c728b1a39779a5cc5c3523f30a25b1374 |