Metadata-Version: 2.4
Name: meyelens-headless
Version: 0.2.2
Summary: Headless MEYElens package without the PyQt offline GUI
Author-email: Raffaele Mazziotti <mzzrff@gmail.com>, Giacomo Vecchieschi <giacomovecchieschi@gmail.com>
Project-URL: Homepage, https://github.com/raffaelemazziotti/MEYElens
Project-URL: Repository, https://github.com/raffaelemazziotti/MEYElens
Project-URL: Documentation, https://raffaelemazziotti.github.io/MEYElens
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: joblib==1.4.2
Requires-Dist: matplotlib==3.10.0
Requires-Dist: numpy==2.2.6
Requires-Dist: opencv-python==4.12.0.88
Requires-Dist: pandas==2.3.3
Requires-Dist: scikit-learn==1.6.1
Requires-Dist: scikit-image==0.25.2
Requires-Dist: toml==0.10.2
Provides-Extra: tf
Requires-Dist: tensorflow==2.20.0; extra == "tf"
Provides-Extra: no-tf
Provides-Extra: docs
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=2; extra == "docs"
Requires-Dist: myst-parser>=2; extra == "docs"
Requires-Dist: sphinx-autobuild>=2024.0.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "docs"

# MEYElens Headless

This is the headless PyPI distribution for MEYElens. It installs the core
`meyelens` Python package without the PyQt offline GUI.

## Install

```bash
pip install meyelens-headless
```

With TensorFlow:

```bash
pip install "meyelens-headless[tf]"
```

## Notes

- Version: `0.2.2`
- Import path remains `meyelens`
- The offline GUI module and `PyQt6` dependency are intentionally omitted
- Do not install `meyelens` and `meyelens-headless` into the same environment
- Install the `meyelens` package instead if you need the GUI
