watchforstock / evohome-client

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

removed from pypi ? #13

Closed sander76 closed 8 years ago

sander76 commented 8 years ago

I am trying to integrate your client in home assistant. https://home-assistant.io/

It requires your library to be installable from pypi. It appears it doesn't (anymore). Are you able to fix this ?

watchforstock commented 8 years ago

The library has never been on Pypi. You should be able to install it directly and it then be available to home assistant. I'll try and take a look at adding it to pypi, but haven't done this before so it may take a bit. If you have any experience happy to have help!

sander76 commented 8 years ago

I have no experience. Sorry. But willing to try myself. I was under the wrong impression it was on pypi as on the docs it says pip install...

For home assistant: it automatically pulls from pypi. So another approach would break installation logic.

watchforstock commented 8 years ago

OK I've found a guide on doing this so will try to do it tonight. Are you writing a wrapper for home assistant? It looks like a good tool and I'd be interested in linking evohome to it too...

watchforstock commented 8 years ago

Easier than I thought. You should now be able to do pip install evohomeclient

sander76 commented 8 years ago

Thanks ! I have followed Home Assistant for some time and last week I made the jump. Right now I am getting familiar with the system setting up all the basics. Implementing evohome is my next step...