Metadata-Version: 2.1
Name: eye2color
Version: 0.1.1
Summary: CLI for Wuhan Jingce EYE2-400 Color Analyzer (MES,1)
Home-page: https://github.com/ughstudios/eye2color
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyserial
Requires-Dist: numpy

# eye2color

Python package and CLI for the Wuhan Jingce EYE2-400 Color Analyzer (MES,1).

## Installation
```bash
pip install eye2color
```

## Usage
```bash
eye2color --port COM3 --format csv --output data.csv
```

## Development
```bash
git clone https://github.com/ughstudios/eye2color.git
cd eye2color
pip install -e .
```
