Skip to main content

Client for Docverter document conversion service (pandoc as a service)

Project description

Python client for Docverter service

Docverter is a hosted service that can do convert documents from one format to another (using pandoc). For example, it can be used to convert Markdown documents to reStructuredText. This is very useful if you prefer to write your README in Markdown, but want to publish your package to PyPI, which only knows how to do nice rendering of descriptions written in reStructuredText.

This module is a Python client to the Docverter service.

It has a very similar API to that of pypandoc, so that you can do stuff like:

try:
    import pypandoc as converter
except ImportError:
    import pydocverter as converter

converter.convert('somefile.md', 'rst')

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

pydocverter-0.0.0.tar.gz (3.3 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