decide-analysis


Namedecide-analysis JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/melizalab/decide-analysis
SummaryAnalysis package for decide-host operant data
upload_time2023-12-01 20:12:02
maintainerDan Meliza
docs_urlNone
authorDan Meliza
requires_python>=3.9
licenseBSD 3-Clause License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/melizalab/decide-analysis",
    "name": "decide-analysis",
    "maintainer": "Dan Meliza",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "dan@meliza.org",
    "keywords": "",
    "author": "Dan Meliza",
    "author_email": "dan@meliza.org",
    "download_url": "https://files.pythonhosted.org/packages/c4/6d/f57a7231dbb2005fd66cf0701a938872192a9223cffd0faf9c06d085105b/decide-analysis-2.2.0.tar.gz",
    "platform": null,
    "description": "# decide-analysis\n\nThis 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).\n\nThis is a work in progress. The only functionality in place right now is a\nscript to retrieve trials from the host and save them in csv format.\n\nExample:\n\n``` shell\ndecide-get-trials -r http://pholia.lab:4000/decide/api/ \\\n        --fields subject,time,trial,result,correct,response,stimulus,correction \\\n        --from-date 2022-03-01 --to-date 2022-03-09 -k experiment=2ac-config-segmented10 C14\n```\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Analysis package for decide-host operant data",
    "version": "2.2.0",
    "project_urls": {
        "Homepage": "https://github.com/melizalab/decide-analysis"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0aa70c5091018feb69190e9c2dfc11ac20508ad9ee54961e3f5d9d992c05a20",
                "md5": "319dcd3f3d0482c10d9a74bb5b34dfdf",
                "sha256": "d4553f98d1ca79ea376a78dd5f7a127773b95412323494d6672ba114f1885de6"
            },
            "downloads": -1,
            "filename": "decide_analysis-2.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "319dcd3f3d0482c10d9a74bb5b34dfdf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 14829,
            "upload_time": "2023-12-01T20:12:01",
            "upload_time_iso_8601": "2023-12-01T20:12:01.239275Z",
            "url": "https://files.pythonhosted.org/packages/d0/aa/70c5091018feb69190e9c2dfc11ac20508ad9ee54961e3f5d9d992c05a20/decide_analysis-2.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c46df57a7231dbb2005fd66cf0701a938872192a9223cffd0faf9c06d085105b",
                "md5": "85fc98657d7ab7b9aa95e31bda9f1823",
                "sha256": "caf1981e57af9e68b8a38bfbe9a48b860aced2833ed2aa17cf9222af95894ccd"
            },
            "downloads": -1,
            "filename": "decide-analysis-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85fc98657d7ab7b9aa95e31bda9f1823",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12825,
            "upload_time": "2023-12-01T20:12:02",
            "upload_time_iso_8601": "2023-12-01T20:12:02.431227Z",
            "url": "https://files.pythonhosted.org/packages/c4/6d/f57a7231dbb2005fd66cf0701a938872192a9223cffd0faf9c06d085105b/decide-analysis-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-01 20:12:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "melizalab",
    "github_project": "decide-analysis",
    "github_not_found": true,
    "lcname": "decide-analysis"
}
        
Elapsed time: 0.99125s