Skip to main content

Django app to parse, store, and update HPO terms

Project description

https://badge.fury.io/py/django-hpo-terms.svg https://travis-ci.org/chopdgd/django-hpo-terms.svg?branch=develop https://codecov.io/gh/chopdgd/django-hpo-terms/branch/develop/graph/badge.svg Updates Python 3

Django app to parse, store, and update HPO terms

Documentation

The full documentation is at https://django-hpo-terms.readthedocs.io.

Quickstart

Install Django HPO Terms:

pip install django-hpo-terms

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'hpo_terms',
    ...
)

Add Django HPO Terms’s URL patterns:

from hpo_terms import urls as hpo_terms_urls


urlpatterns = [
    ...
    url(r'^', include(hpo_terms_urls, namespace='hpo_terms')),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-12-29)

  • First release on PyPI.

  • Initial models and REST API.

0.2.0 (2017-12-31)

  • Added syncing of database with online HPO resources.

0.3.0 (2017-01-02)

  • Added Disease genes model and REST API.

  • Synced Disease genes from online HPO resource.

0.3.1 (2017-01-04)

  • Fixed minor bugs

  • Added better test coverage for hpo_sync.

0.4.0 (2017-01-05)

  • Improved REST API filters.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-hpo-terms-0.4.1.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

django_hpo_terms-0.4.1-py2.py3-none-any.whl (17.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page