fluid-workflow-engine-sdk 0.2.1__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.
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.4
2
+ Name: fluid-workflow-engine-sdk
3
+ Version: 0.2.1
4
+ Summary: Python SDK for the Coredgeio Fluid workflow engine — worker registration, step execution, and workflow management
5
+ Project-URL: Homepage, https://github.com/coredgeio/fluid-workflow-engine
6
+ Project-URL: Repository, https://github.com/coredgeio/fluid-workflow-engine
7
+ Project-URL: Issues, https://github.com/coredgeio/fluid-workflow-engine/issues
8
+ Author-email: "Coredge.io" <ashok@coredge.io>
9
+ License: Apache-2.0
10
+ Keywords: fastapi,grpc,orchestration,saga,workflow
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Framework :: FastAPI
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: Apache Software License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
+ Classifier: Topic :: System :: Distributed Computing
22
+ Classifier: Typing :: Typed
23
+ Requires-Python: >=3.9
24
+ Requires-Dist: grpcio>=1.60
25
+ Requires-Dist: httpx>=0.27
26
+ Requires-Dist: protobuf>=4.25
27
+ Requires-Dist: pydantic>=2.0
28
+ Requires-Dist: pyyaml>=6.0
29
+ Provides-Extra: dev
30
+ Requires-Dist: grpcio-tools>=1.60; extra == 'dev'
31
+ Requires-Dist: pytest-cov>=5.0; extra == 'dev'
32
+ Requires-Dist: pytest-httpx>=0.30; extra == 'dev'
33
+ Requires-Dist: pytest>=8.0; extra == 'dev'
@@ -0,0 +1,3 @@
1
+ fluid_workflow_engine_sdk-0.2.1.dist-info/METADATA,sha256=YBp7R0jlJR3AVw56d5IpZtMTS4Lf1ihr-paSJ9cCxFc,1503
2
+ fluid_workflow_engine_sdk-0.2.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
3
+ fluid_workflow_engine_sdk-0.2.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any