Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 709 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 709 Bytes

Codeflare-SDK

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

Installation

Can be installed via pip: pip install codeflare-sdk

Development

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