Metadata-Version: 2.1
Name: sensirion-shdlc-sfa3x
Version: 0.1.0
Summary: SHDLC Driver for Sensirion SFA3x sensor modules
Home-page: https://github.com/sensirion/python-shdlc-sfa3x
Author: Daniel Straessler
Author-email: daniel.straessler@sensirion.com
License: BSD
Keywords: sensirion shdlc driver sfa sfa3x sfa30
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-shdlc-driver (~=0.1.5)
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'

sensirion-shdlc-sfa3x
=====================

This package contains the SHDLC driver for the Sensirion SFA3x sensor modules
which have an UART interface using the SHDLC protocol.

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


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

The user manual is available at https://sensirion.github.io/python-shdlc-sfa3x/.

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


