Metadata-Version: 2.1
Name: sensirion-i2c-sht
Version: 0.2.1
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
Description: 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.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
        
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: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Provides-Extra: test
