Metadata-Version: 2.4
Name: meyelens-headless
Version: 2.0.2
Summary: Headless MEYElens package without the PyQt offline GUI
Author-email: Raffaele Mazziotti <mzzrff@gmail.com>, Giacomo Vecchieschi <giacomovecchieschi@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://www.meyelens.com
Project-URL: Repository, https://github.com/raffaelemazziotti/MEYElens
Project-URL: Documentation, https://raffaelemazziotti.github.io/MEYElens/
Project-URL: Issues, https://github.com/raffaelemazziotti/MEYElens/issues
Requires-Python: <3.12,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE-SOFTWARE
License-File: LICENSE-HARDWARE
Requires-Dist: matplotlib==3.10.9
Requires-Dist: numpy==2.4.6
Requires-Dist: opencv-python==4.13.0.92
Requires-Dist: pandas==3.0.3
Requires-Dist: scikit-learn==1.9.0
Requires-Dist: scipy==1.17.1
Requires-Dist: toml==0.10.2
Requires-Dist: transformers==5.8.1
Provides-Extra: pt
Requires-Dist: torch==2.12.0; extra == "pt"
Provides-Extra: efficientformer
Requires-Dist: timm>=1.0; extra == "efficientformer"
Provides-Extra: experiments
Requires-Dist: psychopy>=2024.1; extra == "experiments"
Provides-Extra: docs
Requires-Dist: myst-parser>=2; extra == "docs"
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=2; extra == "docs"
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: twine>=5; extra == "dev"
Dynamic: license-file

# 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 the pinned PyTorch dependency:

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

## Notes

- Version: `2.0.2`
- Import path remains `meyelens`
- `PyQt6`, `meyelens.gui`, and `meyelens-gui` are intentionally omitted
- Do not install `meyelens` and `meyelens-headless` into the same environment
- Install the `meyelens` package instead if you need the GUI
