Metadata-Version: 2.4
Name: psynet
Version: 12.1.1
Summary: PsyNet – complex psychological experiments made easy
Project-URL: Changelog, https://gitlab.com/PsyNetDev/PsyNet/-/blob/master/CHANGELOG.md
Project-URL: Documentation, https://psynetdev.gitlab.io/PsyNet/
Project-URL: Homepage, https://www.psynet.dev/
Project-URL: Issues, https://gitlab.com/PsyNetDev/PsyNet/-/issues
Project-URL: Repository, https://gitlab.com/PsyNetDev/PsyNet/
Author-email: Peter Harrison <pmch2@cam.ac.uk>, Frank Höger <frank.hoeger@ae.mpg.de>, Pol van Rijn <pol.van-rijn@ae.mpg.de>, Raja Marjieh <raja.marjieh@princeton.edu>, Nori Jacoby <nori.jacoby@ae.mpg.de>
Maintainer-email: Peter Harrison <pmch2@cam.ac.uk>
License: MIT License
        
        Copyright (c) 2022 Peter Harrison, Frank Höger, Nori Jacoby, and other PsyNet developers
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
        documentation files (the "Software"), to deal in the Software without restriction, including without limitation
        the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
        and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
        WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
        OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE
Keywords: experiments,networks,online,psychology
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Flask
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: arabic-reshaper
Requires-Dist: babel
Requires-Dist: dallinger[docker]<12,>=11.3.1
Requires-Dist: dominate==2.9.1
Requires-Dist: html2text
Requires-Dist: joblib
Requires-Dist: jsonpickle
Requires-Dist: mock
Requires-Dist: pandas
Requires-Dist: paramiko
Requires-Dist: pillow
Requires-Dist: polib
Requires-Dist: progress
Requires-Dist: pytest
Requires-Dist: pytest-dependency
Requires-Dist: pytest-mock
Requires-Dist: python-gettext
Requires-Dist: rpdb
Requires-Dist: tenacity
Requires-Dist: tomlkit
Requires-Dist: tqdm
Requires-Dist: yaspin
Provides-Extra: dev
Requires-Dist: bump-my-version; extra == 'dev'
Requires-Dist: furo; extra == 'dev'
Requires-Dist: google-cloud-translate; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: openai; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints; extra == 'dev'
Description-Content-Type: text/markdown

![Logo](https://gitlab.com/PsyNetDev/PsyNet/-/raw/master/psynet/resources/logo.svg)

PsyNet is a powerful new Python package for designing and running the next generation of online behavioural experiments.
It builds on the virtual lab framework [Dallinger](https://dallinger.readthedocs.io/)
to streamline the development of highly complex experiment paradigms, ranging from simulated cultural evolution to
perceptual prior estimation to adaptive psychophysical experiments. Once an experiment is implemented, it can be
deployed with a single terminal command, which looks after server provisioning, participant recruitment, data-quality
monitoring, and participant payment. Researchers using PsyNet can enjoy a paradigm shift in productivity, running many
high-powered variants of the same experiment in the time it would ordinarily take to run an experiment once.

PsyNet is primarily developed by Peter Harrison, Frank Höger, Pol van Rijn, and Nori Jacoby,
but we are grateful for many further contributions by other users.

To try some real-world PsyNet experiments for yourself, visit the following repositories:

- [Consonance profiles for carillon bells](https://github.com/pmcharrison/2022-consonance-carillon)
- [Emotional connotations of musical scales](https://github.com/pmcharrison/2022-musical-scales)
- [Vocal pitch matching in musical chords](https://github.com/pmcharrison/2022-vertical-processing-test)

For more information about PsyNet, visit the [documentation website](https://psynetdev.gitlab.io/PsyNet/).
