Metadata-Version: 2.1
Name: bme-driver
Version: 0.1.1
Summary: Python driver for the Bosch BMP280 and BME280 sensors
Home-page: https://github.com/rogiervandergeer/bme-driver
Author: Rogier van der Geer
Author-email: rogier@vander-geer.nl
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
License-File: LICENSE

# bme-driver
Complete and easy-to-use driver for the Bosch BMP280 and BME280 sensors

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/rogiervandergeer/bme-driver/Continuous%20Integration) 
![PyPI](https://img.shields.io/pypi/v/bme-driver)
![PyPI - License](https://img.shields.io/pypi/l/bme-driver)
![PyPI - Downloads](https://img.shields.io/pypi/dm/bme-driver) 

## Installation

The package is available on [PyPI](https://pypi.org/project/bme-driver/). Installation is can be done with your favourite package manager. For example:

```bash
pip install bme-driver
```

## Release notes

- `0.1.1`: Fix unit of pressure measurement in docstring
- `0.1.0`: Initial release

## References

- [BMP280 product page](https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp280/)
- [BME280 product page](https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/)


