bsl


Namebsl JSON
Version 0.6.4 PyPI version JSON
download
home_page
SummaryReal-time framework for online neuroscience research through LSL-compatible devices.
upload_time2023-09-11 13:29:59
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2022 Mathieu Scheltienne Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords python neuroscience neuroimaging eeg lsl real-time brain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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/fcbg-hnp-meeg/bsl/branch/main/graph/badge.svg?token=NTKBYPGFDZ)](https://codecov.io/gh/fcbg-hnp-meeg/bsl)
[![tests](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/pytest.yml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/pytest.yml)
[![build](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/build.yml)
[![doc](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/doc.yml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/doc.yml)
[![PyPI version](https://badge.fury.io/py/bsl.svg)](https://badge.fury.io/py/bsl)
[![Downloads](https://static.pepy.tech/personalized-badge/bsl?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi%20downloads)](https://pepy.tech/project/bsl)
[![Downloads](https://static.pepy.tech/personalized-badge/bsl?period=month&units=international_system&left_color=grey&right_color=blue&left_text=pypi%20downloads/month)](https://pepy.tech/project/bsl)

[![Brain Streaming Layer](https://raw.githubusercontent.com/fcbg-hnp-meeg/bsl/main/doc/_static/icon-with-name/icon-with-name.svg)](https://fcbg-hnp-meeg.github.io/bsl)

**BrainStreamingLayer** [(Documentation website)](https://fcbg-hnp-meeg.github.io/bsl)
provides a real-time brain signal streaming framework.
**BSL** contains an improved python-binding for the Lab Streaming Layer C++ library,
`bsl.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 BSL. 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

BSL supports `python ≥ 3.8` and is available on [PyPI](https://pypi.org/project/bsl/).
Install instruction can be found on the
[documentation website](https://fcbg-hnp-meeg.github.io/bsl/dev/install.html).

# Acknowledgment

**BSL** is based on **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) after achieving high decoding accuracy.
**BSL** is based on the refactor version by
[**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/).

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

# Copyright and license

The code is released under the [MIT License](https://opensource.org/licenses/MIT).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bsl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Mathieu Scheltienne <mathieu.scheltienne@fcbg.ch>",
    "keywords": "python,neuroscience,neuroimaging,EEG,LSL,real-time,brain",
    "author": "",
    "author_email": "Mathieu Scheltienne <mathieu.scheltienne@fcbg.ch>, Arnaud Desvachez <arnaud.desvachez@gmail.com>, Kyuhwa Lee <lee.kyuh@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5f/de/802f04fdfd0c244dd4a1c5f20f6a8a31005079f42d04892e1c6aeecf9714/bsl-0.6.4.tar.gz",
    "platform": null,
    "description": "[![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/fcbg-hnp-meeg/bsl/branch/main/graph/badge.svg?token=NTKBYPGFDZ)](https://codecov.io/gh/fcbg-hnp-meeg/bsl)\n[![tests](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/pytest.yml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/pytest.yml)\n[![build](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/build.yml)\n[![doc](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/doc.yml/badge.svg?branch=main)](https://github.com/fcbg-hnp-meeg/bsl/actions/workflows/doc.yml)\n[![PyPI version](https://badge.fury.io/py/bsl.svg)](https://badge.fury.io/py/bsl)\n[![Downloads](https://static.pepy.tech/personalized-badge/bsl?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi%20downloads)](https://pepy.tech/project/bsl)\n[![Downloads](https://static.pepy.tech/personalized-badge/bsl?period=month&units=international_system&left_color=grey&right_color=blue&left_text=pypi%20downloads/month)](https://pepy.tech/project/bsl)\n\n[![Brain Streaming Layer](https://raw.githubusercontent.com/fcbg-hnp-meeg/bsl/main/doc/_static/icon-with-name/icon-with-name.svg)](https://fcbg-hnp-meeg.github.io/bsl)\n\n**BrainStreamingLayer** [(Documentation website)](https://fcbg-hnp-meeg.github.io/bsl)\nprovides a real-time brain signal streaming framework.\n**BSL** contains an improved python-binding for the Lab Streaming Layer C++ library,\n`bsl.lsl`, replacing `pylsl`. This low-level binding is used in high-level objects to\ninteract with LSL streams.\n\nAny signal acquisition system supported by native LSL or OpenVibe is also\nsupported by BSL. 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\nBSL supports `python \u2265 3.8` and is available on [PyPI](https://pypi.org/project/bsl/).\nInstall instruction can be found on the\n[documentation website](https://fcbg-hnp-meeg.github.io/bsl/dev/install.html).\n\n# Acknowledgment\n\n**BSL** is based on **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) after achieving high decoding accuracy.\n**BSL** is based on the refactor version by\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<img src=\"https://raw.githubusercontent.com/fcbg-hnp-meeg/bsl/main/doc/_static/partners/fcbg-hnp-meeg.png\" width=150>\n\n# Copyright and license\n\nThe code is released under the [MIT License](https://opensource.org/licenses/MIT).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Mathieu Scheltienne  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Real-time framework for online neuroscience research through LSL-compatible devices.",
    "version": "0.6.4",
    "project_urls": {
        "documentation": "https://bsl-tools.github.io/",
        "homepage": "https://bsl-tools.github.io/",
        "source": "https://github.com/fcbg-hnp-meeg/bsl",
        "tracker": "https://github.com/fcbg-hnp-meeg/bsl/issues"
    },
    "split_keywords": [
        "python",
        "neuroscience",
        "neuroimaging",
        "eeg",
        "lsl",
        "real-time",
        "brain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c7cde1981c0b409e9e9db45a05aed23b67f3970071c445789afbd5999175661",
                "md5": "33897961ff4c3ed885365283df747f36",
                "sha256": "ca1a949b705261bf38c7cbea34d074ea51e62406b6a41c6bbdf119d2b4c2b9e9"
            },
            "downloads": -1,
            "filename": "bsl-0.6.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33897961ff4c3ed885365283df747f36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2124379,
            "upload_time": "2023-09-11T13:29:58",
            "upload_time_iso_8601": "2023-09-11T13:29:58.003048Z",
            "url": "https://files.pythonhosted.org/packages/3c/7c/de1981c0b409e9e9db45a05aed23b67f3970071c445789afbd5999175661/bsl-0.6.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fde802f04fdfd0c244dd4a1c5f20f6a8a31005079f42d04892e1c6aeecf9714",
                "md5": "114d9976999c6cf0e19c18497dccba88",
                "sha256": "c0b37610dba3ba70fb63e87adff5577ffdc8bea975688f62a42b666572899da4"
            },
            "downloads": -1,
            "filename": "bsl-0.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "114d9976999c6cf0e19c18497dccba88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2098774,
            "upload_time": "2023-09-11T13:29:59",
            "upload_time_iso_8601": "2023-09-11T13:29:59.841369Z",
            "url": "https://files.pythonhosted.org/packages/5f/de/802f04fdfd0c244dd4a1c5f20f6a8a31005079f42d04892e1c6aeecf9714/bsl-0.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 13:29:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fcbg-hnp-meeg",
    "github_project": "bsl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bsl"
}
        
Elapsed time: 0.12801s