Metadata-Version: 2.1
Name: loinchpo
Version: 1.0.4
Summary: Python version of LOINC2HPO
Home-page: https://github.com/TheJacksonLaboratory/loinchpo
Author: Michael Gargano
Author-email: michael.gargano@jax.com
License: GPLv3
Keywords: python,loinc to hpo
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# loinchpo
A simple and efficient library for mapping loinc test results to hpo terms.

## Requirements
Python 3.5+

## Installing with pip

```bash
pip install loinchpo
```

## Installing with Conda

```bash
# Ensure conda-forge is in your channels
conda config --add channels conda-forge
conda config --set channel_priority strict

# Install the package
conda install loinchpo
```










