Metadata-Version: 2.1
Name: sensirion-i2c-sht
Version: 0.4.0
Summary: I2C Driver for Sensirion Temperature and Humidity Sensors
Home-page: https://github.com/sensirion/python-i2c-sht
Author: Daniel Straessler
Author-email: daniel.straessler@sensirion.com
License: BSD
Keywords: sensirion i2c driver temperature humidity sht
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Requires-Dist: sensirion-i2c-driver (~=1.0.0)
Requires-Dist: enum34 ; python_version < "3.4"
Provides-Extra: test
Requires-Dist: mock (~=3.0.0) ; extra == 'test'
Requires-Dist: sensirion-shdlc-sensorbridge (~=0.1.1) ; extra == 'test'
Requires-Dist: sensirion-i2c-driver (~=1.0.0) ; extra == 'test'
Requires-Dist: flake8 (~=3.6.0) ; (python_version <= "3.6") and extra == 'test'
Requires-Dist: pytest (~=3.10.0) ; (python_version <= "3.6") and extra == 'test'
Requires-Dist: pytest-cov (~=2.6.0) ; (python_version <= "3.6") and extra == 'test'
Requires-Dist: flake8 (~=6.0) ; (python_version > "3.6") and extra == 'test'
Requires-Dist: pytest (~=7.1) ; (python_version > "3.6") and extra == 'test'
Requires-Dist: pytest-cov (~=3.0) ; (python_version > "3.6<") and extra == 'test'

sensirion-i2c-sht
=================

This repository contains the Python driver to communicate with Sensirion
temperature and humidity sensors using the IÂ²C interface.


Installation and Usage
----------------------

The user manual is available at
https://sensirion.github.io/python-i2c-sht/

CHANGELOG
---------
0.4.0
:::::
- Add ART mode for SHT3x driver

0.3.0
:::::
- Add ``Shtc3I2cDevice``

0.2.2
:::::
- Add ``Sht4xI2cDevice``

0.2.1
:::::
- Add ``Sht2xI2cDevice``
- SHT3x: Add post processing time for soft reset command
- SHT3x: Add command to read serial number

0.2.0
:::::
- Initial public release
- Update ``sensirion-i2c-driver`` to version 1.0.0
- Rename response and data types

0.1.0
:::::
- Initial release


