Metadata-Version: 2.1
Name: codeflare-sdk
Version: 0.1.2
Summary: Python SDK for codeflare client
Home-page: https://github.com/openshift-psap/codeflare-sdk
License: GPL-3.0-only
Keywords: codeflare,python,sdk,client,batch,scale
Author: Atin Sood
Author-email: asood@us.ibm.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: openshift-client (==1.0.18)
Requires-Dist: rich (>=12.5,<13.0)
Project-URL: Repository, https://github.com/openshift-psap/codeflare-sdk
Description-Content-Type: text/markdown

# Codeflare-SDK

To build the python package:
 - If poetry is not installed: `pip3 install poetry`
 - `poetry build`

To publish:
 - `poetry publish`

