File tree Expand file tree Collapse file tree 5 files changed +48
-0
lines changed Expand file tree Collapse file tree 5 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ Metadata-Version: 1.2
2+ Name: codeflare
3+ Version: 1.0.0
4+ Summary: Codeflare pipelines
5+ Home-page: https://github.com/project-codeflare/codeflare
6+ Author: Raghu Ganti, Mudhakar Srivatsa, Carlos Costa
7+ Author-email: rganti@us.ibm.com
8+ License: Apache v2.0
9+ Project-URL: Bug Reports, https://github.com/project-codeflare/codeflare/issues
10+ Project-URL: Source, https://github.com/project-codeflare/codeflare
11+ Description: UNKNOWN
12+ Keywords: ray pipelines
13+ Platform: UNKNOWN
14+ Classifier: Development Status :: 4 - Beta
15+ Classifier: Intended Audience :: Developers
16+ Classifier: License :: OSI Approved :: Apache Software License
17+ Classifier: Programming Language :: Python
18+ Classifier: Programming Language :: Python :: 3
19+ Classifier: Programming Language :: Python :: 3 :: Only
20+ Classifier: Operating System :: OS Independent
21+ Classifier: Topic :: System :: Distributed Computing
22+ Requires-Python: >=3.8
Original file line number Diff line number Diff line change 1+ README.md
2+ setup.cfg
3+ setup.py
4+ codeflare/__init__.py
5+ codeflare.egg-info/PKG-INFO
6+ codeflare.egg-info/SOURCES.txt
7+ codeflare.egg-info/dependency_links.txt
8+ codeflare.egg-info/requires.txt
9+ codeflare.egg-info/top_level.txt
10+ codeflare/pipelines/Datamodel.py
11+ codeflare/pipelines/Exceptions.py
12+ codeflare/pipelines/Runtime.py
13+ codeflare/pipelines/__init__.py
14+ codeflare/pipelines/utils.py
15+ codeflare/pipelines/tests/__init__.py
16+ codeflare/pipelines/tests/test_Datamodel.py
17+ codeflare/pipelines/tests/test_and.py
18+ codeflare/pipelines/tests/test_helper.py
19+ codeflare/pipelines/tests/test_multibranch.py
20+ codeflare/pipelines/tests/test_or.py
21+ codeflare/pipelines/tests/test_pipeline_predict.py
22+ codeflare/pipelines/tests/test_runtime.py
23+ codeflare/pipelines/tests/test_save_load.py
Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1+ ray[default,k8s,serve]>=1.3.0
Original file line number Diff line number Diff line change 1+ codeflare
You can’t perform that action at this time.
0 commit comments