Metadata-Version: 2.1
Name: alfred3
Version: 1.1.7
Summary: A library for rapid development of dynamic and interactive online experiments in the social sciences.
Home-page: https://github.com/ctreffe/alfred
Author: Christian Treffenstädt, Paul Wiemann, Johannes Brachem
Author-email: treffenstaedt@psych.uni-goettingen.de
License: UNKNOWN
Description: # Alfred3 [![DOI](https://zenodo.org/badge/150700371.svg)](https://zenodo.org/badge/latestdoi/150700371)
        
        Alfred3 - A library for rapid experiment development
        
        Alfred3 is a package for Python 3 offering experimenters a fast and easy way to create truly dynamic computer experiments for a wide range of applications. See http://www.the-experimenter.com/framework for more information.
        
        If you are publishing research conducted using Alfred3, please cite:
        
        > Treffenstaedt, C., Wiemann, P. & Brachem, J. (2020). Alfred3 - A library for rapid experiment development (Version 1.x.x). Göttingen, Germany: [https://doi.org/10.5281/zenodo.1437219](https://doi.org/10.5281/zenodo.1437219)
        
        ## A note on the version number
        
        Alfred3 is currently at version 1.x.x, because it is already in use for research. However, it does currently lack comprehensive documentation and automatic unit testing. Also, some of its most powerful extensions are not currently publicly available. Currently, we lack the resources to upgrade our documentation and testing capacities, focusing mainly on maintaining the current state of the library.
        
        If you want to use alfred3, please contact us via alfred@psych.uni-goettingen.de.
        
        ## Installation
        
        If you have Python 3 installed, you can install alfred3 via pip with the follwoing command. It is best practice to install Alfred3 in a new virtual environment for every project (see [virtualenv package](https://virtualenv.pypa.io/en/latest/)).
        
        ```bash
        pip install alfred3
        ```
        
        A detailed **step-by-step video tutorial on setting up alfred3** can be found here (created using MacOS, but applicable to Windows aswell): https://www.youtube.com/watch?v=6YbAN0q3p-E (German)
        
        
        ## Alfred3 Mailing List
        
        If you want to stay up to date with current developments, you can [join our mailing list](https://listserv.gwdg.de/mailman/listinfo/Alfred).
        We use this list to announce new releases and spread important information concerning the use of Alfred. You can expect to receive at most one mail per month.
        
        ## Changelog
        
        The file `CHANGELOG.md` contains information on changes introduced in new versions.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
