An intuitive, easy-to-use python interface for batch resource requesting, access, job submission, and observation. Simplifying the developer's life while enabling access to high-performance compute resources, either in the cloud or on-prem.
Documentation site coming soon, link will be provided here
Can be installed via pip
: pip install codeflare-sdk
For testing, make sure to have installed:
pytest
- The remaining dependencies located in
requirements.txt
NOTE: Self-contained unit/functional tests coming soon, will live in tests
folder
To build the python package:
- If poetry is not installed:
pip3 install poetry
poetry build