Metadata-Version: 2.1
Name: pyparadigm
Version: 1.0.1
Summary: A package to build psychological Paradigms. Based on PyGame
Home-page: https://github.com/KnorrFG/pyparadigm
License: UNKNOWN
Author: Felix G. Knorr
Author-email: knorr.felix@gmx.de
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: pygame (>=1.9.3)

PyParadigm
==========

PyParadigm is a small library to build paradigms for psychological experiments.
It utilizes pygame, and is installable via pip ::
    
    pip install pyparadigm

You can find the documentation including an introduction
and a tutorial over at: https://pyparadigm.readthedocs.io/en/latest/index.html

