Metadata-Version: 2.1
Name: pi-si7021
Version: 0.5.2
Summary: Library to read si7021 sensor.
Home-page: https://github.com/kangasta/pi_si7021
Author: Toni Kangas
License: UNKNOWN
Description: # pi_si7021
        [![Build Status](https://travis-ci.org/kangasta/py-si7021.svg?branch=master)](https://travis-ci.org/kangasta/py-si7021)
        
        Library for playing around with si7021 relative humidity and temperature sensor with Raspberry Pi. Based on [pigpio example](http://abyz.me.uk/rpi/pigpio/examples.html#Python_Si7021_py).
        
        ## Usage
        
        ## Testing
        
        Run unit tests with command:
        
        ```bash
        cd pi_si7021
        
        python3 -m unittest discover -s tst/
        ```
        
        Get test coverage with commands:
        ```bash
        cd pi_si7021
        
        coverage run -m unittest discover -s tst/
        coverage report -m
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
