Metadata-Version: 2.1
Name: porchestrator
Version: 0.3.0
Summary: Simple Task Orchestrator using Prefect
License: MIT
Author: Jayasimha Raghavan
Author-email: mr.jayasimha@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (>=1.21.7,<2.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: prefect (>=2.19.7,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: sendgrid (>=6.11.0,<7.0.0)
Description-Content-Type: text/markdown

<h1 align="center">
 <a>
  <img src="https://github.com/j-raghavan/orchestrator/blob/main/assets/orchestrator.png?raw=True" width="60" height="50" alt="Orchestrator" style="vertical-align: middle;"> Orchestrator
  </a>
</h1>

<pre>
<!-- <center>
    ___ _ _ __| |_  ___ __| |_ _ _ __ _| |_ ___ _ _ 
   / _ \ '_/ _| ' \/ -_|_-<  _| '_/ _` |  _/ _ \ '_|
   \___/_| \__|_||_\___/__/\__|_| \__,_|\__\___/_|  
</center>   -->
</pre>
<p align="center">
  <a href="https://opensource.org/licenses/MIT">
    <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
  </a>
  <a href="https://python.org">
    <img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="Python: 3.7+">
  </a>
  <a href="https://pypi.org/project/orchestrator">
    <img src="https://badge.fury.io/py/orchestrator.svg" alt="PyPI version">
  </a>
</p>

Orchestrator is a Python package that simplifies task orchestrations. It is built on top of the `prefect` package and aims to provide an easy-to-use interface for `prefect` by utilizing a YAML configuration file. This project offers a highly streamlined approach to task management and coordination.


## Key Features

- Simplifies task orchestrations
- Built on top of the `prefect` package
- Utilizes a YAML configuration file
- Streamlined approach to task management and coordination



## Getting Started

### Installation


# Quick Start

# Contributing
We welcome contributions to Orchestrator! Please see our Contributing Guide for more details on how to get started.


# License
This project is licensed under the MIT License - see the LICENSE file for details.


# Acknowledgments
Orchestrator is inspired by the excellent work done by the Prefect team. We are grateful for their 
contributions to the open-source community. Prefect is licensed under the Apache License 2.0. 
The full text of their license can be found [here](https://github.com/PrefectHQ/prefect/blob/eb367aff04cb2f94313ec215909f3595ef3acf09/LICENSE).

