pymyo


Namepymyo JSON
Version 2.1.1 PyPI version JSON
download
home_page
SummaryCross-platform Python API to configure or retrieve data from a Thalmic Labs Myo armband through BLE
upload_time2024-02-05 02:14:27
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2021-2023 Crimson-Crow <github@crimsoncrow.dev> 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 myo armband bluetooth ble
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pymyo
=====

[![PyPI](https://img.shields.io/pypi/v/pymyo)](https://pypi.org/project/pymyo/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymyo)](https://pypi.org/project/pymyo/)
[![GitHub](https://img.shields.io/github/license/Crimson-Crow/pymyo)]((https://github.com/Crimson-Crow/pymyo/blob/main/LICENSE.txt))
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)

`pymyo` is a platform-agnostic Python module that allows you to configure or retrieve data from a Thalmic Labs Myo armband through BLE **without** requiring the original dongle or the Myo SDK.

`pymyo` follows [Semantic Versioning](https://semver.org/).

Installation
------------

`pymyo` can be installed using [`pip`](https://pip.pypa.io/en/stable/):

    $ pip install pymyo

Usage
-----

To learn how to use `pymyo`, visit the [`/examples`](https://github.com/Crimson-Crow/pymyo/tree/master/examples) directory. For additional features not covered in the examples, the library offers comprehensive docstrings for all available methods and properties.

Issue tracker
-------------

Please report any bugs and enhancement ideas using the [issue tracker](https://github.com/Crimson-Crow/pymyo/issues).

Acknowledgments
---------------

The development of this project was made possible by professor François Nougarou.

License
-------

`pymyo` is licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT) (see [LICENSE.txt](https://github.com/Crimson-Crow/pymyo/blob/master/LICENSE.txt)).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pymyo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Crimson-Crow <github@crimsoncrow.dev>",
    "keywords": "myo,armband,bluetooth,BLE",
    "author": "",
    "author_email": "Crimson-Crow <github@crimsoncrow.dev>",
    "download_url": "https://files.pythonhosted.org/packages/dc/79/c870c7e8d442c2d1232ea18e6aaa31a0909a506dc1cbb27710a59b09624e/pymyo-2.1.1.tar.gz",
    "platform": null,
    "description": "pymyo\r\n=====\r\n\r\n[![PyPI](https://img.shields.io/pypi/v/pymyo)](https://pypi.org/project/pymyo/)\r\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymyo)](https://pypi.org/project/pymyo/)\r\n[![GitHub](https://img.shields.io/github/license/Crimson-Crow/pymyo)]((https://github.com/Crimson-Crow/pymyo/blob/main/LICENSE.txt))\r\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)\r\n\r\n`pymyo` is a platform-agnostic Python module that allows you to configure or retrieve data from a Thalmic Labs Myo armband through BLE **without** requiring the original dongle or the Myo SDK.\r\n\r\n`pymyo` follows [Semantic Versioning](https://semver.org/).\r\n\r\nInstallation\r\n------------\r\n\r\n`pymyo` can be installed using [`pip`](https://pip.pypa.io/en/stable/):\r\n\r\n    $ pip install pymyo\r\n\r\nUsage\r\n-----\r\n\r\nTo learn how to use `pymyo`, visit the [`/examples`](https://github.com/Crimson-Crow/pymyo/tree/master/examples) directory. For additional features not covered in the examples, the library offers comprehensive docstrings for all available methods and properties.\r\n\r\nIssue tracker\r\n-------------\r\n\r\nPlease report any bugs and enhancement ideas using the [issue tracker](https://github.com/Crimson-Crow/pymyo/issues).\r\n\r\nAcknowledgments\r\n---------------\r\n\r\nThe development of this project was made possible by professor Fran\u00e7ois Nougarou.\r\n\r\nLicense\r\n-------\r\n\r\n`pymyo` is licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT) (see [LICENSE.txt](https://github.com/Crimson-Crow/pymyo/blob/master/LICENSE.txt)).\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2021-2023 Crimson-Crow <github@crimsoncrow.dev>  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": "Cross-platform Python API to configure or retrieve data from a Thalmic Labs Myo armband through BLE",
    "version": "2.1.1",
    "project_urls": {
        "Homepage": "https://github.com/Crimson-Crow/pymyo",
        "Issues": "https://github.com/Crimson-Crow/pymyo/issues",
        "Repository": "https://github.com/Crimson-Crow/pymyo.git"
    },
    "split_keywords": [
        "myo",
        "armband",
        "bluetooth",
        "ble"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a0705b118ff4d194efb1969239234f8d7ae272b5cd84e3dc4c4f19289af004d",
                "md5": "9eaf8a28abc598e8b75439f6a0cd86cb",
                "sha256": "ab99adcfa46b6192ebe926d9a0a4400400d83b6f700465f7dcd56c66adad3675"
            },
            "downloads": -1,
            "filename": "pymyo-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9eaf8a28abc598e8b75439f6a0cd86cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10720,
            "upload_time": "2024-02-05T02:14:26",
            "upload_time_iso_8601": "2024-02-05T02:14:26.158055Z",
            "url": "https://files.pythonhosted.org/packages/1a/07/05b118ff4d194efb1969239234f8d7ae272b5cd84e3dc4c4f19289af004d/pymyo-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc79c870c7e8d442c2d1232ea18e6aaa31a0909a506dc1cbb27710a59b09624e",
                "md5": "d2cea353ddfe582531e458230c823908",
                "sha256": "1f06f17f55ffa77ef98127bab60f85b0ea2d2102f059edf03680c1bdb04ca086"
            },
            "downloads": -1,
            "filename": "pymyo-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d2cea353ddfe582531e458230c823908",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14207,
            "upload_time": "2024-02-05T02:14:27",
            "upload_time_iso_8601": "2024-02-05T02:14:27.147824Z",
            "url": "https://files.pythonhosted.org/packages/dc/79/c870c7e8d442c2d1232ea18e6aaa31a0909a506dc1cbb27710a59b09624e/pymyo-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 02:14:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Crimson-Crow",
    "github_project": "pymyo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pymyo"
}
        
Elapsed time: 0.19746s