MiniParse

MiniParse is a minimal, hence simple, parsing library in Python (2.7+ and 3.3+), with a focus on clear error messages. An interactive demo is available.

It’s licensed under the MIT license. It’s available on the Python package index, its documentation is hosted by Python and its source code is on GitHub.

Questions? Remarks? Bugs? Want to contribute? Open an issue!

https://badge.waffle.io/jacquev6/MiniParse.png?label=ready&title=ready

Quick start

Install from PyPI:

$ pip install MiniParse

Import:

>>> from MiniParse import *

@todoc Quick start

User guide

Reference

@todoc