Metadata-Version: 2.4
Name: psychopy-eyetracker-pupil-labs
Version: 0.8.0
Summary: Extension package for PsychoPy which adds support for Pupil Labs eyetrackers.
Author-email: Sol Simpson <info@isolver-software.com>, Matthew Cutone <mcutone@opensceincetools.org>, Jon Peirce <jon@opensceincetools.org>, Dominic Canare <dom@pupil-labs.com>
License: GNU General Public License v3 (GPLv3)
Project-URL: homepage, https://github.com/psychopy/psychopy-eyetracker-pupil-labs
Project-URL: changelog, https://github.com/psychopy/psychopy-eyetracker-pupil-labs/blob/main/CHANGELOG.txt
Project-URL: documentation, https://pages.github.com/psychopy/psychopy-eyetracker-pupil-labs
Project-URL: repository, https://github.com/psychopy/psychopy-eyetracker-pupil-labs
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pupil-labs-realtime-api
Requires-Dist: real-time-screen-gaze>=1.1.0
Requires-Dist: numpy<2
Provides-Extra: docs
Requires-Dist: psychopy; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Provides-Extra: tests
Requires-Dist: psychopy; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Dynamic: license-file

# psychopy-eyetracker-pupil-labs

Extension for PsychoPy which adds support for [Pupil Labs](https://pupil-labs.com/) 
eyetrackers (via ioHub)

## Supported Devices

Installing this package alongside PsychoPy will enable support for the following 
devices:

* Supported Pupil Labs eye trackers
    
## Installing

Install this package with the following shell command:: 

    pip install psychopy-eyetracker-pupil-labs

You may also use PsychoPy's builtin plugin/package manager to install this 
package.

## Usage

Once the package is installed, PsychoPy will automatically load it when started 
and the `psychopy.iohub.devices.eyetracker.hw.pupil_labs` namespace will contain 
the loaded objects.
