phenotron


Namephenotron JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summary
upload_time2023-07-25 21:45:51
maintainer
docs_urlNone
authorMichael Gargano
requires_python>=3.11,<4.0
licenseMIT
keywords phenopackets hpo library cli transform
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "phenotron",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "phenopackets,hpo,library,cli,transform",
    "author": "Michael Gargano",
    "author_email": "Michael.Gargano@jax.org",
    "download_url": "https://files.pythonhosted.org/packages/f2/c5/586113eb4ae44db9b79955d9ad06d660df26be855c457ef06d430a4e6a48/phenotron-0.1.0.tar.gz",
    "platform": null,
    "description": "# phenotron\n\n![Build status](https://img.shields.io/github/actions/workflow/status/TheJacksonLaboratory/phenotron/python_ci.yml)\n\n[//]: # (![PyPi downloads]&#40;https://img.shields.io/pypi/dm/hpo-toolkit.svg?label=Pypi%20downloads&#41;)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/phenotron)\n\nA library and cli for working transforming anything to Phenopackets\n\n## Install\n\nPhenotron is available from PyPi:\n\n```shell\npip install phenotron\n```\n\n## Poetry\n\n```shell\npoetry add phenotron\n```\n\n### Run tests with poetry\n\n```shell\ncd /path/to/your/phenotron\npoetry run pytest\n```\n\n[//]: # (## Examples)\n\n[//]: # ()\n[//]: # (Check out the [Jupyter)\n\n[//]: # (notebooks]&#40;https://github.com/TheJacksonLaboratory/hpo-toolkit/tree/main/notebooks&#41; for an example usage.)\n\n## Disclaimer\n\n`phenotron` is still in *alpha* stage, the APIs may change.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "phenopackets",
        "hpo",
        "library",
        "cli",
        "transform"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d51116baed57c28d0ef501c7364c0f5ac8cdded71143e621040341bfdacb5b72",
                "md5": "d57f4d407142384ad301dd9a32d81ad7",
                "sha256": "f43accfaf5bff2b65a2a8b3c36fb35ffa79e1d717cfa6add0abc76399fed661b"
            },
            "downloads": -1,
            "filename": "phenotron-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d57f4d407142384ad301dd9a32d81ad7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 4293,
            "upload_time": "2023-07-25T21:45:48",
            "upload_time_iso_8601": "2023-07-25T21:45:48.904209Z",
            "url": "https://files.pythonhosted.org/packages/d5/11/16baed57c28d0ef501c7364c0f5ac8cdded71143e621040341bfdacb5b72/phenotron-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2c5586113eb4ae44db9b79955d9ad06d660df26be855c457ef06d430a4e6a48",
                "md5": "6c4d9ba017e25753beb81c2e39b7d217",
                "sha256": "d3f2e1c0a36413b86d1938b7598b557778c673f7ed982f79c73d0908e6831c5e"
            },
            "downloads": -1,
            "filename": "phenotron-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6c4d9ba017e25753beb81c2e39b7d217",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 3039,
            "upload_time": "2023-07-25T21:45:51",
            "upload_time_iso_8601": "2023-07-25T21:45:51.312021Z",
            "url": "https://files.pythonhosted.org/packages/f2/c5/586113eb4ae44db9b79955d9ad06d660df26be855c457ef06d430a4e6a48/phenotron-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-25 21:45:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "phenotron"
}
        
Elapsed time: 0.10126s