mne-lsl


Namemne-lsl JSON
Version 1.3.1 PyPI version JSON
download
home_pageNone
SummaryReal-time framework integrated with MNE-Python for online neuroscience research through LSL-compatible devices.
upload_time2024-04-03 12:53:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseCopyright © 2023-2024, authors of MNE-LSL All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * 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 COPYRIGHT OWNER 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 eeg electroencephalography labstreaminglayer lsl neuroimaging neuroscience python real-time
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/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)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![codecov](https://codecov.io/gh/mne-tools/mne-lsl/graph/badge.svg?token=Xoeh6T13qi)](https://codecov.io/gh/mne-tools/mne-lsl)
[![tests](https://github.com/mne-tools/mne-lsl/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/mne-tools/mne-lsl/actions/workflows/pytest.yaml)
[![doc](https://github.com/mne-tools/mne-lsl/actions/workflows/doc.yaml/badge.svg?branch=main)](https://github.com/mne-tools/mne-lsl/actions/workflows/doc.yaml)
[![PyPI version](https://badge.fury.io/py/mne-lsl.svg)](https://badge.fury.io/py/mne-lsl)
[![Downloads](https://static.pepy.tech/badge/mne-lsl)](https://pepy.tech/project/mne-lsl)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/mne-lsl.svg)](https://anaconda.org/conda-forge/mne-lsl)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/mne-lsl.svg)](https://anaconda.org/conda-forge/mne-lsl)
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/mne-lsl.svg)](https://anaconda.org/conda-forge/mne-lsl)

<img align="right" src="https://raw.githubusercontent.com/mne-tools/mne-lsl/main/doc/_static/logos/logo-mne-hex.svg" alt="logo" width="200"/>

**MNE-LSL** [(Documentation website)](https://mne.tools/mne-lsl)
provides a real-time brain signal streaming framework.
**MNE-LSL** contains an improved python-binding for the Lab Streaming Layer C++ library,
`mne_lsl.lsl`, replacing `pylsl`. This low-level binding is used in high-level objects
to interact with LSL streams.

Any signal acquisition system supported by native LSL or OpenVibe is also
supported by MNE-LSL. Since the data communication is based on TCP, signals can be
transmitted wirelessly. For more information about LSL, please visit the
[LSL github](https://github.com/sccn/labstreaminglayer).

# Install

MNE-LSL supports `python ≥ 3.9` and is available on
[PyPI](https://pypi.org/project/mne-lsl/) and on
[conda-forge](https://anaconda.org/conda-forge/mne-lsl).
Install instruction can be found on the
[documentation website](https://mne.tools/mne-lsl/stable/resources/install.html).

# Acknowledgment

<img align="right" src="https://raw.githubusercontent.com/mne-tools/mne-lsl/main/doc/_static/partners/fcbg-hnp-meeg.png" width=150>

**MNE-LSL** is based on **BSL** and **NeuroDecode**. The original version developed by
[**Kyuhwa Lee**](https://github.com/dbdq) was recognised at
[Microsoft Brain Signal Decoding competition](https://github.com/dbdq/microsoft_decoding)
with the First Prize Award (2016).
**MNE-LSL** is based on the refactor version, **BSL** by
[**Mathieu Scheltienne**](https://github.com/mscheltienne) and
[**Arnaud Desvachez**](https://github.com/dnastars) for the
[Fondation Campus Biotech Geneva (FCBG)](https://github.com/fcbg-hnp-meeg) and
development is still supported by the
[Human Neuroscience Platform (FCBG)](https://hnp.fcbg.ch/).

# Copyright and license

The code is released under the
[BSD 3-Clause License](https://opensource.org/license/bsd-3-clause/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mne-lsl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Mathieu Scheltienne <mathieu.scheltienne@fcbg.ch>",
    "keywords": "brain, EEG, eeg, electroencephalography, labstreaminglayer, LSL, neuroimaging, neuroscience, python, real-time",
    "author": null,
    "author_email": "Mathieu Scheltienne <mathieu.scheltienne@fcbg.ch>",
    "download_url": "https://files.pythonhosted.org/packages/46/0b/f041629fa2245c033abcc4416c8366d859baf9e11e34f22398d228b76e81/mne_lsl-1.3.1.tar.gz",
    "platform": null,
    "description": "[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/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[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![codecov](https://codecov.io/gh/mne-tools/mne-lsl/graph/badge.svg?token=Xoeh6T13qi)](https://codecov.io/gh/mne-tools/mne-lsl)\n[![tests](https://github.com/mne-tools/mne-lsl/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/mne-tools/mne-lsl/actions/workflows/pytest.yaml)\n[![doc](https://github.com/mne-tools/mne-lsl/actions/workflows/doc.yaml/badge.svg?branch=main)](https://github.com/mne-tools/mne-lsl/actions/workflows/doc.yaml)\n[![PyPI version](https://badge.fury.io/py/mne-lsl.svg)](https://badge.fury.io/py/mne-lsl)\n[![Downloads](https://static.pepy.tech/badge/mne-lsl)](https://pepy.tech/project/mne-lsl)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/mne-lsl.svg)](https://anaconda.org/conda-forge/mne-lsl)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/mne-lsl.svg)](https://anaconda.org/conda-forge/mne-lsl)\n[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/mne-lsl.svg)](https://anaconda.org/conda-forge/mne-lsl)\n\n<img align=\"right\" src=\"https://raw.githubusercontent.com/mne-tools/mne-lsl/main/doc/_static/logos/logo-mne-hex.svg\" alt=\"logo\" width=\"200\"/>\n\n**MNE-LSL** [(Documentation website)](https://mne.tools/mne-lsl)\nprovides a real-time brain signal streaming framework.\n**MNE-LSL** contains an improved python-binding for the Lab Streaming Layer C++ library,\n`mne_lsl.lsl`, replacing `pylsl`. This low-level binding is used in high-level objects\nto interact with LSL streams.\n\nAny signal acquisition system supported by native LSL or OpenVibe is also\nsupported by MNE-LSL. Since the data communication is based on TCP, signals can be\ntransmitted wirelessly. For more information about LSL, please visit the\n[LSL github](https://github.com/sccn/labstreaminglayer).\n\n# Install\n\nMNE-LSL supports `python \u2265 3.9` and is available on\n[PyPI](https://pypi.org/project/mne-lsl/) and on\n[conda-forge](https://anaconda.org/conda-forge/mne-lsl).\nInstall instruction can be found on the\n[documentation website](https://mne.tools/mne-lsl/stable/resources/install.html).\n\n# Acknowledgment\n\n<img align=\"right\" src=\"https://raw.githubusercontent.com/mne-tools/mne-lsl/main/doc/_static/partners/fcbg-hnp-meeg.png\" width=150>\n\n**MNE-LSL** is based on **BSL** and **NeuroDecode**. The original version developed by\n[**Kyuhwa Lee**](https://github.com/dbdq) was recognised at\n[Microsoft Brain Signal Decoding competition](https://github.com/dbdq/microsoft_decoding)\nwith the First Prize Award (2016).\n**MNE-LSL** is based on the refactor version, **BSL** by\n[**Mathieu Scheltienne**](https://github.com/mscheltienne) and\n[**Arnaud Desvachez**](https://github.com/dnastars) for the\n[Fondation Campus Biotech Geneva (FCBG)](https://github.com/fcbg-hnp-meeg) and\ndevelopment is still supported by the\n[Human Neuroscience Platform (FCBG)](https://hnp.fcbg.ch/).\n\n# Copyright and license\n\nThe code is released under the\n[BSD 3-Clause License](https://opensource.org/license/bsd-3-clause/).\n",
    "bugtrack_url": null,
    "license": "Copyright \u00a9 2023-2024, authors of MNE-LSL All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * 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 COPYRIGHT OWNER 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": "Real-time framework integrated with MNE-Python for online neuroscience research through LSL-compatible devices.",
    "version": "1.3.1",
    "project_urls": {
        "documentation": "https://mne.tools/mne-lsl",
        "homepage": "https://mne.tools/mne-lsl",
        "source": "https://github.com/mne-tools/mne-lsl",
        "tracker": "https://github.com/mne-tools/mne-lsl/issues"
    },
    "split_keywords": [
        "brain",
        " eeg",
        " eeg",
        " electroencephalography",
        " labstreaminglayer",
        " lsl",
        " neuroimaging",
        " neuroscience",
        " python",
        " real-time"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38c2959b90c368818fa5fcdf59cb122d1d0b2fb72e184f68f15c981e4c84d535",
                "md5": "d20d24eef3346df2e5a5eac471e3ce06",
                "sha256": "e7c2fb84d9fe237c30bb3596c8f73035c587b30db29ed55f43297049cb126351"
            },
            "downloads": -1,
            "filename": "mne_lsl-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d20d24eef3346df2e5a5eac471e3ce06",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 139367,
            "upload_time": "2024-04-03T12:53:28",
            "upload_time_iso_8601": "2024-04-03T12:53:28.317511Z",
            "url": "https://files.pythonhosted.org/packages/38/c2/959b90c368818fa5fcdf59cb122d1d0b2fb72e184f68f15c981e4c84d535/mne_lsl-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "460bf041629fa2245c033abcc4416c8366d859baf9e11e34f22398d228b76e81",
                "md5": "5bb02d31f33914d7f265ba3393b68899",
                "sha256": "cdddb4021e48393e8895cbadbcaa0fe99eb54360d8ea94daae3fea39e54c2f3b"
            },
            "downloads": -1,
            "filename": "mne_lsl-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5bb02d31f33914d7f265ba3393b68899",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 96576,
            "upload_time": "2024-04-03T12:53:30",
            "upload_time_iso_8601": "2024-04-03T12:53:30.814027Z",
            "url": "https://files.pythonhosted.org/packages/46/0b/f041629fa2245c033abcc4416c8366d859baf9e11e34f22398d228b76e81/mne_lsl-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 12:53:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mne-tools",
    "github_project": "mne-lsl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mne-lsl"
}
        
Elapsed time: 0.23517s