# RCSB Python Reference Sequence Data Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=1&branchName=master)
## Introduction
This module contains utility methods for processing linear polymer reference
sequence data.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_seq.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_seq",
"name": "rcsb.utils.seq",
"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/cf/ea/3967bd2b00f2a9efe5d29930423b80030a0474bb3e528b44363085f695d9/rcsb_utils_seq-0.83.tar.gz",
"platform": null,
"description": "# RCSB Python Reference Sequence Data Utilities\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=1&branchName=master)\n\n## Introduction\n\nThis module contains utility methods for processing linear polymer reference\n 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_seq.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 Linear Polymer Sequence Data Utility Classes",
"version": "0.83",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_seq"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cfea3967bd2b00f2a9efe5d29930423b80030a0474bb3e528b44363085f695d9",
"md5": "0d9ae89932aa7b6241747b1cf94455e3",
"sha256": "b85403681b1d6fe5114f5a8490b5602fc5cad786439ec75b2a02f21ddb01c6d2"
},
"downloads": -1,
"filename": "rcsb_utils_seq-0.83.tar.gz",
"has_sig": false,
"md5_digest": "0d9ae89932aa7b6241747b1cf94455e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34761,
"upload_time": "2024-12-10T00:07:20",
"upload_time_iso_8601": "2024-12-10T00:07:20.539954Z",
"url": "https://files.pythonhosted.org/packages/cf/ea/3967bd2b00f2a9efe5d29930423b80030a0474bb3e528b44363085f695d9/rcsb_utils_seq-0.83.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 00:07:20",
"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.seq"
}