Metadata-Version: 1.0
Name: ds18b20pi
Version: 0.3
Summary: ds18b20 userspace library for Rapsberry Pi
Home-page: https://github.com/gladkikhartem/ds18b20pi
Author: Gladkikh Artem
Author-email: artem.and.co@gmail.com
License: GPL
Description: 
        * no kernel patches needed
        * any GPIOs allowed
        * any number of GPIOs allowed
        
        Make sure you have:
        
        *build-essential package
        *python-dev or python3-dev package
        *Raspberry Pi device
        *sudo access for the script
        
        Usage:
        
        import time
        
        import ds18b20pi
        
        ds18b20pi.bus.convert(pin)
        
        time.sleep(0.75)
        
        temperatureDict = ds18b20pi.bus.search(pin)
            
        The Package is fresh and installation could be buggy,
        sorry for any inconvenience.
            
Platform: UNKNOWN
