Metadata-Version: 2.4
Name: Jcy_utils
Version: 0.0.1
Summary: A collection of image processing utilities for splitting, concatenation, and metrics calculation.
Author-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com/yourusername/Jcy_utils
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: Pillow
Requires-Dist: tqdm

# Jcy_utils

A comprehensive Python utility library for image processing, file management, and metric calculations.

## 📦 Installation

```bash
pip install Jcy_utils
