Metadata-Version: 2.1
Name: ungoliant
Version: 0.1.2
Summary: Unofficial CLI tool to display power outages in Perth
License: GPL3
Author: Grahame Bowland
Author-email: grahame@oreamnos.com.au
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.25.1,<3.0.0)
Description-Content-Type: text/markdown

# ungoliant: unofficial CLI tool to list Perth power outages

Makes use of Western Power data.

## Installation

```bash
poetry install
```

Example output:

```
         Started | Est. Restoration | Cust. | Affected areas
-----------------|------------------|-------|-----------------------------------
2021-01-14 08:13 | 2021-01-14 16:30 |   297 | GERALDTON,MOUNT TARCOOLA
2021-01-14 08:04 | 2021-01-14 18:30 |   575 | BEDFORDALE,ROLEYSTONE
2021-01-04 08:25 | 2021-01-14 19:00 |     1 | MALLEE HILL
2021-01-14 13:56 | 2021-01-14 16:30 |    43 | DAYTON
2021-01-14 10:26 | 2021-01-14 18:30 |   123 | DAWESVILLE,BOUVARD
2021-01-14 11:17 | 2021-01-14 17:00 |    28 | MILO,MOORIARY,MOUNT ADAMS,YARDARINO
2021-01-14 14:57 | 2021-01-14 17:30 |     6 | HARVEY
2021-01-14 13:34 | 2021-01-14 23:30 |   362 | BAYSWATER,EMBLETON
2021-01-14 00:08 | 2021-01-14 21:04 |    68 | GIDGEGANNUP,BRIGADOON

Please note: This tool is unoffical.
```

