genebean / PiWeatherRock

Displays local weather on a Raspberry Pi
https://piweatherrock.technicalissues.us
MIT License
50 stars 23 forks source link

Packaging, round 1 #59

Closed genebean closed 4 years ago

genebean commented 4 years ago

This PR is the first step in packaging PiWeatherRock as a Python package that can be installed from PyPI. See https://github.com/genebean/piweatherrock-planning for more details.

I have tested this code by pulling it down onto a device and running pip3 install -e . from the repository root. Both services work as does editing the config via the web and changing screens via a VNC connection.

genebean commented 4 years ago

@metaMMA - I'd love it if you could take a look at this. Not sure if you have time.

metaMMA commented 4 years ago

I'm a little late to the party, but most of the changes that were made here are beyond the scope of my understanding.