# RCSB Python Target Data Management Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=29&branchName=master)
## Introduction
This module contains methods for target data management.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_targets.git
```
Optionally, run test suite (Python versions 3.9) 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.targets
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_targets",
"name": "rcsb.utils.targets",
"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/a6/2c/66e4e9cd66243489f136b17003c6a92efe0f6a2a633046103e5bb3dcea7a/rcsb_utils_targets-0.85.tar.gz",
"platform": null,
"description": "# RCSB Python Target Data Management Utilities\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=29&branchName=master)\n\n## Introduction\n\nThis module contains methods for target data management.\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_targets.git\n\n```\n\nOptionally, run test suite (Python versions 3.9) 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.targets\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python Wrapper Module for Target Utilities",
"version": "0.85",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_targets"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a62c66e4e9cd66243489f136b17003c6a92efe0f6a2a633046103e5bb3dcea7a",
"md5": "fa7892ad2d3917b127fdf997bb26169e",
"sha256": "1736f4b9cc7472c8b9ab7072a1c3bca9391e6de5a0a6ef3a6e7b589fa4f6ace4"
},
"downloads": -1,
"filename": "rcsb_utils_targets-0.85.tar.gz",
"has_sig": false,
"md5_digest": "fa7892ad2d3917b127fdf997bb26169e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 47782,
"upload_time": "2025-07-30T00:16:55",
"upload_time_iso_8601": "2025-07-30T00:16:55.152645Z",
"url": "https://files.pythonhosted.org/packages/a6/2c/66e4e9cd66243489f136b17003c6a92efe0f6a2a633046103e5bb3dcea7a/rcsb_utils_targets-0.85.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-30 00:16:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_targets",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "rcsb.db",
"specs": [
[
">=",
"1.721"
]
]
},
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.48"
]
]
},
{
"name": "rcsb.utils.chemref",
"specs": [
[
">=",
"0.93"
]
]
},
{
"name": "rcsb.utils.config",
"specs": [
[
">=",
"0.40"
]
]
},
{
"name": "rcsb.utils.seq",
"specs": [
[
">=",
"0.82"
]
]
},
{
"name": "rcsb.utils.taxonomy",
"specs": [
[
">=",
"0.43"
]
]
},
{
"name": "rcsb.utils.multiproc",
"specs": [
[
">=",
"0.20"
]
]
},
{
"name": "chembl-webresource-client",
"specs": [
[
">=",
"0.10.2"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.targets"
}