Skip to main content

Tell appart Markdown and reStructuredText.

Project description

mdorrst

https://img.shields.io/pypi/v/mdorrst.svg https://img.shields.io/travis/JulienPalard/mdorrst.svg

Tell appart Markdown and reStructuredText.

  • Free software: MIT license

Usage

The package exposes two functions, from_text and from_file, which both return one of md, rst or txt according to the content given.

mdorrst.from_file(path) only reads the content of the file

(without being influenced by the filename):

>>> import mdorrst
>>> mdorrst.from_file("./README.rst")
'rst'

mdorrst.from_text works the same way, given a string:

>>> import mdorrst
>>> mdorrst.from_text("[hey](http://example.com)")
'md'
>>> mdorrst.from_text("`hey <http://example.com>`__")
'rst'

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.3.0 (2017-04-26)

  • Python 2.7 support.

0.2.0 (2017-04-26)

  • Expose from_text().

0.1.0 (2017-04-26)

  • First release on PyPI.

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

mdorrst-0.3.0.tar.gz (2.6 MB view hashes)

Uploaded Source

Built Distribution

mdorrst-0.3.0-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

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