Metadata-Version: 2.1
Name: dallinger
Version: 9.0.0rc0
Summary: Laboratory automation for the behavioral and social sciences
Home-page: http://github.com/Dallinger/Dallinger
Maintainer: Jordan Suchow
Maintainer-email: suchow@berkeley.edu
License: MIT
Keywords: science,cultural evolution,experiments,psychology
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
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: Framework :: Pytest
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: APScheduler
Requires-Dist: cached-property
Requires-Dist: boto3
Requires-Dist: build
Requires-Dist: click
Requires-Dist: faker
Requires-Dist: Flask-Sockets
Requires-Dist: Flask
Requires-Dist: flask-crossdomain
Requires-Dist: flask-login
Requires-Dist: Flask-WTF
Requires-Dist: future
Requires-Dist: gevent
Requires-Dist: greenlet
Requires-Dist: gunicorn
Requires-Dist: heroku3
Requires-Dist: localconfig
Requires-Dist: pexpect
Requires-Dist: pip (>=20)
Requires-Dist: pip-tools
Requires-Dist: psycopg2
Requires-Dist: psutil
Requires-Dist: redis
Requires-Dist: requests
Requires-Dist: rq
Requires-Dist: selenium
Requires-Dist: six
Requires-Dist: SQLAlchemy
Requires-Dist: sqlalchemy-postgres-copy
Requires-Dist: tabulate
Requires-Dist: tenacity
Requires-Dist: timeago
Requires-Dist: tzlocal
Requires-Dist: ua-parser
Requires-Dist: user-agents
Requires-Dist: importlib-metadata ; python_version <= "3.7"
Provides-Extra: data
Requires-Dist: pandas ; extra == 'data'
Requires-Dist: tablib[all] ; extra == 'data'
Provides-Extra: dev
Requires-Dist: alabaster ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: bumpversion ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: coverage-pth ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: mock ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pycodestyle ; extra == 'dev'
Requires-Dist: pypandoc ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-rerunfailures ; extra == 'dev'
Requires-Dist: recommonmark ; extra == 'dev'
Requires-Dist: sphinxcontrib-spelling ; extra == 'dev'
Requires-Dist: Sphinx ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Provides-Extra: docker
Requires-Dist: docker ; extra == 'docker'
Requires-Dist: docker-compose ; extra == 'docker'
Requires-Dist: paramiko ; extra == 'docker'
Requires-Dist: sshtunnel ; extra == 'docker'
Provides-Extra: jupyter
Requires-Dist: jupyter ; extra == 'jupyter'
Requires-Dist: ipywidgets ; extra == 'jupyter'

Dallinger
=======
[![Build Status](https://github.com/dallinger/Dallinger/workflows/continuous-integration/badge.svg)](https://github.com/Dallinger/Dallinger/actions?query=workflow%3Acontinuous-integration)
[![Demos](https://img.shields.io/badge/demos-11-edd172.svg)](http://dallinger.readthedocs.io/en/latest/#demos)
[![codecov](https://codecov.io/gh/Dallinger/Dallinger/branch/master/graph/badge.svg)](https://codecov.io/gh/Dallinger/Dallinger)
[![Code Climate](https://codeclimate.com/github/Dallinger/Dallinger/badges/gpa.svg)](https://codeclimate.com/github/Dallinger/Dallinger)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://en.wikipedia.org/wiki/MIT_License)

<img src="incubator.png?raw=true" width="125" alt="Dallinger's incubator">

Laboratory automation for the behavioral and social sciences.

Features
--------
- Performs laboratory automation for the behavioral and social sciences
- Coordinates participant recruitment using Mechanical Turk

Install
-------
To install Dallinger, see [the instructions](http://dallinger.readthedocs.io/).

Documentation
-------------
Documentation is available on the [documentation website](http://dallinger.readthedocs.io/).

Demos
-----
Demonstration experiments are distributed separately in the `dlgr.demos` package.

Contribute
----------
- Issue Tracker: http://github.com/Dallinger/Dallinger/issues
- Source Code: http://github.com/Dallinger/Dallinger

Support
-------
If you are having issues, please [let us know](http://github.com/Dallinger/Dallinger/issues).
We run a users group at https://groups.google.com/d/forum/dallinger.

License
-------
The project is licensed under the MIT license.
