pimoroni-bme280


Namepimoroni-bme280 JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryPython library for the bme280 temperature, pressure and humidity sensor
upload_time2023-11-15 11:12:56
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT 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 No coveralls.
            # BME280 Temperature, Pressure, & Humidity Sensor

[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/bme280-python/test.yml?branch=main)](https://github.com/pimoroni/bme280-python/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/bme280-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/bme280-python?branch=master)
[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-bme280.svg)](https://pypi.python.org/pypi/pimoroni-bme280)
[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-bme280.svg)](https://pypi.python.org/pypi/pimoroni-bme280)

Suitable for measuring ambient temperature, barometric pressure, and humidity, the BME280 is a great indoor environmental sensor.

# Pre-requisites

You must enable:

* 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.

# Installing

Stable library from PyPi, the smbus library is also needed:

* Just run `python3 -m pip install pimoroni-bme280`

Latest/development library from GitHub:

* `git clone https://github.com/pimoroni/bme280-python`
* `cd bme280-python`
* `sudo ./install.sh`


1.0.0
-----

* Repackage to hatch/pyproject.toml
* Require i2cdevice>=1.0.0 (smbus2)

0.1.1
-----

* Fix so package is included in .whl releases

0.1.0
-----

* Switch to setup.cfg
* Match humidity compensation to BOSCH formula

0.0.2
-----

* Update to i2cdevice>=0.0.6 set/get API

0.0.1
-----

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pimoroni-bme280",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Philip Howard <phil@pimoroni.com>",
    "keywords": "Pi,Raspberry",
    "author": "",
    "author_email": "Philip Howard <phil@pimoroni.com>",
    "download_url": "https://files.pythonhosted.org/packages/69/6e/9b34cf9149e23fdd521440ae6a2786e77d542a4ccefef8bc2d00341a1f71/pimoroni_bme280-1.0.0.tar.gz",
    "platform": null,
    "description": "# BME280 Temperature, Pressure, & Humidity Sensor\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/bme280-python/test.yml?branch=main)](https://github.com/pimoroni/bme280-python/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/pimoroni/bme280-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/bme280-python?branch=master)\n[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-bme280.svg)](https://pypi.python.org/pypi/pimoroni-bme280)\n[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-bme280.svg)](https://pypi.python.org/pypi/pimoroni-bme280)\n\nSuitable for measuring ambient temperature, barometric pressure, and humidity, the BME280 is a great indoor environmental sensor.\n\n# Pre-requisites\n\nYou must enable:\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# Installing\n\nStable library from PyPi, the smbus library is also needed:\n\n* Just run `python3 -m pip install pimoroni-bme280`\n\nLatest/development library from GitHub:\n\n* `git clone https://github.com/pimoroni/bme280-python`\n* `cd bme280-python`\n* `sudo ./install.sh`\n\n\n1.0.0\n-----\n\n* Repackage to hatch/pyproject.toml\n* Require i2cdevice>=1.0.0 (smbus2)\n\n0.1.1\n-----\n\n* Fix so package is included in .whl releases\n\n0.1.0\n-----\n\n* Switch to setup.cfg\n* Match humidity compensation to BOSCH formula\n\n0.0.2\n-----\n\n* Update to i2cdevice>=0.0.6 set/get API\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 bme280 temperature, pressure and humidity sensor",
    "version": "1.0.0",
    "project_urls": {
        "GitHub": "https://www.github.com/pimoroni/bme280-python",
        "Homepage": "https://www.pimoroni.com"
    },
    "split_keywords": [
        "pi",
        "raspberry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "366c76303eaaf79a2e8c68b00875fa8191c422639568e4dc9a3c5ec5b9a34604",
                "md5": "68784fb07041136c6a13c2a61b4554fd",
                "sha256": "7415a037ba3dd14ce40d705bb006e02f53b276c72aef75fda5ea86daef666a4f"
            },
            "downloads": -1,
            "filename": "pimoroni_bme280-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68784fb07041136c6a13c2a61b4554fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7808,
            "upload_time": "2023-11-15T11:12:54",
            "upload_time_iso_8601": "2023-11-15T11:12:54.934484Z",
            "url": "https://files.pythonhosted.org/packages/36/6c/76303eaaf79a2e8c68b00875fa8191c422639568e4dc9a3c5ec5b9a34604/pimoroni_bme280-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "696e9b34cf9149e23fdd521440ae6a2786e77d542a4ccefef8bc2d00341a1f71",
                "md5": "39cb96214be7bb4ef98139bfd56043f2",
                "sha256": "2cafc2b636535c5dc01df37c0b0bd8c0b5d0228da23a177ec8884c31db3ec05c"
            },
            "downloads": -1,
            "filename": "pimoroni_bme280-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "39cb96214be7bb4ef98139bfd56043f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13125,
            "upload_time": "2023-11-15T11:12:56",
            "upload_time_iso_8601": "2023-11-15T11:12:56.480099Z",
            "url": "https://files.pythonhosted.org/packages/69/6e/9b34cf9149e23fdd521440ae6a2786e77d542a4ccefef8bc2d00341a1f71/pimoroni_bme280-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 11:12:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pimoroni",
    "github_project": "bme280-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pimoroni-bme280"
}
        
Elapsed time: 0.14633s