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.

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.2.0.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_hpo_terms-0.2.0-py2.py3-none-any.whl (14.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-hpo-terms-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-hpo-terms-0.2.0.tar.gz
Algorithm Hash digest
SHA256 394503f45f6a6a203413d1da7940231759419f5e2190269ee2223dc25647688e
MD5 4015df4c02422d4b113b6bd8ffbccacc
BLAKE2b-256 3866c5f7ee0092e8a5f3c636caac695dfc70ae349e902469726d95920f498391

See more details on using hashes here.

File details

Details for the file django_hpo_terms-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_hpo_terms-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a977c4650b0fd272ead84cd0e31f7ec72c6bb1b84bc64afe70a8f66790bc629
MD5 835d356be625619ab0a065bb6dd8bc31
BLAKE2b-256 2a59f01b7c942cb8b8077864f3dfbc015aeacb0473b855ae794ebfb716ff7d9d

See more details on using hashes here.

Supported by

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