Metadata-Version: 2.1
Name: sensirion-i2c-svm40
Version: 0.1.0
Summary: I2C Driver for Sensirion SVM40 Evaluation Kit
Home-page: http://developers.sensirion.com
Author: Daniel Straessler
Author-email: daniel.straessler@sensirion.com
License: BSD
Keywords: sensirion i2c driver svm40
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
Requires-Dist: sensirion-i2c-driver (~=1.0.0)
Provides-Extra: test
Requires-Dist: flake8 (~=3.6.0) ; extra == 'test'
Requires-Dist: mock (~=3.0.0) ; extra == 'test'
Requires-Dist: pytest (~=3.10.0) ; extra == 'test'
Requires-Dist: pytest-cov (~=2.6.0) ; extra == 'test'
Requires-Dist: sensirion-shdlc-sensorbridge (~=0.1.1) ; extra == 'test'

sensirion-i2c-svm40
===================

This package contains the driver for the Sensirion SVM40 Evaluation Kit using
the I²C interface.

The driver provides all I²C commands as Python methods and handles all the
low-level things like type conversions, CRC calculation, error handling
etc.


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

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

CHANGELOG
---------
0.1.0
:::::
- Initial release


