Metadata-Version: 2.1
Name: pyxdf-mne
Version: 0.0.2
Summary: python library for loading xdf file to mne format object
Home-page: https://github.com/simonkojima/pyxdf-mne
Author: Simon Kojima
Author-email: simon.kojima@outlook.com
Project-URL: Bug Tracker, https://github.com/simonkojima/pyxdf-mne/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyxdf-mne

# Install
```
pip install pyxdf-mne
```

# Usage
```
import pyxdf_mne
raw = pyxdf_mne.read_raw_xdf("PATH_TO_XDF_FILE", ref_time = "NAME_OF_STREAM")
```
