Metadata-Version: 2.1
Name: decide-analysis
Version: 2.2.0
Summary: Analysis package for decide-host operant data
Home-page: https://github.com/melizalab/decide-analysis
Author: Dan Meliza
Author-email: dan@meliza.org
Maintainer: Dan Meliza
Maintainer-email: dan@meliza.org
License: BSD 3-Clause License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Natural Language :: English
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: httpx>=0.24

# decide-analysis

This project is a python package for analyzing data from the [decide operant control system ](https://github.com/melizalab/decide) stored on [django-decide-host](https://github.com/melizalab/django-decide-host).

This is a work in progress. The only functionality in place right now is a
script to retrieve trials from the host and save them in csv format.

Example:

``` shell
decide-get-trials -r http://pholia.lab:4000/decide/api/ \
        --fields subject,time,trial,result,correct,response,stimulus,correction \
        --from-date 2022-03-01 --to-date 2022-03-09 -k experiment=2ac-config-segmented10 C14
```

