psychoanalyze


Namepsychoanalyze JSON
Version 0.8.9 PyPI version JSON
download
home_pagehttps://psychoanalyze.io
SummaryInteractive analysis and simulation of psychophysical data.
upload_time2023-08-04 15:45:39
maintainer
docs_urlNone
authorTy Schlichenmeyer
requires_python>=3.9.0,<3.12.0
licenseGPL-3.0-or-later
keywords psychophysics neuroscience psychology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PsychoAnalyze

Interactive data simulation and analysis for psychophysics.

[![GitHub Discussions](https://img.shields.io/github/discussions/psychoanalyze/psychoanalyze)](https://github.com/orgs/psychoanalyze/discussions)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/psychoanalyze/notebooks/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fpsychoanalyze%252Fnotebooks%26urlpath%3Dlab%252Ftree%252Fnotebooks%252Ftutorial.ipynb%26branch%3Dmain)
[![PyPI - Status](https://img.shields.io/pypi/status/psychoanalyze)](https://pypi.org/project/psychoanalyze/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/psychoanalyze)](https://pypi.org/project/psychoanalyze/)
[![Plotly](https://img.shields.io/badge/Plotly-%233F4F75.svg?logo=plotly&logoColor=white)](https://psychoanalyze.io)
[![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?logo=pandas&logoColor=white)](https://pandas.pydata.org/docs/user_guide/index.html#user-guide)
[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/psychoanalyze/psychoanalyze)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/psychoanalyze/psychoanalyze/main.svg)](https://results.pre-commit.ci/latest/github/psychoanalyze/psychoanalyze/main)


## Dashboard
See what `psychoanalyze` can do by [viewing our dashboard](https://psychoanalyze.io/).

## Install with Python
```console
$ pip install psychoanalyze

$ psychoanalyze --help
```

## Developers
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/psychoanalyze/psychoanalyze?quickstart=1)

### Notebooks

Notebooks are hosted in a [separate repository](https://github.com/psychoanalyze/notebooks) in the [PsychoAnalyze GitHub organization](https://github.com/psychoanalyze).

A fully executable notebook environment is available on Binder:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/psychoanalyze/notebooks/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fpsychoanalyze%252Fnotebooks%26urlpath%3Dlab%252Ftree%252Fnotebooks%252Ftutorial.ipynb%26branch%3Dmain)

*GitHub login required-* We host our own JupyterHub instance on the `nb.psychoanalyze.io` domain. If you'd like to try it out, log in via GitHub with [this link](https://nb.psychoanalyze.io/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fpsychoanalyze%2Fnotebooks&urlpath=lab%2Ftree%2Fnotebooks%2Ftutorial.ipynb&branch=main) to spin up your own server.  Your GitHub username will be visible to the maintainers of the project.




## Documentation
View the full documentation at [https://docs.psychoanalyze.io](https://docs.psychoanalyze.io).

            

Raw data

            {
    "_id": null,
    "home_page": "https://psychoanalyze.io",
    "name": "psychoanalyze",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0,<3.12.0",
    "maintainer_email": "",
    "keywords": "psychophysics,neuroscience,psychology",
    "author": "Ty Schlichenmeyer",
    "author_email": "t.schlic@wustl.edu",
    "download_url": "https://files.pythonhosted.org/packages/87/1a/2e094e80e0210bb7be1d19dea0f65e045e8a376e5ae3c22ae6d212dd4010/psychoanalyze-0.8.9.tar.gz",
    "platform": null,
    "description": "# PsychoAnalyze\n\nInteractive data simulation and analysis for psychophysics.\n\n[![GitHub Discussions](https://img.shields.io/github/discussions/psychoanalyze/psychoanalyze)](https://github.com/orgs/psychoanalyze/discussions)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/psychoanalyze/notebooks/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fpsychoanalyze%252Fnotebooks%26urlpath%3Dlab%252Ftree%252Fnotebooks%252Ftutorial.ipynb%26branch%3Dmain)\n[![PyPI - Status](https://img.shields.io/pypi/status/psychoanalyze)](https://pypi.org/project/psychoanalyze/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/psychoanalyze)](https://pypi.org/project/psychoanalyze/)\n[![Plotly](https://img.shields.io/badge/Plotly-%233F4F75.svg?logo=plotly&logoColor=white)](https://psychoanalyze.io)\n[![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?logo=pandas&logoColor=white)](https://pandas.pydata.org/docs/user_guide/index.html#user-guide)\n[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)\n[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n[![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/psychoanalyze/psychoanalyze)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/psychoanalyze/psychoanalyze/main.svg)](https://results.pre-commit.ci/latest/github/psychoanalyze/psychoanalyze/main)\n\n\n## Dashboard\nSee what `psychoanalyze` can do by [viewing our dashboard](https://psychoanalyze.io/).\n\n## Install with Python\n```console\n$ pip install psychoanalyze\n\n$ psychoanalyze --help\n```\n\n## Developers\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/psychoanalyze/psychoanalyze?quickstart=1)\n\n### Notebooks\n\nNotebooks are hosted in a [separate repository](https://github.com/psychoanalyze/notebooks) in the [PsychoAnalyze GitHub organization](https://github.com/psychoanalyze).\n\nA fully executable notebook environment is available on Binder:\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/psychoanalyze/notebooks/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fpsychoanalyze%252Fnotebooks%26urlpath%3Dlab%252Ftree%252Fnotebooks%252Ftutorial.ipynb%26branch%3Dmain)\n\n*GitHub login required-* We host our own JupyterHub instance on the `nb.psychoanalyze.io` domain. If you'd like to try it out, log in via GitHub with [this link](https://nb.psychoanalyze.io/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fpsychoanalyze%2Fnotebooks&urlpath=lab%2Ftree%2Fnotebooks%2Ftutorial.ipynb&branch=main) to spin up your own server.  Your GitHub username will be visible to the maintainers of the project.\n\n\n\n\n## Documentation\nView the full documentation at [https://docs.psychoanalyze.io](https://docs.psychoanalyze.io).\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Interactive analysis and simulation of psychophysical data.",
    "version": "0.8.9",
    "project_urls": {
        "Documentation": "https://docs.psychoanalyze.io",
        "Homepage": "https://psychoanalyze.io",
        "JupyterHub": "https://nb.psychoanalyze.io",
        "Repository": "https://github.com/psychoanalyze/psychoanalyze"
    },
    "split_keywords": [
        "psychophysics",
        "neuroscience",
        "psychology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6da17218991b09c49fc06e2fde85fec80c37056a121bfe0819b40e462b293e4",
                "md5": "f4263173712a8cff5f8f0363d4ea2bdf",
                "sha256": "b02f9b8ea1ef4ed7b61a2e58081790f0d5b88f1a9f516b01d106d696a2723832"
            },
            "downloads": -1,
            "filename": "psychoanalyze-0.8.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4263173712a8cff5f8f0363d4ea2bdf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0,<3.12.0",
            "size": 102723,
            "upload_time": "2023-08-04T15:45:37",
            "upload_time_iso_8601": "2023-08-04T15:45:37.595247Z",
            "url": "https://files.pythonhosted.org/packages/e6/da/17218991b09c49fc06e2fde85fec80c37056a121bfe0819b40e462b293e4/psychoanalyze-0.8.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "871a2e094e80e0210bb7be1d19dea0f65e045e8a376e5ae3c22ae6d212dd4010",
                "md5": "32bf37fdc5ac1a73aef4396d1541c8f8",
                "sha256": "d500f962f71d5850df68edcf222c116948b2c77ffcaed1ed87fcd883b2598def"
            },
            "downloads": -1,
            "filename": "psychoanalyze-0.8.9.tar.gz",
            "has_sig": false,
            "md5_digest": "32bf37fdc5ac1a73aef4396d1541c8f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0,<3.12.0",
            "size": 83804,
            "upload_time": "2023-08-04T15:45:39",
            "upload_time_iso_8601": "2023-08-04T15:45:39.355576Z",
            "url": "https://files.pythonhosted.org/packages/87/1a/2e094e80e0210bb7be1d19dea0f65e045e8a376e5ae3c22ae6d212dd4010/psychoanalyze-0.8.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 15:45:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "psychoanalyze",
    "github_project": "psychoanalyze",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "psychoanalyze"
}
        
Elapsed time: 0.09428s