edfrw documentation

edfrw is a Python library for reading and writing European Data Format (EDF) files.

EDF is a format for data storage that is particularly useful for recording biological and physical signals. The format is described in detail on the EDF website.

Requirements

In addition, if you want to try the examples, you may want to install Matplotlib for plotting the data.

Installation

edfrw is available on PyPI. Thus, the easiest way to install is with pip:

python -m pip install edfrw

Alternatively, you can download the code from GitHub and place it somewhere on your Python path, or install locally with pip.