Releases: egargo/pwygit
Releases · egargo/pwygit
2.1.2
Changed license from GPLv3 to MIT .
Added MIT License notice to source code files
Added requirements.txt
Removed unused codes
Implemented comprehensions
Formatted with autopep8
Added .vscode settings
1.4.7
Fixed KeyError in cli.py
Added default value when configuring unit and language for pwy.json.
1.4.5
Replaced pwyrc with pwy.json.
pwy.json
Set OWM API key.
Set default location.
Set default unit.
Set default language.
Ability to display weather using the pwy command.
pwy reads the values set in the pwy.json file.
If there is/are arguments, pwy will satisfy the arguments.
Minor code cleanup.
1.4.4
Implemented rich.
Replaced colours.py with rich library.
Removed colours.py.
Formatted using black module.
Minor code cleanup.
1.4.3
Added default value to the arguments and removed the unnecessary if else.
Removed the unnecessary f-strings
Added sys.exit(1)
.
Moved .pwyrc
to ~/.config/pwyrc
(in Unix-like OS).
Minor code refactor.
1.4.2
Moved main .py to cli.py.
Added _version.py.
Added --version argument.
Remove key.py.
Added --config argument to setup pwy.
API key is now stored in .pwyrc.
1.4.0
1.4.0 - 2021.06.26
Separated get_ascii() and get_weather_translation().
Removed the output labels.
Added main.py
Added zip and tar.gz archives for manual installation.
You can’t perform that action at this time.