# RCSB Python Taxonomy Data Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=5&branchName=master)
## Introduction
This module contains utility methods for accessing and processing NCBI taxonomy data sequence data.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_taxonomy.git
```
Optionally, run test suite (Python versions 2.7, and 3.7) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):
```bash
python setup.py test
or simply run
tox
```
Installation is via the program [pip](https://pypi.python.org/pypi/pip).
```bash
pip install rcsb.utils.seq
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_taxonomy",
"name": "rcsb.utils.taxonomy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "John Westbrook",
"author_email": "john.westbrook@rcsb.org",
"download_url": "https://files.pythonhosted.org/packages/4f/48/a0debf3d7a102ae875210197c5f4faec1e18514380f5263ab52068f3ea65/rcsb_utils_taxonomy-0.46.tar.gz",
"platform": null,
"description": "\n# RCSB Python Taxonomy Data Utilities\n\n [](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=5&branchName=master)\n\n## Introduction\n\nThis module contains utility methods for accessing and processing NCBI taxonomy data sequence data.\n\n### Installation\n\nDownload the library source software from the project repository:\n\n```bash\n\ngit clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_taxonomy.git\n\n```\n\nOptionally, run test suite (Python versions 2.7, and 3.7) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\npython setup.py test\n\nor simply run\n\ntox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip).\n\n```bash\npip install rcsb.utils.seq\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python Taxonomy Access Utility Classes",
"version": "0.46",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_taxonomy"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "21142dfd437f91c75ca92a0dbe4c7f19e6903b959a4640ec2e3d1cf846326558",
"md5": "d7c09a6141f68afe1cc6fc1ba1e52499",
"sha256": "cb96e9dd477890923bd42dcf56e87b73a2b6f4b2499fce778174d2bbacbd9511"
},
"downloads": -1,
"filename": "rcsb_utils_taxonomy-0.46-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7c09a6141f68afe1cc6fc1ba1e52499",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 9223,
"upload_time": "2025-07-15T16:27:47",
"upload_time_iso_8601": "2025-07-15T16:27:47.018534Z",
"url": "https://files.pythonhosted.org/packages/21/14/2dfd437f91c75ca92a0dbe4c7f19e6903b959a4640ec2e3d1cf846326558/rcsb_utils_taxonomy-0.46-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f48a0debf3d7a102ae875210197c5f4faec1e18514380f5263ab52068f3ea65",
"md5": "69d2677e14ee82429d1a1a15c28728fa",
"sha256": "07b5f7a0b5fd8c4d3ce5bb6e905201ba438b0d2985c68d471a43d3db23d6880b"
},
"downloads": -1,
"filename": "rcsb_utils_taxonomy-0.46.tar.gz",
"has_sig": false,
"md5_digest": "69d2677e14ee82429d1a1a15c28728fa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10941,
"upload_time": "2025-07-15T16:27:02",
"upload_time_iso_8601": "2025-07-15T16:27:02.282488Z",
"url": "https://files.pythonhosted.org/packages/4f/48/a0debf3d7a102ae875210197c5f4faec1e18514380f5263ab52068f3ea65/rcsb_utils_taxonomy-0.46.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 16:27:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_taxonomy",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.49"
]
]
},
{
"name": "networkx",
"specs": [
[
">=",
"3.0"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.taxonomy"
}