Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 23, 2018
1 parent f909d97 commit 5521117
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@
About
=====

Text parser.
A text parser written in the Python language.

The parser is `pretty fast`_, but not as user friendly as `PyParsing`_
and `Lark`_.

Project homepage: https://github.com/eerimoq/textparser

Documentation: http://textparser.readthedocs.org/en/latest

Credits
=======

- Thanks ``pyparsing`` for a user friendly interface. Many of
``textparser``'s class names are taken from this project.

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

Expand All @@ -20,6 +29,8 @@ Installation
Example usage
=============

To be added.

Contributing
============

Expand Down Expand Up @@ -49,3 +60,7 @@ Contributing

.. |coverage| image:: https://coveralls.io/repos/github/eerimoq/textparser/badge.svg?branch=master
.. _coverage: https://coveralls.io/github/eerimoq/textparser

.. _pretty fast: https://github.com/eerimoq/textparser/blob/master/examples/benchmarks/json/main.py#L15-L25
.. _PyParsing: https://github.com/pyparsing/pyparsing
.. _Lark: https://github.com/lark-parser/lark

0 comments on commit 5521117

Please sign in to comment.