Metadata-Version: 2.4
Name: grayscale_py
Version: 0.1.0
Summary: A Python grayscale image converter using C++ and pybind11
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybind11
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Grayscale

A simple Python package that converts RGB images to grayscale using a fast C++ backend with [stb_image](https://github.com/nothings/stb).

## Installation

```bash
pip install grayscale
```
