Metadata-Version: 2.1
Name: gt-examcard-parser
Version: 0.0.1
Summary: Parser for Philips ExamCards
Home-page: https://github.com/gyrotools/gt-examcard-parser
Author: Martin Bührer
Author-email: info@gyrotools.com
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
License-File: LICENSE

# gt-examcard-parser 

Parser for Philips ExamCards. 

## Installation

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

```bash
pip install gt-examcard-parser 
```


## Basic usage

```python
import examcard as ec

filename = 'MyStudy.ExamCard'
examcard = ec.parse(filename)
```

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