Name | ledshim JSON |
Version |
0.0.3
JSON |
| download |
home_page | None |
Summary | LED SHIM Driver |
upload_time | 2024-11-14 18:15:12 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | MIT License Copyright (c) 2017 Pimoroni Ltd. 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 |
pi
raspberry
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# LED SHIM
[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/led-shim/test.yml?branch=main)](https://github.com/pimoroni/led-shim/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/led-shim/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/led-shim?branch=main)
[![PyPi Package](https://img.shields.io/pypi/v/ledshim.svg)](https://pypi.python.org/pypi/ledshim)
[![Python Versions](https://img.shields.io/pypi/pyversions/ledshim.svg)](https://pypi.python.org/pypi/ledshim)
https://shop.pimoroni.com/products/led-shim
28 tiny RGB LED pixels in a single row that just slip right onto your Pi's pins, no soldering required! LED SHIM is ideal for status updates, notifications, a VU meter, or as a bar graph for sensor readings.
## Installing
### Full install (recommended):
We've created an easy installation script that will install all pre-requisites and get your LED SHIM
up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:
![Finding the terminal](http://get.pimoroni.com/resources/github-repo-terminal.png)
In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:
```bash
git clone https://github.com/pimoroni/led-shim
cd led-shim
./install.sh
```
### Development:
If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, `cd` to the library directory, and run:
```bash
./install.sh --unstable
```
In all cases you will have to enable the i2c bus:
```
sudo raspi-config nonint do_i2c 0
```
## Documentation & Support
* Guides and tutorials - https://learn.pimoroni.com/led-shim
* Function reference - http://docs.pimoroni.com/ledshim/
* GPIO Pinout - https://pinout.xyz/pinout/led_shim
* Get help - http://forums.pimoroni.com/c/support
0.0.3
-----
* Repackage to hatch/pyproject
* Switch to smbus2
0.0.2
-----
* Add `set_multiple_pixels`
* Updated packaging
* Linting & minor improvements to docstrings
0.0.1
-----
* Initial release
Raw data
{
"_id": null,
"home_page": null,
"name": "ledshim",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "Philip Howard <phil@pimoroni.com>",
"keywords": "Pi, Raspberry",
"author": null,
"author_email": "Philip Howard <phil@pimoroni.com>",
"download_url": "https://files.pythonhosted.org/packages/11/56/7da70d29f7b18848292a9de026b6dc75734aeb6997290a018d2c676a2688/ledshim-0.0.3.tar.gz",
"platform": null,
"description": "# LED SHIM\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/led-shim/test.yml?branch=main)](https://github.com/pimoroni/led-shim/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/pimoroni/led-shim/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/led-shim?branch=main)\n[![PyPi Package](https://img.shields.io/pypi/v/ledshim.svg)](https://pypi.python.org/pypi/ledshim)\n[![Python Versions](https://img.shields.io/pypi/pyversions/ledshim.svg)](https://pypi.python.org/pypi/ledshim)\n\nhttps://shop.pimoroni.com/products/led-shim\n\n28 tiny RGB LED pixels in a single row that just slip right onto your Pi's pins, no soldering required! LED SHIM is ideal for status updates, notifications, a VU meter, or as a bar graph for sensor readings.\n\n## Installing\n\n### Full install (recommended):\n\nWe've created an easy installation script that will install all pre-requisites and get your LED SHIM\nup and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:\n\n![Finding the terminal](http://get.pimoroni.com/resources/github-repo-terminal.png)\n\nIn the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:\n\n```bash\ngit clone https://github.com/pimoroni/led-shim\ncd led-shim\n./install.sh\n```\n\n### Development:\n\nIf you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, `cd` to the library directory, and run:\n\n```bash\n./install.sh --unstable\n```\n\nIn all cases you will have to enable the i2c bus:\n\n```\nsudo raspi-config nonint do_i2c 0\n```\n\n## Documentation & Support\n\n* Guides and tutorials - https://learn.pimoroni.com/led-shim\n* Function reference - http://docs.pimoroni.com/ledshim/\n* GPIO Pinout - https://pinout.xyz/pinout/led_shim\n* Get help - http://forums.pimoroni.com/c/support\n\n0.0.3\n-----\n\n* Repackage to hatch/pyproject\n* Switch to smbus2\n\n0.0.2\n-----\n\n* Add `set_multiple_pixels`\n* Updated packaging\n* Linting & minor improvements to docstrings\n\n0.0.1\n-----\n\n* Initial release\n\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2017 Pimoroni Ltd. 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": "LED SHIM Driver",
"version": "0.0.3",
"project_urls": {
"GitHub": "https://www.github.com/pimoroni/led-shim",
"Homepage": "https://www.pimoroni.com"
},
"split_keywords": [
"pi",
" raspberry"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5d3126042c228c053ac2054079f370de491fb30fd5d994d78f48227ec9ab6f9b",
"md5": "7d5683818b904992bcda8beb5bf680dc",
"sha256": "5dd16d40c4340b8bebb8add38ebe4bb093a245364c64cff2edbd986def42b0a8"
},
"downloads": -1,
"filename": "ledshim-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7d5683818b904992bcda8beb5bf680dc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 10449,
"upload_time": "2024-11-14T18:15:10",
"upload_time_iso_8601": "2024-11-14T18:15:10.475420Z",
"url": "https://files.pythonhosted.org/packages/5d/31/26042c228c053ac2054079f370de491fb30fd5d994d78f48227ec9ab6f9b/ledshim-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11567da70d29f7b18848292a9de026b6dc75734aeb6997290a018d2c676a2688",
"md5": "2544f30fa1544a10f5d25a6c57b6a9d2",
"sha256": "b72d483d5034338dd36b7339fdc3cadd2b03d759b4fd030f2a4acf92db514bdf"
},
"downloads": -1,
"filename": "ledshim-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "2544f30fa1544a10f5d25a6c57b6a9d2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 79683,
"upload_time": "2024-11-14T18:15:12",
"upload_time_iso_8601": "2024-11-14T18:15:12.395741Z",
"url": "https://files.pythonhosted.org/packages/11/56/7da70d29f7b18848292a9de026b6dc75734aeb6997290a018d2c676a2688/ledshim-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 18:15:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pimoroni",
"github_project": "led-shim",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "ledshim"
}