Metadata-Version: 2.1
Name: muskrat
Version: 1.0.13.1
Summary: Minimalistic non-BNF text parser
Home-page: https://github.com/prodotiscus/muskrat
Author: Fyodor Sizov
Author-email: f.sizov@yandex.ru
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Muskrat: minimalistic non-BNF text parser and tree generator
=========================

[![Software license][ico-license]](LICENSE) ![Software release][ico-release] ![Software requirements][ico-requirements] ![Build status][ico-travis]

Installation
============

To install Muskrat, use `pip3 install muskrat`.

Documentation
=============

Documentation is available at <http://muskrat.readthedocs.io/en/latest/>
.

How to Contribute
=================

1. Check for open issues or open a new issue to start a discussion.
2. Contribute to creating and improving the full documentation.
3. Create new tests in Travis to look for bugs in published and upcoming releases.
4. Provide confident support of older versions of Python **3.x** and **2.7**.

[ico-release]: https://img.shields.io/badge/release-1.0.13.1-green.svg
[ico-license]: https://img.shields.io/badge/license-GPL--3.0-green.svg
[ico-requirements]: https://img.shields.io/badge/python-%3E%3D3.5-blue.svg
[ico-travis]: https://travis-ci.com/prodotiscus/muskrat.svg?branch=master


