Metadata-Version: 2.1
Name: ream
Version: 0.1.3.4
Summary: parser/dumper for REAM files
Home-page: https://github.com/chmlee/ream-python
License: MIT
Author: Chih-Ming Louis Lee
Author-email: louis@chihminglee.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Dist: lark-parser (>=0.11.1,<0.12.0)
Requires-Dist: pandas (>=1.1.4,<2.0.0)
Project-URL: Repository, https://github.com/chmlee/ream-python
Description-Content-Type: text/markdown

# ream-python

A parser/dumper for REAM files written in Pythom.

See [ream-lang](https://github.com/chmlee/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:

```shell
pip install ream
```

### dependence

- [lark-parser](https://github.com/lark-parser/lark): 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


