mdl-eyetracking provides a high-level interface for eyetracking research in Python. This package was created at the Institute for Mental Health Research, at the University of Texas at Austin by Semeon Risom.
Online documentation is available here.
The docs include a installation guide, example, API reference, and other useful information.
mdl-eyetracking supports Python 3.3+.
Installation requires numpy, scipy, rpy2, pandas, and matplotlib. Some functions will optionally use statsmodels if it is installed.
The latest stable release (and older versions) can be installed from PyPI:
pip install mdl-eyetracking
Alternatively, you can install the development version directly from github:
pip install git+https://github.com/risoms/mdl-eyetracking.git
Another option would be to to clone the github repository and install from your local copy:
pip install git+https://github.com/risoms/mdl-eyetracking.git