Metadata-Version: 2.4
Name: psychopy-brainproducts
Version: 0.0.2
Summary: Extension package for PsychoPy which adds support for Brain Products GmbH devices.
Author-email: Jon Peirce <jon@opensceincetools.org>, Matthew Cutone <mcutone@opensceincetools.org>
License: GNU General Public License v3 (GPLv3)
Project-URL: homepage, https://github.com/psychopy/psychopy-brainproducts
Project-URL: changelog, https://github.com/psychopy/psychopy-brainproducts/blob/main/CHANGELOG.txt
Project-URL: documentation, https://pages.github.com/psychopy/psychopy-brainproducts
Project-URL: repository, https://github.com/psychopy/psychopy-brainproducts
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: pyserial
Provides-Extra: docs
Requires-Dist: psychopy; extra == "docs"
Requires-Dist: psychopy-sphinx-theme; 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-brainproducts

Extension package for PsychoPy which adds support for [Brain Products GmbH](https://www.brainproducts.com/) devices.

## Supported Devices

Installing this package alongside PsychoPy will provide a remote control interface to Brain Products Recorder.
    
## Installing

Install this package with the following shell command:: 

    pip install psychopy-brainproducts

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

## Usage

Once the package is installed, PsychoPy will automatically load it when started and make objects available within the
`psychopy.hardware.brainproducts` namespace.

