ream

parser/dumper for REAM files


License
MIT
Install
pip install ream==0.1.3.4

Documentation

ream-python

A parser/dumper for REAM files written in Pythom.

See ream-lang to learn more about the specs for REAM.

Installation

ream-python is available on pypi for Python version 3.7 and newer and can be installed with pip:

pip install ream

dependence

  • lark-parser: A modern parsing library for Python, implementing Earley & LALR(1). Future versions will drop the dependence.

Licence

This project is licensed under MIT license.

Test

update