Metadata-Version: 2.4
Name: inopyutils
Version: 0.0.1
Summary: Python utils for specific usecase
Author-email: Inoland <contact@inoland.net>
License-Expression: MPL-2.0
Project-URL: Homepage, https://github.com/nobandegani/InoPyUtils
Project-URL: Issues, https://github.com/nobandegani/InoPyUtils/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow
Requires-Dist: pillow_heif
Requires-Dist: opencv-python
Dynamic: license-file

# InoPyUtils

Todo

---

## Important Note
> **Active Development**  
> This library is under active development and is not yet feature-complete. It was built to satisfy specific use-cases and may change without warning.
>
> **Not Production-Ready**  
> Use at your own risk. Do **not** deploy this in production environments unless you fully understand its internals and have thoroughly tested it for your needs.
>
> Contributions, feedback, and issue reports are welcome—but please be cautious if you plan to rely on this library for critical workloads.
---
## Features

---

## Installation

```bash
# Install from PyPI
pip install 

# install locally:
git clone 
cd 
pip install -e .
```
---

## License
Mozilla Public License Version 2.0
