jbuehl / solaredge

SolarEdge inverter logging data capture
GNU General Public License v3.0
288 stars 60 forks source link

initial support for python3 #133

Closed ericbuehl closed 5 years ago

ericbuehl commented 5 years ago

most changes revolve around the updates in bytestrings. I found this a helpful resource: https://python-future.org/compatible_idioms.html#byte-string-literals

There are likely regressions introduced with this change that will need to be addressed but this is a start. Now, all tests pass in both python 2 and 3!