Metadata-Version: 2.4
Name: workflow-engine-sdk
Version: 0.2.1
Summary: Python SDK for the Orbiter workflow engine — worker registration, step execution, and workflow management
Project-URL: Homepage, https://github.com/coredgeio/fluid-workflow-engine
Project-URL: Repository, https://github.com/coredgeio/fluid-workflow-engine
Project-URL: Issues, https://github.com/coredgeio/fluid-workflow-engine/issues
Author-email: "Coredge.io" <ashok@coredge.io>
License: Apache-2.0
Keywords: fastapi,grpc,orchestration,saga,workflow
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: grpcio>=1.60
Requires-Dist: httpx>=0.27
Requires-Dist: protobuf>=4.25
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: grpcio-tools>=1.60; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest-httpx>=0.30; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
