jim-easterbrook / pywws

Python software for USB Wireless WeatherStations
https://pywws.readthedocs.io/
GNU General Public License v2.0
204 stars 62 forks source link

Python3 #59

Closed jim-easterbrook closed 6 years ago

jim-easterbrook commented 6 years ago

First stage of making pywws fit for the future. 1/ The code is Python2.7 and Python 3 compatible with no need for '2to3' translation during installation. 2/ Most module, class and function names have been changed to be PEP8 compliant. 3/ The weather station raw data conversions have been made a bit more sane.