hypyp


Namehypyp JSON
Version 0.5.0b2 PyPI version JSON
download
home_pagehttps://github.com/ppsp-team/HyPyP
SummaryThe Hyperscanning Python Pipeline.
upload_time2024-02-08 03:25:33
maintainer
docs_urlNone
authorAnaël AYROLLLES
requires_python>=3.9,<3.13
licenseBSD-3-Clause
keywords hyperscanning neuroscience pipeline statistics visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HyPyP 🐍〰️🐍

The **Hy**perscanning **Py**thon **P**ipeline

[![PyPI version shields.io](https://img.shields.io/pypi/v/hypyp.svg)](https://pypi.org/project/HyPyP/) [![CI](https://github.com/ppsp-team/HyPyP/actions/workflows/Build.yml/badge.svg)](https://github.com/ppsp-team/HyPyP/actions/workflows/Build.yml) <a href="https://hypyp.readthedocs.io"><img src="https://readthedocs.org/projects/hypyp/badge/?version=latest"></a> [![license](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Mattermost](https://img.shields.io/discord/1065810348944408616?color=blue)](https://discord.gg/zYzjeGj7D6)

⚠️ This software is in beta and thus should be considered with caution. While we have done our best to test all the functionalities, there is no guarantee that the pipeline is entirely bug-free. 

📖 See our [paper](https://academic.oup.com/scan/advance-article/doi/10.1093/scan/nsaa141/5919711) for more explanation and our plan for upcoming functionalities (aka Roadmap).

🤝 If you want to help you can submit bugs and suggestions of enhancements in our Github [Issues section](https://github.com/ppsp-team/HyPyP/issues).

🤓 For the motivated contributors, you can even help directly in the developpment of HyPyP. You will need to install [Poetry](https://python-poetry.org/) (see section below).

## Contributors
Original authors: Florence BRUN, Anaël AYROLLES, Phoebe CHEN, Amir DJALOVSKI, Yann BEAUXIS, Suzanne DIKKER, Guillaume DUMAS
New contributors: Ghazaleh RANJBARAN, Quentin MOREAU, Caitriona DOUGLAS, Franck PORTEOUS, Jonas MAGO, Juan C. AVENDANO, Julie BONNAIRE

## Installation

```
pip install HyPyP
```

## Documentation

HyPyP documentation of all the API functions is available online at [hypyp.readthedocs.io](https://hypyp.readthedocs.io/)

For getting started with HyPyP, we have designed a little walkthrough: [getting_started.ipynb](https://github.com/ppsp-team/HyPyP/blob/master/tutorial/getting_started.ipynb)

## Core API

🛠 [io.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/io.py) — Loaders (Florence, Anaël, Ghazaleh, Franck, Jonas, Guillaume)

🧰 [utils.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/utils.py) — Basic tools (Amir, Florence, Guilaume)

⚙️ [prep.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/prep.py) — Preprocessing (ICA & AutoReject) (Anaël, Florence, Guillaume)

🔠 [analyses.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/analyses.py) — Power spectral density and wide choice of connectivity measures (Phoebe, Suzanne, Florence, Ghazaleh, Juan, Guillaume)

📈 [stats.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/stats.py) — Statistics (permutations & cluster statistics) (Florence, Guillaume)

🧠 [viz.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/viz.py) — Inter-brain visualization (Anaël, Amir, Florence, Guillaume)

🎓 [Tutorials](https://github.com/ppsp-team/HyPyP/tree/master/tutorial) - Examples & documentation (Anaël, Florence, Yann, Ghazaleh, Caitriona, Guillaume)

## Poetry installation (only for developpers and adventurous users)

Step 1: ```pip install poetry```

Step 2: ```git clone git@github.com:ppsp-team/HyPyP.git```

Step 3: ```cd HyPyP```

Step 4: ```poetry install```

Step 5: ```poetry shell```

You can now use ```jupyter notebook``` or ```ipython```!

⚠️ If you need to install a new dependency (not recommended), you have to use `poetry add THE_NAME_OF_THE_LIBRARY` instead of your usual package manager.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ppsp-team/HyPyP",
    "name": "hypyp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.13",
    "maintainer_email": "",
    "keywords": "hyperscanning,neuroscience,pipeline,statistics,visualization",
    "author": "Ana\u00ebl AYROLLLES",
    "author_email": "anael.ayrollles@pasteur.fr",
    "download_url": "https://files.pythonhosted.org/packages/99/b8/5938d9f84c905e2359f6ec18b534da9f7b882c7dc826ed6ada34708371f8/hypyp-0.5.0b2.tar.gz",
    "platform": null,
    "description": "# HyPyP \ud83d\udc0d\u3030\ufe0f\ud83d\udc0d\n\nThe **Hy**perscanning **Py**thon **P**ipeline\n\n[![PyPI version shields.io](https://img.shields.io/pypi/v/hypyp.svg)](https://pypi.org/project/HyPyP/) [![CI](https://github.com/ppsp-team/HyPyP/actions/workflows/Build.yml/badge.svg)](https://github.com/ppsp-team/HyPyP/actions/workflows/Build.yml) <a href=\"https://hypyp.readthedocs.io\"><img src=\"https://readthedocs.org/projects/hypyp/badge/?version=latest\"></a> [![license](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Mattermost](https://img.shields.io/discord/1065810348944408616?color=blue)](https://discord.gg/zYzjeGj7D6)\n\n\u26a0\ufe0f This software is in beta and thus should be considered with caution. While we have done our best to test all the functionalities, there is no guarantee that the pipeline is entirely bug-free. \n\n\ud83d\udcd6 See our [paper](https://academic.oup.com/scan/advance-article/doi/10.1093/scan/nsaa141/5919711) for more explanation and our plan for upcoming functionalities (aka Roadmap).\n\n\ud83e\udd1d If you want to help you can submit bugs and suggestions of enhancements in our Github [Issues section](https://github.com/ppsp-team/HyPyP/issues).\n\n\ud83e\udd13 For the motivated contributors, you can even help directly in the developpment of HyPyP. You will need to install [Poetry](https://python-poetry.org/) (see section below).\n\n## Contributors\nOriginal authors: Florence BRUN, Ana\u00ebl AYROLLES, Phoebe CHEN, Amir DJALOVSKI, Yann BEAUXIS, Suzanne DIKKER, Guillaume DUMAS\nNew contributors: Ghazaleh RANJBARAN, Quentin MOREAU, Caitriona DOUGLAS, Franck PORTEOUS, Jonas MAGO, Juan C. AVENDANO, Julie BONNAIRE\n\n## Installation\n\n```\npip install HyPyP\n```\n\n## Documentation\n\nHyPyP documentation of all the API functions is available online at [hypyp.readthedocs.io](https://hypyp.readthedocs.io/)\n\nFor getting started with HyPyP, we have designed a little walkthrough: [getting_started.ipynb](https://github.com/ppsp-team/HyPyP/blob/master/tutorial/getting_started.ipynb)\n\n## Core API\n\n\ud83d\udee0 [io.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/io.py) \u2014 Loaders (Florence, Ana\u00ebl, Ghazaleh, Franck, Jonas, Guillaume)\n\n\ud83e\uddf0 [utils.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/utils.py) \u2014 Basic tools (Amir, Florence, Guilaume)\n\n\u2699\ufe0f [prep.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/prep.py) \u2014 Preprocessing (ICA & AutoReject) (Ana\u00ebl, Florence, Guillaume)\n\n\ud83d\udd20 [analyses.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/analyses.py) \u2014 Power spectral density and wide choice of connectivity measures (Phoebe, Suzanne, Florence, Ghazaleh, Juan, Guillaume)\n\n\ud83d\udcc8 [stats.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/stats.py) \u2014 Statistics (permutations & cluster statistics) (Florence, Guillaume)\n\n\ud83e\udde0 [viz.py](https://github.com/ppsp-team/HyPyP/blob/master/hypyp/viz.py) \u2014 Inter-brain visualization (Ana\u00ebl, Amir, Florence, Guillaume)\n\n\ud83c\udf93 [Tutorials](https://github.com/ppsp-team/HyPyP/tree/master/tutorial) - Examples & documentation (Ana\u00ebl, Florence, Yann, Ghazaleh, Caitriona, Guillaume)\n\n## Poetry installation (only for developpers and adventurous users)\n\nStep 1: ```pip install poetry```\n\nStep 2: ```git clone git@github.com:ppsp-team/HyPyP.git```\n\nStep 3: ```cd HyPyP```\n\nStep 4: ```poetry install```\n\nStep 5: ```poetry shell```\n\nYou can now use ```jupyter notebook``` or ```ipython```!\n\n\u26a0\ufe0f If you need to install a new dependency (not recommended), you have to use `poetry add THE_NAME_OF_THE_LIBRARY` instead of your usual package manager.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "The Hyperscanning Python Pipeline.",
    "version": "0.5.0b2",
    "project_urls": {
        "Documentation": "https://hypyp.readthedocs.io",
        "Homepage": "https://github.com/ppsp-team/HyPyP",
        "Repository": "https://github.com/ppsp-team/HyPyP"
    },
    "split_keywords": [
        "hyperscanning",
        "neuroscience",
        "pipeline",
        "statistics",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba5ff35cb59aa6ab45c668fc7e86faa2b27e7c9909bfc8eb86f46d4b85f25cff",
                "md5": "c49cd6dd8184d41e14d456663d23283e",
                "sha256": "f98e3b3f9f4248be3eb008d0f1b6363d1fe5e124cb003e6f9de9eff7db6e920b"
            },
            "downloads": -1,
            "filename": "hypyp-0.5.0b2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c49cd6dd8184d41e14d456663d23283e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.13",
            "size": 54987,
            "upload_time": "2024-02-08T03:25:31",
            "upload_time_iso_8601": "2024-02-08T03:25:31.495481Z",
            "url": "https://files.pythonhosted.org/packages/ba/5f/f35cb59aa6ab45c668fc7e86faa2b27e7c9909bfc8eb86f46d4b85f25cff/hypyp-0.5.0b2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99b85938d9f84c905e2359f6ec18b534da9f7b882c7dc826ed6ada34708371f8",
                "md5": "aeb66a3bfe2e9b0e2713158b673ebdfe",
                "sha256": "8d938670c375261b925cac5cafccec1b5b55babfc98d1c7cd2a7b591b85c64c3"
            },
            "downloads": -1,
            "filename": "hypyp-0.5.0b2.tar.gz",
            "has_sig": false,
            "md5_digest": "aeb66a3bfe2e9b0e2713158b673ebdfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.13",
            "size": 52521,
            "upload_time": "2024-02-08T03:25:33",
            "upload_time_iso_8601": "2024-02-08T03:25:33.401396Z",
            "url": "https://files.pythonhosted.org/packages/99/b8/5938d9f84c905e2359f6ec18b534da9f7b882c7dc826ed6ada34708371f8/hypyp-0.5.0b2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 03:25:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ppsp-team",
    "github_project": "HyPyP",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hypyp"
}
        
Elapsed time: 0.19410s