Metadata-Version: 2.1
Name: aiobme280
Version: 0.3.0
Summary: aiobme280 - BME280 sensor asyncio library
Home-page: https://gitlab.com/n23/aiobme280
Author: Artur Wroblewski
Author-email: wrobell@riseup.net
License: UNKNOWN
Project-URL: Code, https://gitlab.com/n23/aiobme280
Project-URL: Bug tracker, https://gitlab.com/n23/aiobme280/issues
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Provides-Extra: tests
License-File: COPYING

`aiobme280` is a Python 3 module to read data asynchronously from BME280
environmental sensor.

Features

- asynchronous sensor data read using Python asyncio coroutines, which
  allows to read multiple sensors in parallel without using threads
- sensor is put into sleep mode to minimize power consumption after data is
  read


