Fork of https://github.com/sam81/pybdf
Has been modified to use native C++ through pybind11 with both C++ and original fortran still avaliable under linux.
Requires a c++ compiler (also gfortran under linux) aswell as pybind11 to be installed via:
pip install pybind11
Install via:
git clone https://github.com/ImmortalEmperor/pybdf.git
cd pybdf && pip install .
======
From original:
pybdf is a python library to read Biosemi 24-bit BDF files.
Release builds are available on pypi https://pypi.python.org/pypi/pybdf/
The documentation is available here http://pythonhosted.org/pybdf/