Skip to content

Releases: egargo/pwygit

2.1.2

25 Dec 02:19
Compare
Choose a tag to compare
  • 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

01 Dec 14:45
Compare
Choose a tag to compare
  • Fixed KeyError in cli.py
  • Added default value when configuring unit and language for pwy.json.

1.4.5

08 Nov 20:47
Compare
Choose a tag to compare
  • 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

30 Sep 05:25
Compare
Choose a tag to compare
  • Implemented rich.
  • Replaced colours.py with rich library.
  • Removed colours.py.
  • Formatted using black module.
  • Minor code cleanup.

1.4.3

26 Sep 02:16
Compare
Choose a tag to compare
  • 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

17 Sep 00:11
Compare
Choose a tag to compare
  • 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

26 Jun 03:41
Compare
Choose a tag to compare

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.