# py-rcsb_workflow
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=21&branchName=master)
## Introduction
RCSB Python workflow entry points for data processing and ETL/ELT operations.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_workflow.git
# or to make sure the submodules are updated --
git submodule update --recursive --init
git submodule update --recursive --remote
```
Optionally, run test suite (Python versions 3.8) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):
```bash
pip install -r requirements.txt
python setup.py test
or simply run:
tox
```
Installation is via the program [pip](https://pypi.python.org/pypi/pip).
```bash
pip install rcsb.workflow --extra-index-url https://pypi.anaconda.org/OpenEye/simple
```
To run tests from the source tree, the package must be installed in editable mode (i.e. -e):
```bash
pip install -e . --extra-index-url https://pypi.anaconda.org/OpenEye/simple
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_workflow",
"name": "rcsb.workflow",
"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/b9/5e/328dbdba5da11bd53805d6db896388a2e69836d443daa64b570f899d6cb5/rcsb_workflow-0.60.tar.gz",
"platform": null,
"description": "# py-rcsb_workflow\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=21&branchName=master)\n\n## Introduction\n\nRCSB Python workflow entry points for data processing and ETL/ELT operations.\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_workflow.git\n\n# or to make sure the submodules are updated --\ngit submodule update --recursive --init\ngit submodule update --recursive --remote\n\n```\n\nOptionally, run test suite (Python versions 3.8) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\n\n pip install -r requirements.txt\n python setup.py test\n\nor simply run:\n\n tox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip).\n```bash\npip install rcsb.workflow --extra-index-url https://pypi.anaconda.org/OpenEye/simple\n```\n\nTo run tests from the source tree, the package must be installed in editable mode (i.e. -e):\n```bash\npip install -e . --extra-index-url https://pypi.anaconda.org/OpenEye/simple\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python data processing and ETL/ELT workflow entry points",
"version": "0.60",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_workflow"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b95e328dbdba5da11bd53805d6db896388a2e69836d443daa64b570f899d6cb5",
"md5": "506d7de7685c4f035ff46a85633aa7ef",
"sha256": "0930c37ee167fbfa76262279314edeb35c933c74ea3532056b7b0dbd14092523"
},
"downloads": -1,
"filename": "rcsb_workflow-0.60.tar.gz",
"has_sig": false,
"md5_digest": "506d7de7685c4f035ff46a85633aa7ef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34825,
"upload_time": "2025-09-04T21:45:31",
"upload_time_iso_8601": "2025-09-04T21:45:31.311095Z",
"url": "https://files.pythonhosted.org/packages/b9/5e/328dbdba5da11bd53805d6db896388a2e69836d443daa64b570f899d6cb5/rcsb_workflow-0.60.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-04 21:45:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_workflow",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "rcsb.utils.chem",
"specs": [
[
">=",
"0.82"
]
]
},
{
"name": "rcsb.utils.seq",
"specs": [
[
">=",
"0.84"
]
]
},
{
"name": "rcsb.utils.targets",
"specs": [
[
">=",
"0.83"
]
]
},
{
"name": "rcsb.utils.seqalign",
"specs": [
[
">=",
"0.31"
]
]
},
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.49"
]
]
},
{
"name": "rcsb.exdb",
"specs": [
[
">=",
"1.29"
]
]
},
{
"name": "rcsb.db",
"specs": [
[
">=",
"1.806"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.32.3"
]
]
},
{
"name": "mmcif",
"specs": [
[
">=",
"0.91.0"
]
]
}
],
"tox": true,
"lcname": "rcsb.workflow"
}