GadgetReactor / pyHS100

Python Library to control TPLink Switch (HS100 / HS110)
Other
409 stars 128 forks source link

Get rid of click-datetime dep #194

Closed ggardet closed 4 years ago

ggardet commented 4 years ago

click-datetime from https://github.com/click-contrib/click-datetime is outdated, unmaintained and has no license. This would be better to get rid of this dependence.

rytilahti commented 4 years ago

Take a look at https://github.com/python-kasa/python-kasa/ which is an asyncio fork of this project, it has been converted to use click's built-in datetime. There has been no releases so far, but hopefully that will change soon.

ggardet commented 4 years ago

Thanks, python-kasa looks good.