Source: w1thermsensor
Maintainer: Timo Furrer <tuxtimo@gmail.com>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3), python3-all, dh-python, debhelper (>= 9),
 python-nose, python-sure, python-mock, python-coverage, python-click
Standards-Version: 3.9.6
Homepage: https://github.com/timofurrer/w1thermsensor

Package: python-w1thermsensor
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python w1 therm sensor module (Python 2)
 This little pure python module provides a single class to get the temperature
 of a w1 therm sensor. It can be easily used on are Rasperry Pi over the GPIO
 interface.

Package: python3-w1thermsensor
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-click
Description: Python w1 therm sensor module (Python 3)
 This little pure python module provides a single class to get the temperature
 of a w1 therm sensor. It can be easily used on are Rasperry Pi over the GPIO
 interface. Including command line interface.
