Metadata-Version: 2.1
Name: opensesame-extension-osweb
Version: 2.0.0.0a2
Summary: Extensions and plugins for OpenSesame to run experiments in a browser using OSWeb
Home-page: https://osdoc.cogsci.nl
License: COPYING
Author: Sebastiaan Mathôt
Author-email: s.mathot@cogsci.nl
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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: beautifulsoup4
Requires-Dist: esprima
Requires-Dist: javascripthon
Requires-Dist: js2py
Project-URL: Repository, https://github.com/open-cogsci/opensesame-extension-osweb/
Description-Content-Type: text/markdown

# OSWeb extension for OpenSesame

Copyright 2018 - 2023 Sebastiaan Mathôt (@smathot)


## About

This OpenSesame extension allows you to run OpenSesame experiments in a browser using OSWeb, a JavaScript implementation of OpenSesame.

- <https://osdoc.cogsci.nl/manual/osweb/osweb/>
- <https://github.com/open-cogsci/OpenSesame/>
- <https://github.com/open-cogsci/osweb/>


## Installation

PyPi:

```
pip install opensesame-extension-osweb
```

Anaconda:

```
conda install opensesame-extension-osweb -c cogsci
```


## License

OSWeb 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>

