{ "info": { "author": "Michael A. Gonzalez", "author_email": "GonzalezMA@email.chop.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=============================\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 /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\n\n\n\nHistory\n-------\n\n0.1.0 (2018-04-10)\n++++++++++++++++++\n\n* Models for Phenotype Ontologies\n* REST API\n* GraphQL Nodes\n* Sync methods for PURL of MONDO, HPO, NCIT\n\n0.1.1 (2018-04-10)\n++++++++++++++++++\n\n`0.1.1 Changelog `_\n\n* Updated sync to sync_ontology to make it more descriptive\n\n0.1.2 (2018-04-10)\n++++++++++++++++++\n\n`0.1.2 Changelog `_\n\n* Added better support for MONDO. A few oddities were causing errors w/ pronto.\n\n0.1.3 (2018-04-18)\n++++++++++++++++++\n\n`0.1.3 Changelog `_\n\n* Updated 3rd party libs\n\n0.1.4 (2018-05-16)\n++++++++++++++++++\n\n`0.1.4 Changelog `_\n\n* Updated setup.py to read from requirements.txt\n\n\n0.2.0 (2018-06-01)\n++++++++++++++++++\n\n`0.2.0 Changelog `_\n\n* Removed support for GraphQL\n\n0.2.1 (2018-07-27)\n++++++++++++++++++\n\n`0.2.1 Changelog `_\n\n* Updated NCIT to be OncoTree - since we are using the onco tree specific ontology\n\n0.2.2 (2018-08-13)\n++++++++++++++++++\n\n`0.2.2 Changelog `_\n\n* Updated 3rd party requirements. Some requirements had changed so it was causing failures\n\n0.2.3 (2018-10-29)\n++++++++++++++++++\n\n`0.2.3 Changelog `_\n\n* Updated 3rd party requirements.\n\n0.2.4 (2018-11-27)\n++++++++++++++++++\n\n`0.2.4 Changelog `_\n\n* Updated 3rd party requirements.\n\n0.2.5 (2019-02-08)\n++++++++++++++++++\n\n`0.2.5 Changelog `_\n\n* Updated 3rd party requirements.\n* Updated tests to use py.test fixtures\n\n0.2.6 (2019-04-10)\n++++++++++++++++++\n\n`0.2.6 Changelog `_\n\n* Updated 3rd party requirements.\n* Updated travis to use xenial distribution. Django 2.1 dropped support for SQLite < 3.8.3\n\n0.2.7 (2019-05-31)\n++++++++++++++++++\n\n`0.2.7 Changelog `_\n\n* Updated package to use latest cookiecutter template\n\n0.2.8 (2019-07-26)\n++++++++++++++++++\n\n`0.2.8 Changelog `_\n\n* Updated 3rd party requirements.\n\n0.2.9 (2019-08-09)\n++++++++++++++++++\n\n`0.2.9 Changelog `_\n\n* Updated 3rd party requirements.\n\n0.2.10 (2019-09-09)\n+++++++++++++++++++\n\n`0.2.10 Changelog `_\n\n* Updated 3rd party requirements.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/genomics-geek/django-phenotype-ontologies", "keywords": "django-phenotype-ontologies", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-phenotype-ontologies", "package_url": "https://pypi.org/project/django-phenotype-ontologies/", "platform": "", "project_url": "https://pypi.org/project/django-phenotype-ontologies/", "project_urls": { "Homepage": "https://github.com/genomics-geek/django-phenotype-ontologies" }, "release_url": "https://pypi.org/project/django-phenotype-ontologies/0.2.10/", "requires_dist": [ "djangorestframework (==3.10.3)", "django-filter (==2.2.0)", "django-genomix (==0.6.10)", "django-model-utils (==3.2.0)", "pronto (==0.12.2)" ], "requires_python": "", "summary": "Django app to parse/load phenotype ontologies (OncoTree, HPO, MONDO, etc)", "version": "0.2.10" }, "last_serial": 5804878, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6d4a5cc9f44a59aa1664001a2274e8b2", "sha256": "c43d9758cd506db7cceec086882a07a1030155be9bd4649fc574ba9285b2db11" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6d4a5cc9f44a59aa1664001a2274e8b2", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 12422, "upload_time": "2018-04-10T16:20:07", "url": "https://files.pythonhosted.org/packages/42/a7/525f4035c0a65ea648a0c3eb1369b27f7eb8a0efbbaf350c233408121ee1/django_phenotype_ontologies-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00286e8435e19411a11e9df095291446", "sha256": "3b07b615e65024b5ef8c1f8e064a016829830f8a43611fb1032d203d30d75b49" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.1.0.tar.gz", "has_sig": false, "md5_digest": "00286e8435e19411a11e9df095291446", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11872, "upload_time": "2018-04-10T16:20:05", "url": "https://files.pythonhosted.org/packages/e7/ca/f60009778478ac235aaef0dda7e62ae0d329fb2ff9f505b4ca67bcb1ada6/django-phenotype-ontologies-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b5d7fc6c8715d323cc785cf7f9891efa", "sha256": "f6729c57a8a18ce3e70c6489563c8889a5e121c68a52715b7427a07f07cb6773" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b5d7fc6c8715d323cc785cf7f9891efa", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 14218, "upload_time": "2018-04-10T17:19:02", "url": "https://files.pythonhosted.org/packages/95/f1/aacab49e4e6022109d9ca5e45503273654bb0e4d4ed07e08fa29da8313ed/django_phenotype_ontologies-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6fc0b6863098447dc339bfe6ed220ee5", "sha256": "fc9d00c9a663d3ced053abfd620520da81d26a865a5ac0a4df11c294d81250f3" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6fc0b6863098447dc339bfe6ed220ee5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11993, "upload_time": "2018-04-10T17:19:00", "url": "https://files.pythonhosted.org/packages/b9/c0/c92a75d42bf8a656f993d4b367d2dfe35ba160461605b327e1fc6b854d9e/django-phenotype-ontologies-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "98a4fc12fe4e5b20ec280d25d895b354", "sha256": "3d32acfa4df5df0b26cefaf325b6ced8a9d67cb2ff58dc778d73614448d8714f" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "98a4fc12fe4e5b20ec280d25d895b354", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 14345, "upload_time": "2018-04-10T22:01:36", "url": "https://files.pythonhosted.org/packages/2b/9a/731f137b2e4e8ef0ea156e724429b1a8bd6f6e4177ddbfddc462c5ba3efb/django_phenotype_ontologies-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "02d0a5741c0db841b48e1b73ded09620", "sha256": "b7d9867192aab237f3d81958f7f9ab5b42fcf11ad933590ec77376e56ef959cd" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.1.2.tar.gz", "has_sig": false, "md5_digest": "02d0a5741c0db841b48e1b73ded09620", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12145, "upload_time": "2018-04-10T22:01:34", "url": "https://files.pythonhosted.org/packages/01/a2/235b0ede6d18875e2a8ab694744ecb2cc6dd1d61a4bbb7d54549650be7f7/django-phenotype-ontologies-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "fa3def464d45c87e693be069fcf60dad", "sha256": "d278c22a276e45f990a4a9b819e52500b5f186c618204f127759336dc9271ad6" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fa3def464d45c87e693be069fcf60dad", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 14361, "upload_time": "2018-04-18T16:45:38", "url": "https://files.pythonhosted.org/packages/c6/e8/61ec75ca161b37a7f87fc10472692f9c4aaba3b5e4abe14264eb12c52b4c/django_phenotype_ontologies-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c365c295d2535986aa66e2fc6b5fee5e", "sha256": "163618db9fb36a5868cee40e69078f275b3ff088e91ed440bf1ec74e2398a44d" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c365c295d2535986aa66e2fc6b5fee5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12210, "upload_time": "2018-04-18T16:45:36", "url": "https://files.pythonhosted.org/packages/24/64/d3cc27623b1a55bea7fbf3bc352883b8107a50354707ae6a721a1fb19d8e/django-phenotype-ontologies-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "980c413d241dc51392003bc5f86ca53c", "sha256": "bd9c4a62dde2952698bc60d40fb7a8093567f253c76968ac888848c4dc583ab4" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "980c413d241dc51392003bc5f86ca53c", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 16428, "upload_time": "2018-05-16T15:29:46", "url": "https://files.pythonhosted.org/packages/d0/a4/7eecea6b16e8d2fd0069f72e3366d98163eb63523a7070df07c4a52a3945/django_phenotype_ontologies-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1edcb7ad403277622acef2b768728d1c", "sha256": "2cfe8608c50b868725418140a2df0dfade23b6b0121c4ab1c4ea558a8ea84862" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.1.4.tar.gz", "has_sig": false, "md5_digest": "1edcb7ad403277622acef2b768728d1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12412, "upload_time": "2018-05-16T15:29:44", "url": "https://files.pythonhosted.org/packages/eb/91/e232d22ef27677c11444046d6d2f010df225e839eeb35fd860b2f6ee4eb9/django-phenotype-ontologies-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "470fb33de7ba7246dd2f299f25dad4f0", "sha256": "1ce131aad41c7333b966764d644a45f00dc60f2f47f352b0fd923d24632a6ea4" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "470fb33de7ba7246dd2f299f25dad4f0", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 14466, "upload_time": "2018-06-01T14:38:37", "url": "https://files.pythonhosted.org/packages/b7/c7/4d7f033740cc5bb9affad634e45ad10cc0352a34d155b8213b8cadeb6ce3/django_phenotype_ontologies-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7bef35110b1c592427fda74f0e1c995c", "sha256": "6640184819e480426a79a8266b9575330149d3ca47f4210a5655ba8e38b29151" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7bef35110b1c592427fda74f0e1c995c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12372, "upload_time": "2018-06-01T14:38:36", "url": "https://files.pythonhosted.org/packages/ea/89/2f97bc7771b9a00341ade2ba03508348f25e68db6442c57212e760dab3ed/django-phenotype-ontologies-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1ed3715f48d7924ec174d94812d6f75f", "sha256": "2a789b997963f2f64ae3a8e29f35b7acb3dbf2c6bfc5ba54980ef934cabce351" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ed3715f48d7924ec174d94812d6f75f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15066, "upload_time": "2018-07-27T13:55:51", "url": "https://files.pythonhosted.org/packages/b6/11/0ce2df2ca7683e6e2dc2d3fca6a9a8cb0ef73e3790f2e40b938c3b9f1bdb/django_phenotype_ontologies-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb40caa7ff594e3fb7c27300aeeb4bf0", "sha256": "0add29c7499f613f2095d45286d6d316ecbc1d0da849a3344b07575e7cfbd22f" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.1.tar.gz", "has_sig": false, "md5_digest": "bb40caa7ff594e3fb7c27300aeeb4bf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12620, "upload_time": "2018-07-27T13:55:49", "url": "https://files.pythonhosted.org/packages/fb/59/bcfa3e5f7e8ca85e15261b23377da244c32f7f8556872b370128531c5f2e/django-phenotype-ontologies-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "100ac6063fbd5d2e2ea4dc3f9b06ce46", "sha256": "5c446328a44f265db3bc141fccf6f49bd85e331dba343959bf7b1f27cc6b0228" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "100ac6063fbd5d2e2ea4dc3f9b06ce46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14589, "upload_time": "2019-09-09T18:15:38", "url": "https://files.pythonhosted.org/packages/ad/b6/4ca21a526cbf72f1db6be09a6a9721a4542ddd54b4b53c55798b4e90c0dc/django_phenotype_ontologies-0.2.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e8761b88d45a322d71e988a847f233e2", "sha256": "63d471b760707dd8adf333bc1d4c4b5b5ca202a090a9a3400ce5c058a16c9efc" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.10.tar.gz", "has_sig": false, "md5_digest": "e8761b88d45a322d71e988a847f233e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13391, "upload_time": "2019-09-09T18:15:40", "url": "https://files.pythonhosted.org/packages/f6/d9/911a20b51d23b964ba4e26c8643880ec18b55810f33efcd28d2c7ae197c8/django-phenotype-ontologies-0.2.10.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "a633ea0a7eaba296bbf1127ff57ece16", "sha256": "09d1c75dc2d8322f3b5e9499071e15ea72bcc4b6149328f71a294570b47cb52d" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a633ea0a7eaba296bbf1127ff57ece16", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15115, "upload_time": "2018-08-13T17:14:20", "url": "https://files.pythonhosted.org/packages/05/f8/2b252e0e1c8f9e9311739a695ffe290dedcbae6b4426f77f4991f0b6011c/django_phenotype_ontologies-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cfe054b129813285c1fd9c49a77dc132", "sha256": "95db8d5426fcf3fbdcbce33c694cf1edb73c6ce20e83bbfb1e3829814224c9b8" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.2.tar.gz", "has_sig": false, "md5_digest": "cfe054b129813285c1fd9c49a77dc132", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12802, "upload_time": "2018-08-13T17:14:16", "url": "https://files.pythonhosted.org/packages/17/2e/1567bac797e3a1f70c687e46f564da070d33e1ea5084240df0318a2d7215/django-phenotype-ontologies-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "6c8b1c5f89ab536b73b7d9577e9d64bf", "sha256": "2add81bfcb55aedaba9bae3978fdf2e44749dc0d5735c028dd8dca6fa5a1341b" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c8b1c5f89ab536b73b7d9577e9d64bf", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15138, "upload_time": "2018-10-29T15:22:37", "url": "https://files.pythonhosted.org/packages/8f/0d/ba2892a2d74666b23f1cc6482199a30014b2a89167fd643f38f551f4e388/django_phenotype_ontologies-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "631e00be4ab9530024151f9c80d24332", "sha256": "2595385376a3f0e964d74bedca7ffda5e6783096fbd0affa996b45ee1e6541d4" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.3.tar.gz", "has_sig": false, "md5_digest": "631e00be4ab9530024151f9c80d24332", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12854, "upload_time": "2018-10-29T15:22:35", "url": "https://files.pythonhosted.org/packages/c7/d1/d7c0e00cfdbb205fb3c9fbd71502efd3c8bdcbe20119a15ed4f95e170247/django-phenotype-ontologies-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "c8f6c1e69c5a8100ca9f623571cd7654", "sha256": "a1171ff72d73ce015f7b224dcfbd4f3aaa2338046284cff796801ebc5078df7b" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c8f6c1e69c5a8100ca9f623571cd7654", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 16362, "upload_time": "2018-11-27T16:19:50", "url": "https://files.pythonhosted.org/packages/e6/bd/65be2d09dd163a81d28407a2a1d6c2c83726ce5923749d5f9b6a47173bfc/django_phenotype_ontologies-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a90033022cd56e1a69d1e7365d10b328", "sha256": "e3119d12e1034a3a921b772c4dc47201af44445970552dd9d3ffc9d8e301a176" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.4.tar.gz", "has_sig": false, "md5_digest": "a90033022cd56e1a69d1e7365d10b328", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12902, "upload_time": "2018-11-27T16:19:48", "url": "https://files.pythonhosted.org/packages/69/99/136cf40d9355de775ee4c87458e65d33bd16a1534411461b6008cff79be8/django-phenotype-ontologies-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "f94edf26456b8756fd94613328a281b3", "sha256": "5913229fc0d7e126154acc422ad3357c873c2e03f7f51e5900011ddf3ed0297b" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f94edf26456b8756fd94613328a281b3", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 16399, "upload_time": "2019-02-08T16:06:16", "url": "https://files.pythonhosted.org/packages/14/24/005050e3fcacf2fda736440a24ef5cc074b9ab45911306a2f4a3f9d4cd21/django_phenotype_ontologies-0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17c9811ee7254fad311622ba0e9c0e0d", "sha256": "f5766f3c0fec99e104590242d28faabd8624fb111a242ea723898528118b627e" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.5.tar.gz", "has_sig": false, "md5_digest": "17c9811ee7254fad311622ba0e9c0e0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12925, "upload_time": "2019-02-08T16:06:13", "url": "https://files.pythonhosted.org/packages/15/ed/7a4614a37bcf1d500ce611f45960695b0510393dd02fcd0cc72b6f6dbf57/django-phenotype-ontologies-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "183244490b5e5afef183f575c92e8125", "sha256": "ebfdc3d90bb10d8533b9b08e1ba37143b4db6107d45688af52ebe99fc364838b" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "183244490b5e5afef183f575c92e8125", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 16456, "upload_time": "2019-04-10T14:30:07", "url": "https://files.pythonhosted.org/packages/3f/26/de575a84574a7065a0ee9215987ddfa76f49f8bc581754c9997832b2d849/django_phenotype_ontologies-0.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f4e41f618666bf8d49ded5ab76ae1366", "sha256": "954d6510decefccc27c0d15b35bf2f249f3d3c0720232edf21d2a4b7acea9ece" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.6.tar.gz", "has_sig": false, "md5_digest": "f4e41f618666bf8d49ded5ab76ae1366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13058, "upload_time": "2019-04-10T14:30:05", "url": "https://files.pythonhosted.org/packages/35/5c/2056293553ad4e1ed75bf7227f47fc42f67ee60bf5520ae9b6426dc9b2dd/django-phenotype-ontologies-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "a0d09cdb9d014154a5209364929bc2c6", "sha256": "7a93065b28c64273fd85a410f9f4d834b31a501ed2bbe8793ee968e701a24561" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0d09cdb9d014154a5209364929bc2c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14468, "upload_time": "2019-05-31T15:32:21", "url": "https://files.pythonhosted.org/packages/2e/98/af1ffd29b08639fb4b02e346dfb8478c8da9e2d74041380404edc89417f9/django_phenotype_ontologies-0.2.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10ae29e823bbef2c14e1db56c3eadd5c", "sha256": "14503131dd080fdbd9f9223989fbe267986d7a52ecc1af100d2b8bbcb67676f6" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.7.tar.gz", "has_sig": false, "md5_digest": "10ae29e823bbef2c14e1db56c3eadd5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13243, "upload_time": "2019-05-31T15:32:22", "url": "https://files.pythonhosted.org/packages/5d/f4/584cea22d959061218f8899341349205d1039b401f49d58f9534fb59cbf4/django-phenotype-ontologies-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "f19564cc31d9e46862d7abbc420290f0", "sha256": "0821abf751a1516f20f45a93a482d45bfed1ca142be67f6ce421a745ca395781" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f19564cc31d9e46862d7abbc420290f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14489, "upload_time": "2019-07-26T12:55:25", "url": "https://files.pythonhosted.org/packages/dd/f3/01e8def163c79ee69f95e13f948f9c00666699164e81a6a228c12ada0a12/django_phenotype_ontologies-0.2.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2133bf58272f5fe132f477b301e99f9a", "sha256": "2e4d7e8f46e40a8e9ee467f20f27e5c59d8d95121b361dec31c62d1408ca7092" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.8.tar.gz", "has_sig": false, "md5_digest": "2133bf58272f5fe132f477b301e99f9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13298, "upload_time": "2019-07-26T12:55:26", "url": "https://files.pythonhosted.org/packages/bb/ea/6ea18a417e2f1f7219b1a311a77c2c1a079039fb35402d4111889c1d5310/django-phenotype-ontologies-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "2917296e6c130e0a0b7669ceda324e03", "sha256": "0825cc349ed4c31987c4e977120ef812044d81d1b2b7ce8b2f0362b0bddccd41" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2917296e6c130e0a0b7669ceda324e03", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14503, "upload_time": "2019-08-09T11:01:08", "url": "https://files.pythonhosted.org/packages/6f/b6/4e4028a2562eb3547624a6951d411966d616caef9ca3dcc04e467b4b03e4/django_phenotype_ontologies-0.2.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fa1b6776dc70345cae3c5076677ba88", "sha256": "417d73f051a7060000c6a7c23ee112e6e968ae6ec5f42e92718106a82778af59" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.9.tar.gz", "has_sig": false, "md5_digest": "1fa1b6776dc70345cae3c5076677ba88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13347, "upload_time": "2019-08-09T11:01:09", "url": "https://files.pythonhosted.org/packages/f8/5d/415677bd6e5a280b5a460f247425f2277a04f511dc2f22c2afb84ea31567/django-phenotype-ontologies-0.2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "100ac6063fbd5d2e2ea4dc3f9b06ce46", "sha256": "5c446328a44f265db3bc141fccf6f49bd85e331dba343959bf7b1f27cc6b0228" }, "downloads": -1, "filename": "django_phenotype_ontologies-0.2.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "100ac6063fbd5d2e2ea4dc3f9b06ce46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14589, "upload_time": "2019-09-09T18:15:38", "url": "https://files.pythonhosted.org/packages/ad/b6/4ca21a526cbf72f1db6be09a6a9721a4542ddd54b4b53c55798b4e90c0dc/django_phenotype_ontologies-0.2.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e8761b88d45a322d71e988a847f233e2", "sha256": "63d471b760707dd8adf333bc1d4c4b5b5ca202a090a9a3400ce5c058a16c9efc" }, "downloads": -1, "filename": "django-phenotype-ontologies-0.2.10.tar.gz", "has_sig": false, "md5_digest": "e8761b88d45a322d71e988a847f233e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13391, "upload_time": "2019-09-09T18:15:40", "url": "https://files.pythonhosted.org/packages/f6/d9/911a20b51d23b964ba4e26c8643880ec18b55810f33efcd28d2c7ae197c8/django-phenotype-ontologies-0.2.10.tar.gz" } ] }