parser combinator library and assorted parsers


Keywords
python, parsing, parser, combinator, scientific, units, parsec, protc
License
MIT
Install
pip install pysercomb==0.0.9

Documentation

pysercomb

PyPI version Build Status Coverage Status

python parser combinator and parsers

Units

The most useful thing in this repo is probably the units parser which has been tuned to extract scientific units from the published literature.

protc dependency

If you want to use units parser you will need to have a copy of the protc repo and have the repo version protcur installed. See .travis.yml for details. The units parser and protc are still tightly coupled for the time being.