Metadata-Version: 2.1
Name: sensirion-i2c-stc
Version: 0.1.0
Summary: I2C driver for the Sensirion STC3x Sensor
Home-page: http://developer.sensirion.com
Author: Björn Muntwyler
Author-email: bjoern.muntwyler@sensirion.com
License: BSD
Description: sensirion-i2c-stc
        =================
        
        This repository contains the Python driver to communicate with Sensirion
        STC3x sensors using the I²C interface.
        
        Installation and Usage
        ----------------------
        
        The user manual is available at
        https://sensirion.github.io/python-i2c-stc/
        
        CHANGELOG
        ---------
        0.1.0
        :::::
        - Initial release
        
Keywords: I2C STC3x STC31 Sensirion
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Provides-Extra: test
Provides-Extra: docs
