{"id":44830232,"url":"https://github.com/chopdgd/django-phenotype-ontologies","last_synced_at":"2026-02-16T23:54:37.398Z","repository":{"id":31770582,"uuid":"128824381","full_name":"chopdgd/django-phenotype-ontologies","owner":"chopdgd","description":"Django app for parsing/loading Phenotype ontologies (HPO, MONDO, OncoTree, etc)","archived":false,"fork":false,"pushed_at":"2026-02-04T14:12:22.000Z","size":287,"stargazers_count":7,"open_issues_count":66,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2026-02-05T01:34:20.159Z","etag":null,"topics":["bioinformatics","django","ontologies","phenotypes"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chopdgd.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-09T19:39:09.000Z","updated_at":"2024-12-13T02:58:07.000Z","dependencies_parsed_at":"2024-05-20T16:12:49.793Z","dependency_job_id":"f222d1d1-6308-44bf-9188-aa180e713728","html_url":"https://github.com/chopdgd/django-phenotype-ontologies","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/chopdgd/django-phenotype-ontologies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chopdgd%2Fdjango-phenotype-ontologies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chopdgd%2Fdjango-phenotype-ontologies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chopdgd%2Fdjango-phenotype-ontologies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chopdgd%2Fdjango-phenotype-ontologies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chopdgd","download_url":"https://codeload.github.com/chopdgd/django-phenotype-ontologies/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chopdgd%2Fdjango-phenotype-ontologies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29525122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bioinformatics","django","ontologies","phenotypes"],"created_at":"2026-02-16T23:54:36.703Z","updated_at":"2026-02-16T23:54:37.392Z","avatar_url":"https://github.com/chopdgd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============================\nDjango Phenotype Ontologies\n=============================\n\n.. image:: https://badge.fury.io/py/django-phenotype-ontologies.svg\n    :target: https://badge.fury.io/py/django-phenotype-ontologies\n\n.. image:: https://travis-ci.org/chopdgd/django-phenotype-ontologies.svg?branch=develop\n    :target: https://travis-ci.org/chopdgd/django-phenotype-ontologies\n\n.. image:: https://codecov.io/gh/chopdgd/django-phenotype-ontologies/branch/develop/graph/badge.svg\n    :target: https://codecov.io/gh/chopdgd/django-phenotype-ontologies\n\n.. image:: https://pyup.io/repos/github/chopdgd/django-phenotype-ontologies/shield.svg\n     :target: https://pyup.io/repos/github/chopdgd/django-phenotype-ontologies/\n     :alt: Updates\n\n.. image:: https://pyup.io/repos/github/chopdgd/django-phenotype-ontologies/python-3-shield.svg\n      :target: https://pyup.io/repos/github/chopdgd/django-phenotype-ontologies/\n      :alt: Python 3\n\nDjango app to parse/load phenotype ontologies (OncoTree, HPO, MONDO, etc)\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-phenotype-ontologies.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django Phenotype Ontologies::\n\n    pip install django-phenotype-ontologies\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'phenotype_ontologies',\n        ...\n    )\n\nAdd Django Phenotype Ontologies's URL patterns:\n\n.. code-block:: python\n\n    from phenotype_ontologies import urls as phenotype_ontologies_urls\n\n\n    urlpatterns = [\n        ...\n        url(r'^', include(phenotype_ontologies_urls, namespace='phenotype_ontologies')),\n        ...\n    ]\n\nFeatures\n--------\n\n* syncs OBO from MONDO, HPO, and NCIT (OncoTree)\n* REST API to interact with models\n* GraphQL Nodes to be incorporated to existing GraphQL setups with graphene_django\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n    source \u003cYOURVIRTUALENV\u003e/bin/activate\n    (myenv) $ pip install tox\n    (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n*  Cookiecutter_\n*  `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchopdgd%2Fdjango-phenotype-ontologies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchopdgd%2Fdjango-phenotype-ontologies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchopdgd%2Fdjango-phenotype-ontologies/lists"}