Metadata-Version: 2.1
Name: worldcup18
Version: 0.1.1
Summary: A simple CLI to stay up to date with 2018 World Cup
Home-page: https://github.com/tadeoos/worldcup
License: MIT
Keywords: worldcup,cli,fifa
Author: Tadek Teleżyński
Author-email: tadekte@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=6.7,<7.0)
Requires-Dist: python-dateutil (>=2.7,<3.0)
Requires-Dist: pytz (>=2018.4,<2019.0)
Requires-Dist: requests (>=2.19,<3.0)
Requires-Dist: tzlocal (>=1.5,<2.0)
Description-Content-Type: text/markdown

# worldcup18

[![Build Status](https://travis-ci.org/tadeoos/worldcup.svg?branch=master)](https://travis-ci.org/tadeoos/worldcup)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Worldcup18.svg)](https://pypi.org/project/worldcup18/)

A simple CLI to stay up to date with 2018 World Cup

## installation

```
pip install worldcup18
```

## demo

```
$ worldcup next
Match #5: 🇫🇷  France vs Australia 🇦🇺
When: Saturday, 16. June 2018 12:00PM
Where: Kazan

$ worldcup groups a
GROUP A                    MP GF GA PTS
---------------------------------------
Russia                      1  5  0  3
Uruguay                     1  1  0  3
Egypt                       1  0  1  0
Saudi Arabia                1  0  5  0

$ worldcup --help
Usage: worldcup.py [OPTIONS] COMMAND [ARGS]...

  CLI tool for being up to date with 2018 World Cup

Options:
  --help  Show this message and exit.

Commands:
  groups  Show group info
  next    Show nearest match info
```

## developement

## acknowledgments

World Cup data available thanks to json file from [lsv fifa-worldcup-2018](https://github.com/lsv/fifa-worldcup-2018)

Inspired by: [SkullCarverCoder](https://github.com/SkullCarverCoder/wc18-cli)

