Metadata-Version: 2.0
Name: gustav
Version: 0.4.7.13
Summary: Gustav: An event-based framework for psychophysical experiments

    Gustav tries to handle all of the aspects of experimentation that are 
    common across experiments (organizing and enumerating experimental 
    variables, the psychophysical procedure, interacting with subjects, 
    logging, saving data, etc.), and leaves to the experimenter the aspects 
    that are unique to each experiment (stimulus generation and delivery, etc). 
    
    An experiment is represented by a Gustav experiment file, which is simply 
    a python script that has various functions and properties specified. For 
    example, the setup function is where many aspects of the experiment are 
    set, such as the name of the experiment, where and how to save data, what 
    the experimental variables and their levels are, and so on. The best way 
    to understand how one works is to have a look at one. See the test_gustav 
    python scripts in the user_scripts directory for more information.


Home-page: https://github.com/cbrown1/gustav
Author: Christopher Brown
Author-email: cbrown1@pitt.edu
License: UNKNOWN
Description: UNKNOWN
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering
