Metadata-Version: 2.1
Name: io-orbit
Version: 0.0.4
Summary: Simple and flexible ML workflow engine
License: Apache License
Author: laccuna
Author-email: team@laccuna.io
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: firebase-admin (>=5.2.0,<6.0.0)
Requires-Dist: gcsfs (>=2022.1.0,<2023.0.0)
Requires-Dist: pika (>=1.2.0,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Description-Content-Type: text/markdown

# ioOrbit

## Overview

Simple and flexible ML workflow engine. This library is meant to wrap all reusable code to simplify workflow implementation.

Supported functionality:

- Flexible logger 
- Firebase-admin / GCSFS file system handler
- API to communicate with RabbitMQ for event receiver/producer
- Workflow call helper
- Logger call helper


## License

Licensed under the Apache License, Version 2.0.
