Metadata-Version: 2.4
Name: imagekit-python
Version: 0.0.1a1
Summary: A Python library that provides a unified interface for handling images across multiple formats and performing common image processing tasks.
Project-URL: Repository, https://github.com/Hoopoes/imagekit
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: numpy>=1.21.6
Requires-Dist: opencv-python-headless>=4.13.0.92
Requires-Dist: pillow>=9.5.0
Requires-Dist: pydantic>=2.5.3
Provides-Extra: all
Requires-Dist: pytesseract; extra == 'all'
Provides-Extra: pytesseract
Requires-Dist: pytesseract>=0.3.13; extra == 'pytesseract'
Description-Content-Type: text/markdown

# Imagekit

`ImageKit` is a Python library that provides a unified interface for handling images across multiple formats (`bytes`, OpenCV `cv2`, Pillow `Image`) and performing common image processing tasks. It is designed for developers who want all-in-one image handling and processing, including conversion, cropping, resizing, rotation, and document unwarping.



## Installation

```bash
coming soon
```


## Quick Start 🚀 

### Basic Usage

```python
coming soon
```


## Parameters







## License

MIT License