Metadata-Version: 2.1
Name: omni-photo-lib
Version: 0.1.44
Summary: A library for generating images
Home-page: 
Author: Adhithyan
Author-email: adhithyan@omnineura.ai
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: requests
Requires-Dist: together
Requires-Dist: celery

# Omni-Photo-Lib

Omni-Photo-Lib is a Python library for generating images using Together API with Celery.

## Features
- Celery integration for distributed task management.
- Utilities for handling aspect ratios and runtime parameters.
- Support for RabbitMQ and Redis.

## Installation

```bash
pip install omni-photo-lib
