Metadata-Version: 1.1
Name: PsiTurk
Version: 2.3.10
Summary: An open platform for science on Amazon Mechanical Turk
Home-page: https://github.com/NYUCCL/psiturk
Author: NYU Computation and Cognition Lab
Author-email: authors@psiturk.org
License: UNKNOWN
Description: 
        
        Please visit [psiturk.org](https://psiturk.org) for more information.
        
        
        
        
        # Developing
        
        Check out a clone of this repo, and install it into your local environment for testing
        (consider installing into a virtualenv):
        
        ```
        git clone git@github.com:NYUCCL/psiTurk.git
        git install -e psiTurk
        ```
        
        A test suite can be run using `pytest` from within the base directory of psiturk.
        
        
        # Citing 
        
        You are welcome to use this code for personal or academic uses. If you fork,
        or use this in an academic paper please cite as follows:
        
        McDonnell, J.V., Martin, J.B., Markant, D.B., Coenen, A., Rich, A.S., and Gureckis, T.M. 
        (2012). psiTurk (Version 1.02) [Software]. New York, NY: New York University. 
        Available from https://github.com/NYUCCL/psiTurk
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
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
