# 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/37/c5/d27df93f8c3f6b83960402a2b5f37a088fef0179082a121194a7a82de58c/rcsb_workflow-0.59.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.59",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_workflow"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "37c5d27df93f8c3f6b83960402a2b5f37a088fef0179082a121194a7a82de58c",
"md5": "0a66e35a39b309a8e21a7b90c30582e9",
"sha256": "80d1349ce46c6683f2f4af6769ac7d4db94f1b13c34591b4c185cb0b1fd2155e"
},
"downloads": -1,
"filename": "rcsb_workflow-0.59.tar.gz",
"has_sig": false,
"md5_digest": "0a66e35a39b309a8e21a7b90c30582e9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34841,
"upload_time": "2025-07-30T15:48:45",
"upload_time_iso_8601": "2025-07-30T15:48:45.331948Z",
"url": "https://files.pythonhosted.org/packages/37/c5/d27df93f8c3f6b83960402a2b5f37a088fef0179082a121194a7a82de58c/rcsb_workflow-0.59.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-30 15:48:45",
"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.804"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.32.3"
]
]
},
{
"name": "mmcif",
"specs": [
[
">=",
"0.91.0"
]
]
}
],
"tox": true,
"lcname": "rcsb.workflow"
}