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
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
Requires-Dist: sensirion-i2c-driver (~=1.0.0)
Requires-Dist: enum34 ; python_version < "3.4"
Provides-Extra: docs
Requires-Dist: sphinx (~=2.2.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (~=0.4.3) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: flake8 (~=3.7.8) ; extra == 'test'
Requires-Dist: pytest (~=3.5.0) ; extra == 'test'
Requires-Dist: pytest-cov (~=2.5.1) ; extra == 'test'
Requires-Dist: sensirion-shdlc-sensorbridge (~=0.1.1) ; extra == 'test'

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


