Metadata-Version: 2.1
Name: orkestra
Version: 0.2.0
Summary: For orchestration using AWS Step Functions
License: MIT
Keywords: orchestration,aws,cloud
Author-email: Stephan Fitzpatrick <knowsuchagency@gmail.com>
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: cdk
Requires-Dist: aws-cdk.core; extra == "cdk"
Requires-Dist: aws-cdk.aws_events; extra == "cdk"
Requires-Dist: aws-cdk.aws_events_targets; extra == "cdk"
Requires-Dist: aws-cdk.aws_lambda_python; extra == "cdk"
Requires-Dist: aws-cdk.aws_stepfunctions_tasks; extra == "cdk"
Provides-Extra: validation
Requires-Dist: pydantic~=1.8; extra == "validation"
Project-URL: Repository, https://github.com/knowsuchagency/orkestra
Project-URL: homepage, https://github.com/knowsuchagency/orkestra
