Metadata-Version: 2.1
Name: aiobme280
Version: 0.2.0
Summary: aiobme280 - BME280 sensor asyncio library
Home-page: https://gitlab.com/wrobell/aiobme280
Author: Artur Wroblewski
Author-email: wrobell@riseup.net
License: GPLv3+
Project-URL: Code, https://gitlab.com/wrobell/aiobme280
Project-URL: Issue tracker, https://gitlab.com/wrobell/aiobme280/issues
Description: `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
        
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
Description-Content-Type: text/x-rst
