{ "info": { "author": "CIBMTR", "author_email": "cibmtr-pypi@nmdp.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Programming Language :: Python :: 3.7" ], "description": "===============================\npyARD\n===============================\n\n\n.. image:: https://img.shields.io/pypi/v/pyard.svg\n :target: https://pypi.python.org/pypi/pyard\n\n.. image:: https://readthedocs.org/projects/pyars/badge/?version=latest\n :target: https://pyars.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\nARD reduction for HLA with python\n\n* Free software: LGPL 3.0\n* Documentation: https://pyard.readthedocs.io.\n\n\nInstall\n-------\n\n.. code-block::\n\n\t# from source\n\tpython3 -m venv venv\n\tsource venv/bin/activate\n\tpip install -r requirements.txt\n\tpython setup.py install\n\n\t# from PyPi\n\tpip install pyard\n\n\nExample\n-------\n\n.. code-block:: python3\n\n\tfrom pyard import ARD\n\n\t# Initialize ARD object\n\tard = ARD('3290')\n\n\t# Initialize with latest DB\n\tard = ARD()\n\n\tallele = \"A*01:01:01\"\n\n\tard.redux(allele, 'G')\n\t# >> 'A*01:01:01G'\n\n\tard.redux(allele, 'lg')\n\t# >> 'A*01:01g'\n\n\tard.redux(allele, 'lgx')\n\t# 'A*01:01'\n\n\tard_gl = ard.redux_gl(\"A*01:01/A*01:01N+A*02:AB^B*07:02+B*07:AB\", \"G\")\n\t# >>> ard_gl\n\t# 'B*07:02:01G+B*07:02:01G^A*01:01:01G+A*02:01:01G/A*02:02'\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n0.0.1 (2018-02-12)\n------------------\n\n* First release on PyPI.\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/nmdp-bioinformatics/py-ard", "keywords": "pyard", "license": "LGPL 3.0", "maintainer": "", "maintainer_email": "", "name": "py-ard", "package_url": "https://pypi.org/project/py-ard/", "platform": "", "project_url": "https://pypi.org/project/py-ard/", "project_urls": { "Homepage": "https://github.com/nmdp-bioinformatics/py-ard" }, "release_url": "https://pypi.org/project/py-ard/0.0.11/", "requires_dist": [ "pandas (==0.25.1)" ], "requires_python": "", "summary": "ARD reduction for HLA with python", "version": "0.0.11" }, "last_serial": 5908810, "releases": { "0.0.11": [ { "comment_text": "", "digests": { "md5": "382de583fb11a7831cc126b1e02278f6", "sha256": "c088e876ea6569a18e8874bcb5b116e49c5cd1a4a3771415b00a6c2985ca32cb" }, "downloads": -1, "filename": "py_ard-0.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "382de583fb11a7831cc126b1e02278f6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36858, "upload_time": "2019-09-30T20:28:50", "url": "https://files.pythonhosted.org/packages/3b/75/5aa563abb152c868d12733b8559667be53dfb24e303be71e3db7ff54facf/py_ard-0.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a1bd20680ef7238c119f77631b5e861", "sha256": "9edf7f894c68916dc7fa82301b7711467013cabe62bcac53097e44f0ea1362ef" }, "downloads": -1, "filename": "py-ard-0.0.11.tar.gz", "has_sig": false, "md5_digest": "7a1bd20680ef7238c119f77631b5e861", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31723, "upload_time": "2019-09-30T20:28:53", "url": "https://files.pythonhosted.org/packages/1b/b5/7dcfef26a5b70f1778770ced528c59b08210f35c57167e1f6cafb4f55147/py-ard-0.0.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "382de583fb11a7831cc126b1e02278f6", "sha256": "c088e876ea6569a18e8874bcb5b116e49c5cd1a4a3771415b00a6c2985ca32cb" }, "downloads": -1, "filename": "py_ard-0.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "382de583fb11a7831cc126b1e02278f6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36858, "upload_time": "2019-09-30T20:28:50", "url": "https://files.pythonhosted.org/packages/3b/75/5aa563abb152c868d12733b8559667be53dfb24e303be71e3db7ff54facf/py_ard-0.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a1bd20680ef7238c119f77631b5e861", "sha256": "9edf7f894c68916dc7fa82301b7711467013cabe62bcac53097e44f0ea1362ef" }, "downloads": -1, "filename": "py-ard-0.0.11.tar.gz", "has_sig": false, "md5_digest": "7a1bd20680ef7238c119f77631b5e861", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31723, "upload_time": "2019-09-30T20:28:53", "url": "https://files.pythonhosted.org/packages/1b/b5/7dcfef26a5b70f1778770ced528c59b08210f35c57167e1f6cafb4f55147/py-ard-0.0.11.tar.gz" } ] }