Skip to content

genebean/PiWeatherRock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13d5c0c · May 13, 2020
Jan 26, 2020
Jan 2, 2018
May 13, 2020
May 12, 2020
May 4, 2020
May 7, 2020
May 13, 2020
Apr 8, 2020
May 9, 2020
May 13, 2020
May 7, 2020
May 13, 2020
May 13, 2020
May 13, 2020

Repository files navigation

PiWeatherRock

GitHub PyPI

PiWeatherRock displays local weather on (almost) any screen you connect to a Raspberry Pi. It also works on other platforms, including macOS.

More information about the project and full documentation can be found at https://piweatherrock.technicalissues.us. Be sure to check out the getting started guide under the documentation link there for instruction on how to set everything up.

Release process

  • edit version.py according to the types of changes made
  • edit requirements.txt if needed
  • python3 setup.py sdist bdist_wheel
  • tar tzf dist/piweatherrock-*.tar.gz
  • twine check dist/*
  • [optional] twine upload --repository-url https://test.pypi.org/legacy/ dist/*
  • twine upload dist/*
  • Create a git tag and push it