jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
288 stars 94 forks source link

Python 3.3+ support, added six to requirements, bumped requests version,... #4

Closed dbehnke closed 10 years ago

dbehnke commented 10 years ago

Added Six to requirements (This library help with making things work both on 2 and 3) Made enhancements to work on both Python 2 and 3 Requirement change Requests >= 2.1.0 Remove lxml requirement, replaced with standard library xml PEP8 cleanup Tested with Python 2.7.6 and 3.3.4

jcarbaugh commented 10 years ago

This change is very much appreciated! Getting rid of lxml was on my TODO list so I'm very happy to see it gone. Thank you!