Metadata-Version: 2.1
Name: phenotron
Version: 0.1.0
Summary: 
License: MIT
Keywords: phenopackets,hpo,library,cli,transform
Author: Michael Gargano
Author-email: Michael.Gargano@jax.org
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.6,<9.0.0)
Requires-Dist: hpo-toolkit (>=0.2.0,<0.3.0)
Requires-Dist: pyphetools (>=0.4.8,<0.5.0)
Description-Content-Type: text/markdown

# phenotron

![Build status](https://img.shields.io/github/actions/workflow/status/TheJacksonLaboratory/phenotron/python_ci.yml)

[//]: # (![PyPi downloads]&#40;https://img.shields.io/pypi/dm/hpo-toolkit.svg?label=Pypi%20downloads&#41;)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/phenotron)

A library and cli for working transforming anything to Phenopackets

## Install

Phenotron is available from PyPi:

```shell
pip install phenotron
```

## Poetry

```shell
poetry add phenotron
```

### Run tests with poetry

```shell
cd /path/to/your/phenotron
poetry run pytest
```

[//]: # (## Examples)

[//]: # ()
[//]: # (Check out the [Jupyter)

[//]: # (notebooks]&#40;https://github.com/TheJacksonLaboratory/hpo-toolkit/tree/main/notebooks&#41; for an example usage.)

## Disclaimer

`phenotron` is still in *alpha* stage, the APIs may change.

