Metadata-Version: 2.1
Name: phenopedia-parser
Version: 0.0.2
Summary: A python package to parse phenopedia data
Home-page: https://github.com/julianspaeth/PhenopediaParser
Author: Julian Späth
Author-email: spaethju@posteo.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/julianspaeth/PhenopediaParser/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# PhenopediaParser

## Getting Started

### Install

```pip install phenopedia_parser```

### Usage

```
from phenopedia_parser.phenopedia_parser import PhenopediaParser

pheno_dataframe = PhenopediaParser.parse(search_term='lung', dataframe=True)
print(pheno_dataframe)
```

### License
MIT License

