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.
In addition, if you want to try the examples, you may want to install Matplotlib for plotting the data.
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
.
- The documentation is available here.
- The source code is on GitHub.
- The code is licensed under the GNU General Public License.