Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.2 KB

File metadata and controls

26 lines (13 loc) · 1.2 KB

Python Experimental Economics Toolkit

PEET is UAA's application and programming framework for multi-player, networked economics experiments. Modeled roughly after Multistage from CalTech and UCLA, it provides a common set of services and user interfaces, such as parameter management, client-server communication, status monitoring, and output data management. Individual experiments can be implemented as Python modules that plug into the framework.

PEET version 1.0 includes the Island Experiment, described below.

PEET is free software released under the GPL v3 license.

Requirements

PEET is written in the Python programming language, and uses the wxPython library for its graphical user interface, both of which must be installed in order to run the application.

See the Basic Instructions for more details on installing the requirements and PEET itself.

Acknowledgements

Development of this software was funded in part by National Science Foundation grant # 0729063

More software from UAA Experimental Economics Laboratory:

econlab.uaa.alaska.edu/Software.html