Metadata-Version: 2.1
Name: PsychoPy
Version: 3.1.4
Summary: Psychology experiment software in Python
Home-page: http://www.psychopy.org/
Author: Jonathan Peirce
Author-email: jon.peirce@gmail.com
Maintainer-email: jon.peirce@gmail.com
License: GNU GPLv3 (or more recent equivalent)
Download-URL: https://github.com/psychopy/psychopy/releases/
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: 
Requires-Dist: requests[security]
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: pyglet
Requires-Dist: pyopengl
Requires-Dist: soundfile
Requires-Dist: sounddevice
Requires-Dist: python-bidi
Requires-Dist: arabic-reshaper
Requires-Dist: cffi
Requires-Dist: future
Requires-Dist: json-tricks
Requires-Dist: pyosf
Requires-Dist: xlrd
Requires-Dist: openpyxl
Requires-Dist: pyserial
Requires-Dist: pyyaml
Requires-Dist: gevent
Requires-Dist: msgpack-numpy
Requires-Dist: msgpack-python
Requires-Dist: psutil
Requires-Dist: tables
Requires-Dist: pyzmq
Requires-Dist: moviepy
Requires-Dist: python-gitlab
Requires-Dist: gitpython
Requires-Dist: astunparse
Requires-Dist: esprima
Requires-Dist: freetype-py
Requires-Dist: wxPython (!=4.0.2,!=4.0.3) ; platform_system != "Linux"
Requires-Dist: pyobjc-core ; platform_system == "Darwin"
Requires-Dist: pyobjc-framework-Quartz ; platform_system == "Darwin"
Requires-Dist: pyparallel ; platform_system == "Linux"
Requires-Dist: pyWinhook ; platform_system == "Windows"
Requires-Dist: pyqmix (>=2018.12.13) ; platform_system == "Windows"
Requires-Dist: pypiwin32 ; platform_system == "Windows"
Requires-Dist: imageio (<2.5) ; python_version < "3"
Requires-Dist: imageio (>=2.5) ; python_version >= "3"
Requires-Dist: imageio-ffmpeg ; python_version >= "3"

# PsychoPy

[![Travis-CI status](https://img.shields.io/travis/psychopy/psychopy.svg)](https://travis-ci.org/psychopy/psychopy)
[![Coveralls status](https://img.shields.io/coveralls/psychopy/psychopy.svg)](https://coveralls.io/r/psychopy/psychopy)
[![PyPI version](https://img.shields.io/pypi/v/psychopy.svg)](https://pypi.python.org/pypi/PsychoPy)

PsychoPy is an open-source package for creating experiments in behavioral science. It aims to provide a single package that is:

* precise enough for psychophysics
* easy enough for teaching
* flexible enough for everything else
* able to run experiments in a local Python script or online in JavaScript

To meet these goals PsychoPy provides a choice of interface - you can use a
simple graphical user interface called Builder, or write your experiments in
Python code. The entire application and library are written in Python and is
platform independent.

There is a range of documentation at:

* [PsychoPy Homepage](https://www.psychopy.org)
* [Youtube](https://www.youtube.com/playlist?list=PLFB5A1BE51964D587)
* The textbook, [Building Experiments in PsychoPy](https://uk.sagepub.com/en-gb/eur/building-experiments-in-psychopy/book253480)
* [The discourse user forum](https://discourse.psychopy.org)

## Contributions

To contribute, please fork the repository, hack in a feature branch, and send a
pull request.  For more, see [CONTRIBUTING.md](CONTRIBUTING.md)
and the developers documentation at http://www.psychopy.org/developers/developers.html

## More information

* Homepage: https://www.psychopy.org
* Forum: https://discourse.psychopy.org
* Issue tracker: https://github.com/psychopy/psychopy/issues


