jdemaeyer / brightsky

JSON API for DWD's open weather data.
https://brightsky.dev/
MIT License
290 stars 18 forks source link

Add Python/Docker packaging #82

Closed Poeschl closed 4 years ago

Poeschl commented 4 years ago

I just found your project and I thought adding it as a weather source for the Smart Home System Home Assistant. Since Dark Sky is shutting down end of the year, there are lots of people searching for new weather suppliers. Especially in Germany the quality of the available ones is not the best.

It would be nice to have your logic for polling and parsing of the DWD files in a python package to reuse it in a integration. Are there planes for that?

jdemaeyer commented 4 years ago

wow, an integration into Home Assistant would be awesome indeed!

Yes, I actually do plan to add proper packaging for PyPI and Dockerhub by the end of next week, seems I forgot to open an issue for it :)

jdemaeyer commented 4 years ago

Closed via 1e402e2c56fdcad03b8b02ced5b07e06dd811140

@Poeschl This is now available on PyPI as brightsky :)

89 is a follow-up issue to avoid installing some deployment dependencies that are unnecessary if you only care about polling and parsing, but it's not high priority for me currently.

Poeschl commented 4 years ago

Nice 👍 When the current integration development is through, I will give it a shot.