Name | bmp280 JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | Python library for the BMP280 temperature and pressure sensor |
upload_time | 2024-05-15 14:25:54 |
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 |
|
# BMP280 Temperature, Pressure, & Altitude Sensor
[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/bmp280-python/test.yml?branch=main)](https://github.com/pimoroni/bmp280-python/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/bmp280-python/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/bmp280-python?branch=main)
[![PyPi Package](https://img.shields.io/pypi/v/bmp280.svg)](https://pypi.python.org/pypi/bmp280)
[![Python Versions](https://img.shields.io/pypi/pyversions/bmp280.svg)](https://pypi.python.org/pypi/bmp280)
Suitable for measuring ambient temperature, barometric pressure, and altitude, the BMP280 is a basic weather sensor.
# Installing
Stable library from PyPi:
* Just run `pip install bmp280`
Latest/development library from GitHub:
* `git clone https://github.com/pimoroni/bmp280-python`
* `cd bmp280-python`
* `./install.sh --unstable`
1.0.0
-----
* Repackage to hatch/pyproject.toml
0.0.4
-----
* Add support for forced-mode on demand i2c
* Change altitude formula
* Allow manual temperature compensation for altitude
* Allow oversampling settings to be configured on `__init__`
0.0.3
-----
* Migrate to i2cdevice>=0.0.6 set/get API
0.0.2
-----
* Added `get_altitude` method
* Corrected pressure to hPa
0.0.1
-----
* Initial Release
Raw data
{
"_id": null,
"home_page": null,
"name": "bmp280",
"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/6f/ba/e97dad5c66efbec836c7a862f3972b0c26bb68cb771263ef018ca1699b79/bmp280-1.0.0.tar.gz",
"platform": null,
"description": "# BMP280 Temperature, Pressure, & Altitude Sensor\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/bmp280-python/test.yml?branch=main)](https://github.com/pimoroni/bmp280-python/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/pimoroni/bmp280-python/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/bmp280-python?branch=main)\n[![PyPi Package](https://img.shields.io/pypi/v/bmp280.svg)](https://pypi.python.org/pypi/bmp280)\n[![Python Versions](https://img.shields.io/pypi/pyversions/bmp280.svg)](https://pypi.python.org/pypi/bmp280)\n\nSuitable for measuring ambient temperature, barometric pressure, and altitude, the BMP280 is a basic weather sensor.\n\n# Installing\n\nStable library from PyPi:\n\n* Just run `pip install bmp280`\n\nLatest/development library from GitHub:\n\n* `git clone https://github.com/pimoroni/bmp280-python`\n* `cd bmp280-python`\n* `./install.sh --unstable`\n\n\n1.0.0\n-----\n\n* Repackage to hatch/pyproject.toml\n\n0.0.4\n-----\n\n* Add support for forced-mode on demand i2c\n* Change altitude formula\n* Allow manual temperature compensation for altitude\n* Allow oversampling settings to be configured on `__init__`\n\n0.0.3\n-----\n\n* Migrate to i2cdevice>=0.0.6 set/get API\n\n0.0.2\n-----\n\n* Added `get_altitude` method\n* Corrected pressure to hPa\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": "Python library for the BMP280 temperature and pressure sensor",
"version": "1.0.0",
"project_urls": {
"GitHub": "https://www.github.com/pimoroni/bmp280-python",
"Homepage": "https://www.pimoroni.com"
},
"split_keywords": [
"pi",
" raspberry"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3a588277b7e16146363b2b07c33db1dc11cb1cdf425665dfb4d5712c25d79b12",
"md5": "8cc3066727197560d83a200ebc18ca2e",
"sha256": "bf3a57f49bbe6e787084232a64cc2708e49c6435780e6d1a2a27331d41cb9220"
},
"downloads": -1,
"filename": "bmp280-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8cc3066727197560d83a200ebc18ca2e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 7224,
"upload_time": "2024-05-15T14:25:51",
"upload_time_iso_8601": "2024-05-15T14:25:51.650729Z",
"url": "https://files.pythonhosted.org/packages/3a/58/8277b7e16146363b2b07c33db1dc11cb1cdf425665dfb4d5712c25d79b12/bmp280-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6fbae97dad5c66efbec836c7a862f3972b0c26bb68cb771263ef018ca1699b79",
"md5": "40b41892aa5927942f30d612a6515ac9",
"sha256": "d5dbe8ac4812dade735b0f6a289133c391645048b22951124368fe587257c348"
},
"downloads": -1,
"filename": "bmp280-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "40b41892aa5927942f30d612a6515ac9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 13061,
"upload_time": "2024-05-15T14:25:54",
"upload_time_iso_8601": "2024-05-15T14:25:54.230345Z",
"url": "https://files.pythonhosted.org/packages/6f/ba/e97dad5c66efbec836c7a862f3972b0c26bb68cb771263ef018ca1699b79/bmp280-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-15 14:25:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pimoroni",
"github_project": "bmp280-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "bmp280"
}