estd20xx / wttr_py

Repository from Github https://github.comestd20xx/wttr_pyRepository from Github https://github.comestd20xx/wttr_py

Screenshot 2023-10-02 145415

wttr_py

Local Set Up

python3 -m venv .venv
source ./venv/bin/activate
pip install -r requirements_dev.in 

Make commands

make format          Format the Python code using black
make help            Show this help
make lint            Run black, pylint and flake8 
make run             Run main without args City defaults to Christchurch

About


Languages

Language:Python 60.1%Language:Makefile 39.9%