watchforstock / evohome-client

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

any plans for asyncio version of evohomeclient2? #52

Closed zxdavb closed 6 years ago

zxdavb commented 6 years ago

Hi, Are there any plans for asyncio version of evohomeclient2?

watchforstock commented 6 years ago

I don't have immediate plans and I haven't heard of anyone who does. That said, if someone wanted to add something to the package that was an asyncio wrapper around the existing library I'd be more than happy to merge it in. Alternatively this could be done as an external package that relies on this one, but that seems like extra effort compared to adding it here.

zxdavb commented 6 years ago

Well... I always wanted to learn async io!