Skip to content

Commit ee706ac

Browse files
committed
Updated packaging.
1 parent bb5fe32 commit ee706ac

File tree

5 files changed

+48
-0
lines changed

5 files changed

+48
-0
lines changed

codeflare.egg-info/PKG-INFO

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

codeflare.egg-info/SOURCES.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

codeflare.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ray[default,k8s,serve]>=1.3.0

codeflare.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
codeflare

0 commit comments

Comments
 (0)