starflow-py 0.44.0__py3-none-any.whl → 0.45.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- starflow/VERSION +1 -1
- {starflow_py-0.44.0.dist-info → starflow_py-0.45.0.dist-info}/METADATA +22 -22
- {starflow_py-0.44.0.dist-info → starflow_py-0.45.0.dist-info}/RECORD +7 -7
- {starflow_py-0.44.0.dist-info → starflow_py-0.45.0.dist-info}/LICENSE +0 -0
- {starflow_py-0.44.0.dist-info → starflow_py-0.45.0.dist-info}/WHEEL +0 -0
- {starflow_py-0.44.0.dist-info → starflow_py-0.45.0.dist-info}/entry_points.txt +0 -0
- {starflow_py-0.44.0.dist-info → starflow_py-0.45.0.dist-info}/top_level.txt +0 -0
starflow/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.45.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: starflow-py
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.45.0
|
|
4
4
|
Summary: Python package for starflow.
|
|
5
5
|
Author-email: Alexandre Lazar <alexandre.lazar@gmail.com>
|
|
6
6
|
License:
|
|
@@ -227,32 +227,32 @@ Requires-Dist: click ==8.1.3
|
|
|
227
227
|
Requires-Dist: rich >=13.4.2
|
|
228
228
|
Requires-Dist: colorama ==0.4.6
|
|
229
229
|
Provides-Extra: airflow
|
|
230
|
-
Requires-Dist: apache-airflow ==
|
|
231
|
-
Requires-Dist: apache-airflow-providers-cncf-kubernetes ==10.
|
|
232
|
-
Requires-Dist: apache-airflow-providers-docker ==
|
|
230
|
+
Requires-Dist: apache-airflow ==3.0.6 ; extra == 'airflow'
|
|
231
|
+
Requires-Dist: apache-airflow-providers-cncf-kubernetes ==10.8.0 ; extra == 'airflow'
|
|
232
|
+
Requires-Dist: apache-airflow-providers-docker ==4.4.2 ; extra == 'airflow'
|
|
233
233
|
Requires-Dist: python-keycloak ==5.2.0 ; extra == 'airflow'
|
|
234
234
|
Provides-Extra: cli
|
|
235
|
-
Requires-Dist: urllib3
|
|
236
|
-
Requires-Dist: cryptography
|
|
237
|
-
Requires-Dist: pyOpenSSL
|
|
238
|
-
Requires-Dist: PyGithub
|
|
235
|
+
Requires-Dist: urllib3 >=2.3.0 ; extra == 'cli'
|
|
236
|
+
Requires-Dist: cryptography >=44.0.0 ; extra == 'cli'
|
|
237
|
+
Requires-Dist: pyOpenSSL >=25.0.0 ; extra == 'cli'
|
|
238
|
+
Requires-Dist: PyGithub >=2.5.0 ; extra == 'cli'
|
|
239
239
|
Requires-Dist: docker >=7.1.0 ; extra == 'cli'
|
|
240
|
-
Requires-Dist: kubernetes ==
|
|
241
|
-
Requires-Dist: bottle
|
|
242
|
-
Requires-Dist: requests
|
|
243
|
-
Requires-Dist: python-keycloak ==5.
|
|
240
|
+
Requires-Dist: kubernetes ==33.1.0 ; extra == 'cli'
|
|
241
|
+
Requires-Dist: bottle >=0.13.2 ; extra == 'cli'
|
|
242
|
+
Requires-Dist: requests >=2.31.0 ; extra == 'cli'
|
|
243
|
+
Requires-Dist: python-keycloak ==5.8.1 ; extra == 'cli'
|
|
244
244
|
Provides-Extra: full
|
|
245
|
-
Requires-Dist: bottle
|
|
246
|
-
Requires-Dist: urllib3
|
|
247
|
-
Requires-Dist: cryptography
|
|
248
|
-
Requires-Dist: pyOpenSSL
|
|
249
|
-
Requires-Dist: PyGithub
|
|
245
|
+
Requires-Dist: bottle >=0.13.2 ; extra == 'full'
|
|
246
|
+
Requires-Dist: urllib3 >=2.3.0 ; extra == 'full'
|
|
247
|
+
Requires-Dist: cryptography >=44.0.0 ; extra == 'full'
|
|
248
|
+
Requires-Dist: pyOpenSSL >=25.0.0 ; extra == 'full'
|
|
249
|
+
Requires-Dist: PyGithub >=2.5.0 ; extra == 'full'
|
|
250
250
|
Requires-Dist: docker >=7.1.0 ; extra == 'full'
|
|
251
|
-
Requires-Dist: kubernetes ==
|
|
252
|
-
Requires-Dist: apache-airflow ==
|
|
253
|
-
Requires-Dist: apache-airflow-providers-cncf-kubernetes ==10.
|
|
254
|
-
Requires-Dist: apache-airflow-providers-docker ==
|
|
255
|
-
Requires-Dist: python-keycloak ==5.
|
|
251
|
+
Requires-Dist: kubernetes ==33.1.0 ; extra == 'full'
|
|
252
|
+
Requires-Dist: apache-airflow ==3.0.6 ; extra == 'full'
|
|
253
|
+
Requires-Dist: apache-airflow-providers-cncf-kubernetes ==10.8.0 ; extra == 'full'
|
|
254
|
+
Requires-Dist: apache-airflow-providers-docker ==4.4.2 ; extra == 'full'
|
|
255
|
+
Requires-Dist: python-keycloak ==5.8.1 ; extra == 'full'
|
|
256
256
|
|
|
257
257
|
<p align="center">
|
|
258
258
|
<img src="media/brand/main_logo.png" width="450" title="starflow">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
starflow/VERSION,sha256=
|
|
1
|
+
starflow/VERSION,sha256=b7QBVv91jleAex10Gsz2FTBqcCWjKUXXL4E2dF-OtNw,6
|
|
2
2
|
starflow/__init__.py,sha256=I3dmIBqKnlYjo-VFCDdA_7YUqsNT-i9QtQqXnV9pW4U,233
|
|
3
3
|
starflow/base_piece.py,sha256=Jrp2VfEeCnEPRz83OjYWpkh4QOTHFOS4xmy3uNOH1jQ,16775
|
|
4
4
|
starflow/logger.py,sha256=M6lHuZwePkBASyHg6u9BepE66BYQ6b1I8kYsK6p0Qe4,891
|
|
@@ -64,9 +64,9 @@ starflow/utils/__init__.py,sha256=7CET-zz6y1EBuBJQLgF3rXNhKOSj32Z3X_3mKUAirII,23
|
|
|
64
64
|
starflow/utils/metadata_default.py,sha256=4tbmWoVuoRMxd2c2vkwKYLkTTDf1I0OooXB_P5DGWXM,455
|
|
65
65
|
starflow/utils/piece_generator.py,sha256=kVMw5KquhOsrQkTscTTk0yLFCwx3kAR03HeqRMBbK6w,516
|
|
66
66
|
starflow/utils/workflow_shared_storage.py,sha256=USt_Q6nRGrtbcgrWHjtEvBDMSGSDd3BwUrZVe0RItH0,272
|
|
67
|
-
starflow_py-0.
|
|
68
|
-
starflow_py-0.
|
|
69
|
-
starflow_py-0.
|
|
70
|
-
starflow_py-0.
|
|
71
|
-
starflow_py-0.
|
|
72
|
-
starflow_py-0.
|
|
67
|
+
starflow_py-0.45.0.dist-info/LICENSE,sha256=GJqGH98qXg5fnWj-lAWzUSbTA1WTF5cilL15ly2jp2o,11343
|
|
68
|
+
starflow_py-0.45.0.dist-info/METADATA,sha256=9dWcJAtoWkvOIe6wV6N7FXQS6jqJ5zgMpD9xhBo_-Oo,24915
|
|
69
|
+
starflow_py-0.45.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
70
|
+
starflow_py-0.45.0.dist-info/entry_points.txt,sha256=NYo4PDd8SDc8KPWY6HJmn5qxdr_5EwYAGYzO-Mcw7nw,50
|
|
71
|
+
starflow_py-0.45.0.dist-info/top_level.txt,sha256=z6ucMuN3MqWfaz5nq1cnj5FsQ_dwpO3SYa_mRLH07w0,9
|
|
72
|
+
starflow_py-0.45.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|