Metadata-Version: 2.1
Name: psychopy-visionscience
Version: 0.0.1
Summary: Stimuli useful for vision scientists.
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/mdcutone/psychopy-visionscience
Project-URL: changelog, https://github.com/mdcutone/psychopy-visionscience/blob/main/CHANGELOG.txt
Project-URL: documentation, https://pages.github.com/psychopy/psychopy-visionscience
Project-URL: repository, https://github.com/psychopy/psychopy-visionscience
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

# psychopy-visionscience

Plugin package for PsychoPy which adds stimuli useful for vision science.

## Features

Installing this package alongside PsychoPy will add the following visual stimuli:

* Noise patch (`psychopy.visual.NoiseStim` and Builder component)
* Second-order gratings with envelope (`psychopy.visual.EnvelopeGrating` and Builder component)
    
## Installing

Install this package with the following shell command:: 

    pip install psychopy-visionscience

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