Skip to content

Release Notes for 0.1

Archit Verma edited this page Mar 28, 2016 · 2 revisions

These are the release notes for Soccer CLI 0.1.

This version of Soccer CLI has been tested on Python 2.6, 2.7 and PyPy.

Install Soccer CLI with

pip install soccer-cli

New Features

As a 0.1 release, there are some major changes:

  • Added support for team line up.
soccer --team=JUVE --players
```

* Added support for local user time in console. When printing it out to the console the timings are printed according to the users local timings. 

```
=================== UEFA Champions League ====================
Arsenal - vs - Barcelona 7:45 PM UTC
Juventus - vs - Bayern Munich 7:45 PM UTC


It's now localized to the user

=================== UEFA Champions League ====================
Arsenal - vs - Barcelona 11:45 AM
Juventus - vs - Bayern Munich 11:45 AM
```

* Added switch for 12 hour display. `--use12hour` shows twelve 12 hour timing instead of the default 24 hour.

* Added flag to display upcoming games with their date and time. The command for it is:
```
soccer-cli --time 2 --upcoming

Authors

The following people contributed at least one patch to this release (names are given in alphabetical order by last name).

Thanks to everyone who contributed to this release!

  • Ale46
  • Rodrigo Flores
  • Usman Ehtesham Gul
  • Faure Hu
  • Patrick McMichael
  • Taranjeet Singh
  • Naren Srinivasan
  • thurask
  • Miguel de Val-Borro
  • Carlos Vargas
  • Archit Verma
Clone this wiki locally