NamelesssNerd / wttr_py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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%