# RCSB Python Primary Structure Data Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=2&branchName=master)
## Introduction
Python utility classes for accessing PDB primary structure data and features
associated with these data.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_struct.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.struct
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_seq",
"name": "rcsb.utils.struct",
"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/a0/db/9f9e6512ec257d12f72b821e2f13949a6495c415a97f1b4982890d31b79c/rcsb_utils_struct-0.49.tar.gz",
"platform": null,
"description": "# RCSB Python Primary Structure Data Utilities\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=2&branchName=master)\n\n## Introduction\n\nPython utility classes for accessing PDB primary structure data and features\nassociated with these 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_struct.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.struct\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python utility classes for accessing PDB primary structure data and features associated with these data",
"version": "0.49",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_seq"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "51c9cbf0e1caacdd4763a1dc8f9dccb2e6ea17e75c85f0f244300e7bc5654147",
"md5": "f83d12ce673ec02be2c06570675fdeca",
"sha256": "d5965aadbd9e4751ec8ca5f48eb79857ae73896295aa5734325a9fb71e50f51c"
},
"downloads": -1,
"filename": "rcsb.utils.struct-0.49-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "f83d12ce673ec02be2c06570675fdeca",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 26037,
"upload_time": "2024-12-10T00:06:50",
"upload_time_iso_8601": "2024-12-10T00:06:50.802884Z",
"url": "https://files.pythonhosted.org/packages/51/c9/cbf0e1caacdd4763a1dc8f9dccb2e6ea17e75c85f0f244300e7bc5654147/rcsb.utils.struct-0.49-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0db9f9e6512ec257d12f72b821e2f13949a6495c415a97f1b4982890d31b79c",
"md5": "860082e3a77c5a80ff8778dc95b4bc5a",
"sha256": "1dc768beb3fa13536ebad7666f0fae8b432c67c368acfa5eec6d1f9a25d62783"
},
"downloads": -1,
"filename": "rcsb_utils_struct-0.49.tar.gz",
"has_sig": false,
"md5_digest": "860082e3a77c5a80ff8778dc95b4bc5a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22587,
"upload_time": "2024-12-10T00:06:46",
"upload_time_iso_8601": "2024-12-10T00:06:46.134581Z",
"url": "https://files.pythonhosted.org/packages/a0/db/9f9e6512ec257d12f72b821e2f13949a6495c415a97f1b4982890d31b79c/rcsb_utils_struct-0.49.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 00:06:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_seq",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.15"
]
]
},
{
"name": "backports.range",
"specs": []
},
{
"name": "jsonschema",
"specs": [
[
">=",
"2.6.0"
]
]
},
{
"name": "SPARQLWrapper",
"specs": [
[
">=",
"2.0.0"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.struct"
}