py-rcsb_workflow
Introduction
RCSB Python workflow entry points for data processing and ETL/ELT operations.
Installation
Download the library source software from the project repository:
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.9) using tox:
tox
Installation is via the program pip.
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):
pip install -e . --extra-index-url https://pypi.anaconda.org/OpenEye/simple
# or using uv
uv pip install -e .
Release files for rcsb.workflow 0.71
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rcsb_workflow-0.71.tar.gz | 60.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rcsb_workflow-0.71-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 117.9 kB
Release files / rcsb_workflow-0.71.tar.gz
| Download URL | rcsb_workflow-0.71.tar.gz |
|---|---|
| Size | 60.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
25f357d084ab1fe63395c5c32a9b339fccf9d3d22851f0a75afb534aba1069fd
|
|
BLAKE2b-256 checksum How to use checksums |
2abc13fe10766eac501bf6949788f8110d8a85f47352a16897d98f864dee3d4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / rcsb_workflow-0.71-py3-none-any.whl
| Download URL | rcsb_workflow-0.71-py3-none-any.whl |
|---|---|
| Size | 57.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a9e0eeda94d7daca9a338886916ebc2ae8a689d6fcc2e15ff7fbb58d7233e0fa
|
|
BLAKE2b-256 checksum How to use checksums |
409809ae6d6469a7259c50eaf7b3267bb301e35c1cc4141887c4904cb3df0863
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|