Metadata-Version: 2.1
Name: parrec-reader-py
Version: 0.0.1
Summary: A Philips par/rec reader for Python
Home-page: https://github.com/gyrotools/parrec-reader-py
Author: Martin Bührer
Author-email: info@gyrotools.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy

# parrec-reader-py [![Build Status](https://travis-ci.org/gyrofx/parrec-readerr-py.svg?branch=master)](https://travis-ci.org/gyrofx/parrec-reader-py)

parrec-reader is a python library to read Philips par/rec files. XML/rec is not supported yet

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install parrec-reader.

```bash
pip install parrec-reader
```

Currently parrec-reader supports python 3.6 and 3.7.


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

