Thin wrapper for pandoc.
Project description
pypandoc provides a thin wrapper for pandoc, a universal document converter. Use it as follows:
import pypandoc output = pypandoc.convert('somefile.md', 'rst') # alternatively you could just pass some string to it and define its format output = pypandoc.convert('#some title', 'rst', format='md')
The code infers pandoc --from format automatically based on given file extension unless one is provided explicitly. extra_args parameter makes it possible to access various pandoc options. Please refer to pandoc -h and the official documentation for further details.
See also pyandoc.
Contributors
Valentin Haenel - String conversion fix
Daniel Sanchez - Automatic parsing of input/output formats
Thomas G. - Python 3 support
License
pypandoc is available under MIT license. See LICENSE for more details.
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 pypandoc-0.7.0.tar.gz
.
File metadata
- Download URL: pypandoc-0.7.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2ea07073e0857b2e8675f2b0809c0ac225f0f9209ed8e1e42aef5cd291be61d |
|
MD5 | cb91a5743f3600b29415ae9a0847052d |
|
BLAKE2b-256 | c20829b56928230cff95bd1984aab4afb63a8d334cb903d1c6a8222e39fd9b2f |