Weather plugin for Kodi. Fetches data from the UK Met Office.
Create a virtual env.
python -m venv .venv
Activate the virtual env.
source .venv/bin/activate
Install dependencies.
pip install -r requirements.txt
Run tests.
python -m unittest discover
Code is "deployed" by creating a PR against the repo-scripts repository.