Pythonic Pandoc filters
Project description
# Panflute: Pythonic Pandoc Filters
[![Build Status](https://travis-ci.org/sergiocorreia/panflute.svg?branch=master)](https://travis-ci.org/sergiocorreia/panflute)
[panflute](http://scorreia.com/software/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/> (or the [PDF version](http://scorreia.com/software/panflute/Panflute.pdf)). If you want to contribute, head [here](/CONTRIBUTING.md)
## Install
To install panflute, open the command line and type:
### Python 3
` pip install git+git://github.com/sergiocorreia/panflute.git `
Requires Python 3.2 or later.
On windows, the command line (cmd) must be run as administrator.
### Python 2
` pip install git+git://github.com/sergiocorreia/panflute.git@python2 `
## To 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
## Contributing
Feel free to submit push requests. For consistency, code should comply with [pep8](https://pypi.python.org/pypi/pep8) (as long as its reasonable), and with the style guides by [@kennethreitz](http://docs.python-guide.org/en/latest/writing/style/) and [google](http://google.github.io/styleguide/pyguide.html).
## License
BSD3 license (following pandocfilter 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-1.6.2.zip
.
File metadata
- Download URL: panflute-1.6.2.zip
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d11a7fcba1fdde94a09ea508ee16e48251fa50a4981f20718d758a9f1d674e86 |
|
MD5 | dde91b6833c090d2a13af3185dacf6dd |
|
BLAKE2b-256 | 98f34ec02e65083da8890cd1a6071ef341403c2cc451a26091a6dc7d40988e9f |