pycrostates


Namepycrostates JSON
Version 0.5.0 PyPI version JSON
download
home_page
SummaryA simple open source Python package for EEG microstate segmentation.
upload_time2024-02-15 12:51:38
maintainer
docs_urlNone
author
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2020, Victor Férat All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords brain eeg microstates neuroimaging neuroscience python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![PyPI version](https://badge.fury.io/py/pycrostates.svg)](https://badge.fury.io/py/pycrostates)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pycrostates.svg)](https://anaconda.org/conda-forge/pycrostates)
[![Documentation Status](https://readthedocs.org/projects/pycrostates/badge/?version=latest)](https://pycrostates.readthedocs.io/en/latest/?badge=latest)
[![tests](https://github.com/vferat/pycrostates/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/vferat/pycrostates/actions/workflows/pytest.yaml)
[![codecov](https://codecov.io/gh/vferat/pycrostates/branch/master/graph/badge.svg?token=47COGGCGX8)](https://codecov.io/gh/vferat/pycrostates)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/029e425f90614943b0a944e03922b637)](https://www.codacy.com/gh/vferat/pycrostates/dashboard?utm_source=github.com&utm_medium=referral&utm_content=vferat/pycrostates&utm_campaign=Badge_Grade)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04564/status.svg)](https://doi.org/10.21105/joss.04564)

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/Pycrostates_logo_white.png">
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/Pycrostates_logo_black.png">
  <img alt="Pycrostate logo" src="https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/Pycrostates_logo_black.png">
</picture>

# Pycrostates
---

An open-source Python package for analyzing EEG microstates developed to work with [MNE-python](https://mne.tools/stable/index.html).

## Documentation
[![Documentation Status](https://readthedocs.org/projects/pycrostates/badge/?version=latest)](https://pycrostates.readthedocs.io/en/latest/?badge=latest)

The documentation including tutorials and example can be found [here](https://pycrostates.readthedocs.io/en/latest/).


## Installation
[![Downloads](https://pepy.tech/badge/pycrostates/month)](https://pepy.tech/project/pycrostates)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pycrostates/badges/downloads.svg)](https://anaconda.org/conda-forge/pycrostates)

Installation instructions can be found [here](https://pycrostates.readthedocs.io/en/latest/install.html).

## Citing
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04564/status.svg)](https://doi.org/10.21105/joss.04564)

The associated paper can be retrieved here: https://joss.theoj.org/papers/10.21105/joss.04564
To cite specific version numbers of the software, you can use the DOIs provided
by [Zenodo](https://zenodo.org/record/7129852).

## Contributing
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/vferat/pycrostates/main.svg)](https://results.pre-commit.ci/latest/github/vferat/pycrostates/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Pycrostates welcomes contributions from anyone interested in improving this project. These contributions can take the form of bug reports/fixes, feature requests/additions, documentation revision and new tutorials.

In all cases, it is recommended to [open a new issue](https://github.com/vferat/pycrostates/issues/new/choose) on Github to discuss the best way to integrate a contribution.

Check the [Contribution Guide](https://github.com/vferat/pycrostates/blob/main/CONTRIBUTING.md) if you want to make a changes to Pycrostates.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://vferat.github.io/about/"><img src="https://avatars.githubusercontent.com/u/28844486?v=4?s=100" width="100px;" alt="Victor Férat"/><br /><sub><b>Victor Férat</b></sub></a><br /><a href="https://github.com/vferat/pycrostates/commits?author=vferat" title="Tests">⚠️</a> <a href="https://github.com/vferat/pycrostates/commits?author=vferat" title="Code">💻</a> <a href="https://github.com/vferat/pycrostates/commits?author=vferat" title="Documentation">📖</a> <a href="#ideas-vferat" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-vferat" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-vferat" title="Maintenance">🚧</a> <a href="#projectManagement-vferat" title="Project Management">📆</a> <a href="https://github.com/vferat/pycrostates/pulls?q=is%3Apr+reviewed-by%3Avferat" title="Reviewed Pull Requests">👀</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/mscheltienne"><img src="https://avatars.githubusercontent.com/u/73893616?v=4?s=100" width="100px;" alt="Mathieu Scheltienne"/><br /><sub><b>Mathieu Scheltienne</b></sub></a><br /><a href="https://github.com/vferat/pycrostates/commits?author=mscheltienne" title="Code">💻</a> <a href="https://github.com/vferat/pycrostates/commits?author=mscheltienne" title="Documentation">📖</a> <a href="#ideas-mscheltienne" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-mscheltienne" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-mscheltienne" title="Maintenance">🚧</a> <a href="#projectManagement-mscheltienne" title="Project Management">📆</a> <a href="https://github.com/vferat/pycrostates/pulls?q=is%3Apr+reviewed-by%3Amscheltienne" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/vferat/pycrostates/commits?author=mscheltienne" title="Tests">⚠️</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/LouPlanchamp"><img src="https://avatars.githubusercontent.com/u/107875645?v=4?s=100" width="100px;" alt="Lou"/><br /><sub><b>Lou</b></sub></a><br /><a href="#design-LouPlanchamp" title="Design">🎨</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/rkobler"><img src="https://avatars.githubusercontent.com/u/22491497?v=4?s=100" width="100px;" alt="rkobler"/><br /><sub><b>rkobler</b></sub></a><br /><a href="https://github.com/vferat/pycrostates/commits?author=rkobler" title="Code">💻</a> <a href="https://github.com/vferat/pycrostates/commits?author=rkobler" title="Documentation">📖</a> <a href="#ideas-rkobler" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/vferat/pycrostates/commits?author=rkobler" title="Tests">⚠️</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Frederic-vW"><img src="https://avatars.githubusercontent.com/u/20075705?v=4?s=100" width="100px;" alt="Frederic-vW"/><br /><sub><b>Frederic-vW</b></sub></a><br /><a href="https://github.com/vferat/pycrostates/commits?author=Frederic-vW" title="Code">💻</a> <a href="#tutorial-Frederic-vW" title="Tutorials">✅</a> <a href="https://github.com/vferat/pycrostates/pulls?q=is%3Apr+reviewed-by%3AFrederic-vW" title="Reviewed Pull Requests">👀</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!


## Acknowledgment
---

<p float="left">
    <a href="https://www.unige.ch/medecine/neuf/en/researc/grecherche/christoph-michel/">
        <img src="https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/FBMLAB_logo.png" width="200" />
    </a>
    <a href="https://www.unige.ch/en/university/presentation/">
        <img src="https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/UNIGE_logo.png" width="300" />
    </a>
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pycrostates",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Mathieu Scheltienne <mathieu.scheltienne@fcbg.ch>, Victor F\u00e9rat <victor.ferat@unige.ch>",
    "keywords": "brain,eeg,microstates,neuroimaging,neuroscience,python",
    "author": "",
    "author_email": "Victor F\u00e9rat <victor.ferat@unige.ch>",
    "download_url": "https://files.pythonhosted.org/packages/c1/bd/46b0c132963c85edc86f4554612d4b59f80265a5b0a2886de98aa40cf2d4/pycrostates-0.5.0.tar.gz",
    "platform": null,
    "description": "[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![PyPI version](https://badge.fury.io/py/pycrostates.svg)](https://badge.fury.io/py/pycrostates)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pycrostates.svg)](https://anaconda.org/conda-forge/pycrostates)\n[![Documentation Status](https://readthedocs.org/projects/pycrostates/badge/?version=latest)](https://pycrostates.readthedocs.io/en/latest/?badge=latest)\n[![tests](https://github.com/vferat/pycrostates/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/vferat/pycrostates/actions/workflows/pytest.yaml)\n[![codecov](https://codecov.io/gh/vferat/pycrostates/branch/master/graph/badge.svg?token=47COGGCGX8)](https://codecov.io/gh/vferat/pycrostates)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/029e425f90614943b0a944e03922b637)](https://www.codacy.com/gh/vferat/pycrostates/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=vferat/pycrostates&amp;utm_campaign=Badge_Grade)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.04564/status.svg)](https://doi.org/10.21105/joss.04564)\n\n<picture>\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/Pycrostates_logo_white.png\">\n  <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/Pycrostates_logo_black.png\">\n  <img alt=\"Pycrostate logo\" src=\"https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/Pycrostates_logo_black.png\">\n</picture>\n\n# Pycrostates\n---\n\nAn open-source Python package for analyzing EEG microstates developed to work with [MNE-python](https://mne.tools/stable/index.html).\n\n## Documentation\n[![Documentation Status](https://readthedocs.org/projects/pycrostates/badge/?version=latest)](https://pycrostates.readthedocs.io/en/latest/?badge=latest)\n\nThe documentation including tutorials and example can be found [here](https://pycrostates.readthedocs.io/en/latest/).\n\n\n## Installation\n[![Downloads](https://pepy.tech/badge/pycrostates/month)](https://pepy.tech/project/pycrostates)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pycrostates/badges/downloads.svg)](https://anaconda.org/conda-forge/pycrostates)\n\nInstallation instructions can be found [here](https://pycrostates.readthedocs.io/en/latest/install.html).\n\n## Citing\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.04564/status.svg)](https://doi.org/10.21105/joss.04564)\n\nThe associated paper can be retrieved here: https://joss.theoj.org/papers/10.21105/joss.04564\nTo cite specific version numbers of the software, you can use the DOIs provided\nby [Zenodo](https://zenodo.org/record/7129852).\n\n## Contributing\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/vferat/pycrostates/main.svg)](https://results.pre-commit.ci/latest/github/vferat/pycrostates/main)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\nPycrostates welcomes contributions from anyone interested in improving this project. These contributions can take the form of bug reports/fixes, feature requests/additions, documentation revision and new tutorials.\n\nIn all cases, it is recommended to [open a new issue](https://github.com/vferat/pycrostates/issues/new/choose) on Github to discuss the best way to integrate a contribution.\n\nCheck the [Contribution Guide](https://github.com/vferat/pycrostates/blob/main/CONTRIBUTING.md) if you want to make a changes to Pycrostates.\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://vferat.github.io/about/\"><img src=\"https://avatars.githubusercontent.com/u/28844486?v=4?s=100\" width=\"100px;\" alt=\"Victor F\u00e9rat\"/><br /><sub><b>Victor F\u00e9rat</b></sub></a><br /><a href=\"https://github.com/vferat/pycrostates/commits?author=vferat\" title=\"Tests\">\u26a0\ufe0f</a> <a href=\"https://github.com/vferat/pycrostates/commits?author=vferat\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/vferat/pycrostates/commits?author=vferat\" title=\"Documentation\">\ud83d\udcd6</a> <a href=\"#ideas-vferat\" title=\"Ideas, Planning, & Feedback\">\ud83e\udd14</a> <a href=\"#infra-vferat\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">\ud83d\ude87</a> <a href=\"#maintenance-vferat\" title=\"Maintenance\">\ud83d\udea7</a> <a href=\"#projectManagement-vferat\" title=\"Project Management\">\ud83d\udcc6</a> <a href=\"https://github.com/vferat/pycrostates/pulls?q=is%3Apr+reviewed-by%3Avferat\" title=\"Reviewed Pull Requests\">\ud83d\udc40</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mscheltienne\"><img src=\"https://avatars.githubusercontent.com/u/73893616?v=4?s=100\" width=\"100px;\" alt=\"Mathieu Scheltienne\"/><br /><sub><b>Mathieu Scheltienne</b></sub></a><br /><a href=\"https://github.com/vferat/pycrostates/commits?author=mscheltienne\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/vferat/pycrostates/commits?author=mscheltienne\" title=\"Documentation\">\ud83d\udcd6</a> <a href=\"#ideas-mscheltienne\" title=\"Ideas, Planning, & Feedback\">\ud83e\udd14</a> <a href=\"#infra-mscheltienne\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">\ud83d\ude87</a> <a href=\"#maintenance-mscheltienne\" title=\"Maintenance\">\ud83d\udea7</a> <a href=\"#projectManagement-mscheltienne\" title=\"Project Management\">\ud83d\udcc6</a> <a href=\"https://github.com/vferat/pycrostates/pulls?q=is%3Apr+reviewed-by%3Amscheltienne\" title=\"Reviewed Pull Requests\">\ud83d\udc40</a> <a href=\"https://github.com/vferat/pycrostates/commits?author=mscheltienne\" title=\"Tests\">\u26a0\ufe0f</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/LouPlanchamp\"><img src=\"https://avatars.githubusercontent.com/u/107875645?v=4?s=100\" width=\"100px;\" alt=\"Lou\"/><br /><sub><b>Lou</b></sub></a><br /><a href=\"#design-LouPlanchamp\" title=\"Design\">\ud83c\udfa8</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rkobler\"><img src=\"https://avatars.githubusercontent.com/u/22491497?v=4?s=100\" width=\"100px;\" alt=\"rkobler\"/><br /><sub><b>rkobler</b></sub></a><br /><a href=\"https://github.com/vferat/pycrostates/commits?author=rkobler\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/vferat/pycrostates/commits?author=rkobler\" title=\"Documentation\">\ud83d\udcd6</a> <a href=\"#ideas-rkobler\" title=\"Ideas, Planning, & Feedback\">\ud83e\udd14</a> <a href=\"https://github.com/vferat/pycrostates/commits?author=rkobler\" title=\"Tests\">\u26a0\ufe0f</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Frederic-vW\"><img src=\"https://avatars.githubusercontent.com/u/20075705?v=4?s=100\" width=\"100px;\" alt=\"Frederic-vW\"/><br /><sub><b>Frederic-vW</b></sub></a><br /><a href=\"https://github.com/vferat/pycrostates/commits?author=Frederic-vW\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#tutorial-Frederic-vW\" title=\"Tutorials\">\u2705</a> <a href=\"https://github.com/vferat/pycrostates/pulls?q=is%3Apr+reviewed-by%3AFrederic-vW\" title=\"Reviewed Pull Requests\">\ud83d\udc40</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n\n## Acknowledgment\n---\n\n<p float=\"left\">\n    <a href=\"https://www.unige.ch/medecine/neuf/en/researc/grecherche/christoph-michel/\">\n        <img src=\"https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/FBMLAB_logo.png\" width=\"200\" />\n    </a>\n    <a href=\"https://www.unige.ch/en/university/presentation/\">\n        <img src=\"https://raw.githubusercontent.com/vferat/pycrostates/main/docs/_static/logos/UNIGE_logo.png\" width=\"300\" />\n    </a>\n</p>\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2020, Victor F\u00e9rat All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "A simple open source Python package for EEG microstate segmentation.",
    "version": "0.5.0",
    "project_urls": {
        "documentation": "https://pycrostates.readthedocs.io/en/master/",
        "homepage": "https://pycrostates.readthedocs.io/en/master/",
        "source": "https://github.com/vferat/pycrostates",
        "tracker": "https://github.com/vferat/pycrostates/issues"
    },
    "split_keywords": [
        "brain",
        "eeg",
        "microstates",
        "neuroimaging",
        "neuroscience",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d11b266597f4df44035aa73e4e327c1f8acc5dcf510b31a1c3b9ebb0b9a44ca",
                "md5": "5969a267c283958e915fba4c9cd904c4",
                "sha256": "d1dbb478ed3b2e1befcdf224b7e699c6e13a448987a3ef39dd5e12608676ad1d"
            },
            "downloads": -1,
            "filename": "pycrostates-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5969a267c283958e915fba4c9cd904c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 169258,
            "upload_time": "2024-02-15T12:51:36",
            "upload_time_iso_8601": "2024-02-15T12:51:36.295378Z",
            "url": "https://files.pythonhosted.org/packages/1d/11/b266597f4df44035aa73e4e327c1f8acc5dcf510b31a1c3b9ebb0b9a44ca/pycrostates-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1bd46b0c132963c85edc86f4554612d4b59f80265a5b0a2886de98aa40cf2d4",
                "md5": "556456e6a99de3a048545313ea531ee3",
                "sha256": "47d57dcea7f431b12d046a31dbe4457f8540cbcf8c98da45dd25c2dd2046afd7"
            },
            "downloads": -1,
            "filename": "pycrostates-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "556456e6a99de3a048545313ea531ee3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 122551,
            "upload_time": "2024-02-15T12:51:38",
            "upload_time_iso_8601": "2024-02-15T12:51:38.275994Z",
            "url": "https://files.pythonhosted.org/packages/c1/bd/46b0c132963c85edc86f4554612d4b59f80265a5b0a2886de98aa40cf2d4/pycrostates-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 12:51:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vferat",
    "github_project": "pycrostates",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pycrostates"
}
        
Elapsed time: 0.19242s