Metadata-Version: 2.3
Name: mnelab
Version: 0.9.2
Summary: A graphical user interface for MNE
Project-URL: homepage, https://github.com/cbrnr/mnelab
Project-URL: documentation, https://mnelab.readthedocs.io/en/latest/
Project-URL: repository, https://github.com/cbrnr/mnelab
Project-URL: changelog, https://github.com/cbrnr/mnelab/blob/main/CHANGELOG.md
Author-email: Clemens Brunner <clemens.brunner@gmail.com>
License: BSD 3-Clause
License-File: LICENSE
Keywords: EEG,GUI,MEG,MNE,electrophysiology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: edfio>=0.4.2
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: mne>=1.7.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: pybv>=0.7.4
Requires-Dist: pyobjc-framework-cocoa>=10.0; platform_system == 'Darwin'
Requires-Dist: pyside6>=6.7.1
Requires-Dist: pyxdf>=1.16.4
Requires-Dist: scipy>=1.10.0
Provides-Extra: dev
Requires-Dist: mne-qt-browser>=0.6.2; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-qt; extra == 'dev'
Requires-Dist: pytest-xvfb; extra == 'dev'
Requires-Dist: python-picard>=0.7.0; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: scikit-learn>=1.3.0; extra == 'dev'
Provides-Extra: full
Requires-Dist: mne-qt-browser>=0.6.2; extra == 'full'
Requires-Dist: python-picard>=0.7.0; extra == 'full'
Requires-Dist: scikit-learn>=1.3.0; extra == 'full'
Description-Content-Type: text/markdown

![Python](https://img.shields.io/pypi/pyversions/mnelab.svg?logo=python&logoColor=white)
[![PyPI](https://img.shields.io/pypi/v/mnelab)](https://pypi.org/project/mnelab/)
[![Docs](https://readthedocs.org/projects/mnelab/badge/?version=latest)](https://mnelab.readthedocs.io/)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04650/status.svg)](https://doi.org/10.21105/joss.04650)
[![License](https://img.shields.io/github/license/cbrnr/mnelab)](LICENSE)


## MNELAB

![](https://raw.githubusercontent.com/cbrnr/mnelab/main/mnelab/images/mnelab_logo.png)

MNELAB is a graphical user interface (GUI) for [MNE-Python](https://mne.tools/stable/index.html), a Python package for EEG/MEG analysis.

![](https://raw.githubusercontent.com/cbrnr/mnelab/main/mnelab.png)


### Documentation

Instructions for installing and using MNELAB as well as step-by-step examples for different use cases are available in the [documentation](https://mnelab.readthedocs.io/). Check out the [changelog](https://github.com/cbrnr/mnelab/blob/main/CHANGELOG.md) to learn what we added, changed, or fixed.


### Running MNELAB

We recommend using [uv](https://docs.astral.sh/uv/) to install and run MNELAB. After installing uv, you can start MNELAB with the following command:

```
uvx mnelab
```


### Contributing

The [contributing guide](https://github.com/cbrnr/mnelab/blob/main/CONTRIBUTING.md) contains detailed instructions on how to contribute to MNELAB.
