Metadata-Version: 2.1
Name: opensesame-plugin-experiment-manager
Version: 3.0.0
Summary: An OpenSesame Plug-in for managing/executing multiple OpenSesame experiments.
Home-page: https://github.com/dev-jam/opensesame-plugin-experiment_manager
License: LICENSE.md
Author: Bob Rosbag
Author-email: debian@bobrosbag.nl
Requires-Python: >=3.7
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: opensesame-core (>=4.0.0a0)
Project-URL: Repository, https://github.com/dev-jam/opensesame-plugin-experiment_manager
Description-Content-Type: text/markdown

OpenSesame Plug-in: Experiment Manager
==========

*An OpenSesame plug-in for managing/executing multiple OpenSesame experiments.*  

Copyright, 2022, Bob Rosbag  


## 1. About
--------

This plug-in can insert standalone OpenSesame Experiments within a main experiment. 
It can run within a loop or sequence as an item. This makes it possible to run a number 
of experiments in sequence (random or fixed order) and also it gives the possibility to 
give each experiment its own (different) backend. 

This plug-in has three options:

- *Dummy mode* for testing experiments.
- *Verbose mode* for testing experiments.
- *Experiment file name* for Windows: hexadecimal or decimal value, for Linux: full path or port number.


## 2. LICENSE
----------

The Experiment Manager plug-in is distributed under the terms of the GNU General Public License 3.
The full license should be included in the file COPYING, or can be obtained from

- <http://www.gnu.org/licenses/gpl.txt>

This plug-in contains works of others.
  
  
## 3. Documentation
----------------

Installation instructions and documentation on OpenSesame are available on the documentation website:

- <http://osdoc.cogsci.nl/>

