Metadata-Version: 2.4
Name: assetforge-cli
Version: 0.1.2
Summary: A command-line tool for automated asset optimization and format conversion.
Author-email: Logesh Kanagaraj <logeshkanagarajofficial@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.0
Requires-Dist: Pillow>=10.0.0
Dynamic: license-file

# 🔨 AssetForge

A lightweight, lightning-fast command-line interface (CLI) tool designed for automated image optimization and format conversion. 

Whether you are preparing high-resolution promotional assets or optimizing web graphics for a fast-loading deployment, AssetForge allows you to compress and convert images directly from your terminal without opening heavy editing software.

## ✨ Features
* **Format Conversion:** Seamlessly convert between `WEBP`, `PNG`, and `JPEG`.
* **Smart Compression:** Dial in the exact quality level you need to save disk space and improve load times.
* **Auto-Routing:** Automatically detects the source directory and saves optimized assets right next to the originals.
* **Transparency Handling:** Safely flattens RGBA transparency layers when converting formats like PNG to JPEG.

---

## 🚀 Installation

AssetForge is available globally via PyPI. You can install it on any machine using pip:

```bash
pip install assetforge-cli
