Metadata-Version: 2.1
Name: markopolo
Version: 2020.4.26
Summary: Markup Language Parser
Home-page: https://github.com/hackerassist/markopolo
Author: Raja Simon
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0

# Markopolo

Markup Language Parser. Support converts rst, txt, md files into JSON.

## How to install

    pipenv install markopolo


## Usage

    from markopolo import parse
    parse(content)


## Contribution

This package uses [calver](https://calver.org/) for versioning. And the scheme
we use is `YYYY.0M.0D`

