watchforstock / evohome-client

Python client to access the Evohome web service
Apache License 2.0
88 stars 52 forks source link

Big refactor of evohome-client v1 #65

Closed zxdavb closed 5 years ago

zxdavb commented 5 years ago

This is a refactored version of evohome-client v1. It doesn't offer any more functionality but, usefully, it has no lint, except for line-too-long and missing-docstring.

(hass) dbonnes@vm-builder:~/evohome-client$ flake8 --ignore=E501 evohomeclient/__init__.py
(hass) dbonnes@vm-builder:~/evohome-client$ pylint --disable=C0301,C0111 evohomeclient/__init__.py

--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)