Metadata-Version: 2.1
Name: aiotsl2591
Version: 0.2.0
Summary: aiotsl2591 - TSL2591 sensor asyncio library
Home-page: https://gitlab.com/n23/aiotsl2591
Author: Artur Wroblewski
Author-email: wrobell@riseup.net
License: UNKNOWN
Project-URL: Code, https://gitlab.com/n23/aiotsl2591
Project-URL: Bug tracker, https://gitlab.com/n23/aiotsl2591/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

`aiotsl2591` is a Python 3 module to read data asynchronously from TSL2591
luminosity 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


