Skip to main content

Pure Python bindings to the online Docverter Pandoc document format conversion API.

Project description

Pure Python bindings to the online Docverter Pandoc document format conversion API. This way, you get access to the power of Pandoc from anywhere, without having to meddle with installing anything. Useful for lightweight applications or when you want to avoid the overhead of a full pandoc installation.

See: http://www.docverter.com/

Platforms

Python 2 and 3.

Dependencies

Pure Python, no dependencies.

Installing it

iPandoc is installed with pip from the commandline:

pip install ipandoc

Usage

iPandoc is very simple to use. There is only one function, which converts a piece of text to another document format.

This can be pretty useful, especially for dynamically converting a project README file, which some people write in markdown format for displaying at GitHub, over to ReStructured text for displaying at PyPi (e.g. in your project’s setup.py file).

import ipandoc
markdown = open("README.md").read()
rst = ipandoc.convert(text=markdowntext,
                      fromformat="markdown",
                      toformat="rst")

Of course, there are many other text formats you can convert between. See API documentation link for more details on usage and options.

More Information:

License:

This code is free to share, use, reuse, and modify according to the MIT license, see license.txt

Credits:

Karim Bahgat

Changes

1.0.0 (2018-09-14)

  • Bump to stable version

  • Python 3 support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iPandoc-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page