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')
Release files for pydocverter 0.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydocverter-0.0.0.tar.gz | 3.3 kB | Details |
Release files / pydocverter-0.0.0.tar.gz
| Download URL | pydocverter-0.0.0.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
287b0a82ae3b3f137ab850bf642b2797478f2f853ebd6a0a667d1d46345648c1
|
|
BLAKE2b-256 checksum How to use checksums |
f97a57b023656124c4989df788c3ad43b7b7fd9f825e545d5ee46bc0347e6cb6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |