Name | pimoroni-mics6814 JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | Library for the Pimoroni mics6814 breakout-garden breakout |
upload_time | 2024-05-23 13:37:39 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | MIT License Copyright (c) 2018 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 |
|
# MICS6814 Breakout Garden Breakout
[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/mics6814-python/test.yml?branch=main)](https://github.com/pimoroni/mics6814-python/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/mics6814-python/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/mics6814-python?branch=main)
[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-mics6814.svg)](https://pypi.python.org/pypi/pimoroni-mics6814)
[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-mics6814.svg)](https://pypi.python.org/pypi/pimoroni-mics6814)
## Installing
### Pre-requisites
You must enable i2c:
* i2c: `sudo raspi-config nonint do_i2c 0`
You can optionally run `sudo raspi-config` or the graphical Raspberry Pi Configuration UI to enable interfaces.
### Full install (recommended):
We've created an easy installation script that will install all pre-requisites and get your BH1745
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:
Stable library and dependencies from GitHub:
* `git clone https://github.com/pimoroni/mics6814-python`
* `cd mics6814-python`
* `sudo ./install.sh`
Latest/development library and dependencies from GitHub:
* `git clone https://github.com/pimoroni/mics6814-python`
* `cd mics6814-python`
* `sudo ./install.sh --unstable`
**Note** Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples:
```
source ~/.virtualenvs/pimoroni/bin/activate
```
### Stable (library only) from PyPi:
* In your Python Virtual Environment, run `pip install pimoroni-mics6814`
1.0.0
-----
* Port to hatch/pyproject.toml
* Bump to ioexpander >= 1.0.0
0.0.2
-----
* Swap Oxidizing/Reducing pins so readings are correct
0.0.1
-----
* Initial Release
Raw data
{
"_id": null,
"home_page": null,
"name": "pimoroni-mics6814",
"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/20/d7/7489f57368f6f372eb52d416c26b5e667526ab0e0c0b8ed5ea287b8b9469/pimoroni_mics6814-1.0.0.tar.gz",
"platform": null,
"description": "# MICS6814 Breakout Garden Breakout\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/mics6814-python/test.yml?branch=main)](https://github.com/pimoroni/mics6814-python/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/pimoroni/mics6814-python/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/mics6814-python?branch=main)\n[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-mics6814.svg)](https://pypi.python.org/pypi/pimoroni-mics6814)\n[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-mics6814.svg)](https://pypi.python.org/pypi/pimoroni-mics6814)\n\n## Installing\n\n### Pre-requisites\n\nYou must enable i2c:\n\n* i2c: `sudo raspi-config nonint do_i2c 0`\n\nYou can optionally run `sudo raspi-config` or the graphical Raspberry Pi Configuration UI to enable interfaces.\n\n### Full install (recommended):\n\nWe've created an easy installation script that will install all pre-requisites and get your BH1745\nup and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal\non 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\nStable library and dependencies from GitHub:\n\n* `git clone https://github.com/pimoroni/mics6814-python`\n* `cd mics6814-python`\n* `sudo ./install.sh`\n\nLatest/development library and dependencies from GitHub:\n\n* `git clone https://github.com/pimoroni/mics6814-python`\n* `cd mics6814-python`\n* `sudo ./install.sh --unstable`\n\n**Note** Libraries will be installed in the \"pimoroni\" virtual environment, you will need to activate it to run examples:\n\n```\nsource ~/.virtualenvs/pimoroni/bin/activate\n```\n\n### Stable (library only) from PyPi:\n\n* In your Python Virtual Environment, run `pip install pimoroni-mics6814`\n\n1.0.0\n-----\n\n* Port to hatch/pyproject.toml\n* Bump to ioexpander >= 1.0.0\n\n0.0.2\n-----\n\n* Swap Oxidizing/Reducing pins so readings are correct\n\n0.0.1\n-----\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2018 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": "Library for the Pimoroni mics6814 breakout-garden breakout",
"version": "1.0.0",
"project_urls": {
"GitHub": "https://www.github.com/pimoroni/mics6814-python",
"Homepage": "https://www.pimoroni.com"
},
"split_keywords": [
"pi",
" raspberry"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6f87c6621457cc94e4a7bbdcc6f91318106314359e12714a002b19591cc91b58",
"md5": "d3a9acd34bdb717e01d9aec064424ed9",
"sha256": "b408a35b13ff623b5c817a682966903b1a299cf69e0d2c21aeef07d1730d3639"
},
"downloads": -1,
"filename": "pimoroni_mics6814-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d3a9acd34bdb717e01d9aec064424ed9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 7172,
"upload_time": "2024-05-23T13:37:38",
"upload_time_iso_8601": "2024-05-23T13:37:38.172792Z",
"url": "https://files.pythonhosted.org/packages/6f/87/c6621457cc94e4a7bbdcc6f91318106314359e12714a002b19591cc91b58/pimoroni_mics6814-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "20d77489f57368f6f372eb52d416c26b5e667526ab0e0c0b8ed5ea287b8b9469",
"md5": "592aa492b1cd2ba19bdcc4d6fe8a4123",
"sha256": "f27dea84ce43202db911e1967074728de75eb6f7ba7318d44defa4128918eacc"
},
"downloads": -1,
"filename": "pimoroni_mics6814-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "592aa492b1cd2ba19bdcc4d6fe8a4123",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 12946,
"upload_time": "2024-05-23T13:37:39",
"upload_time_iso_8601": "2024-05-23T13:37:39.830141Z",
"url": "https://files.pythonhosted.org/packages/20/d7/7489f57368f6f372eb52d416c26b5e667526ab0e0c0b8ed5ea287b8b9469/pimoroni_mics6814-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-23 13:37:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pimoroni",
"github_project": "mics6814-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "pimoroni-mics6814"
}