Skip to content

Interoperability examples

Optional integrations are isolated from the core install. The public CI matrix tests both floor and current versions for the supported external backends.

python -m pip install "gpbiometricspy[interop]"

Then use the package bridge that matches the workflow you need:

import gpbiometricspy as gp

# HeartPy / BioSPPy / pyHRV / NeuroKit2 style workflows
# MNE event structures and RawArray handoff
# LSL/XDF synchronization
# BIDS-oriented export helpers

The matrix currently covers HeartPy, BioSPPy, pyHRV, NeuroKit2, MNE, pylsl and pyxdf. See the Interoperability version-testing article, MNE/EEG/LSL workflow, and External toolbox bridges.