Name | pymyo JSON |
Version |
2.2.3
JSON |
| download |
home_page | None |
Summary | Cross-platform Python API to configure or retrieve data from a Thalmic Labs Myo armband through BLE |
upload_time | 2024-07-03 07:16:02 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2021-2024 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": null,
"name": "pymyo",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Crimson-Crow <github@crimsoncrow.dev>",
"keywords": "myo, armband, bluetooth, BLE",
"author": null,
"author_email": "Crimson-Crow <github@crimsoncrow.dev>",
"download_url": "https://files.pythonhosted.org/packages/22/b1/568ed90a34946cd4b1ed02dd4a370f1a77167de2047c0373dbafaa905a30/pymyo-2.2.3.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-2024 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.2.3",
"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": "9a5c8f7a38ee0e4993a55faf8e0c234af07b4210ed7c26bd3684b7d26b273dd3",
"md5": "a58bdd7283a47c0cb069f6bb0851eff2",
"sha256": "7815b558b0706db5efdfb4875b153da27036dd05997ec3c38961cecee22ae5a9"
},
"downloads": -1,
"filename": "pymyo-2.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a58bdd7283a47c0cb069f6bb0851eff2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 11008,
"upload_time": "2024-07-03T07:16:00",
"upload_time_iso_8601": "2024-07-03T07:16:00.125599Z",
"url": "https://files.pythonhosted.org/packages/9a/5c/8f7a38ee0e4993a55faf8e0c234af07b4210ed7c26bd3684b7d26b273dd3/pymyo-2.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "22b1568ed90a34946cd4b1ed02dd4a370f1a77167de2047c0373dbafaa905a30",
"md5": "818c3e2abf619c682e298038fa53a489",
"sha256": "49991ac9da8728c3ac5c3f9e55e49d74a5df3bd03c9acc1bb9e1adbe66678e12"
},
"downloads": -1,
"filename": "pymyo-2.2.3.tar.gz",
"has_sig": false,
"md5_digest": "818c3e2abf619c682e298038fa53a489",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 14586,
"upload_time": "2024-07-03T07:16:02",
"upload_time_iso_8601": "2024-07-03T07:16:02.009795Z",
"url": "https://files.pythonhosted.org/packages/22/b1/568ed90a34946cd4b1ed02dd4a370f1a77167de2047c0373dbafaa905a30/pymyo-2.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-03 07:16:02",
"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"
}