Metadata-Version: 2.1
Name: senseair_s8
Version: 0.0.7
Summary: Python module for reading CO2 concentration from a Senseair S8 sensor connected to a Raspberry Pi
Home-page: https://github.com/ndoornekamp/senseair_s8
Author: Nick Doornekamp
Author-email: nddoornekamp@gmail.com
License: UNKNOWN
Description: # Introduction
        Python module for reading CO2 concentration from a Senseair S8 sensor connected to a Raspberry Pi
        
        # Installation
        `pip install senseair-s8`
        
        # Usage
        ```
        from senseair_s8 import SenseairS8
        
        senseair_s8 = SenseairS8()    
        print(senseair_s8.co2())
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
