eeglabio

I/O support for EEGLAB files in Python.
Installation
Install from PyPI:
pip install eeglabio
Install from Test PyPI (built from stable branch):
pip install -i https://test.pypi.org/simple/ eeglabio
Install from conda-forge:
conda install -c conda-forge eeglabio
Install the latest version of the code from GitHub directly (unstable):
pip install https://github.com/jackz314/eeglabio/archive/main.zip
Dependencies
eeglabio requires Python >= 3.10 and the following packages:
Exporting to the MATLAB v7.3 (HDF5) format, needed for 2 GB or more of data, also requires h5py.
For testing, we also require the following additional packages:
Example Usage (with MNE)
Export from MNE Epochs to EEGLAB (.set):
import mne
from eeglabio.utils import export_mne_epochs
epochs = mne.Epochs(...)
export_mne_epochs(epochs, "file_name.set")
Export from MNE Raw to EEGLAB (.set):
import mne
from eeglabio.utils import export_mne_raw
raw = mne.io.read_raw(...)
export_mne_raw(raw, "file_name.set")
Release files for eeglabio 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eeglabio-0.1.4.tar.gz | 7.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eeglabio-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 MB
Release files / eeglabio-0.1.4.tar.gz
| Download URL | eeglabio-0.1.4.tar.gz |
|---|---|
| Size | 7.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8e772570bb2a8fb13286fa2dd321e831686c097b34409c97679fb8c84b46e7a2
|
|
BLAKE2b-256 checksum How to use checksums |
322517ddde4a8c10d0293ad0dff949061fadd103ebb830522adea95733775931
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / eeglabio-0.1.4-py3-none-any.whl
| Download URL | eeglabio-0.1.4-py3-none-any.whl |
|---|---|
| Size | 11.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eae45ee0b722ddd1ad36fd151e41d7730229799fd600b2cea61c1308407837b8
|
|
BLAKE2b-256 checksum How to use checksums |
53c48e29e3d3d7270e8545da6e616506a94d17f3aab44a42390977763a1f2363
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|