Metadata-Version: 2.4
Name: milwaukee-mmsd-parser
Version: 0.1.0
Summary: Milwaukee MMSD Parser
Home-page: https://github.com/jasonfry89/milwaukee-mmsd-parser
Author: Jason Fry
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: beautifulsoup4>=4.6.1
Requires-Dist: aiohttp>=3.6.0
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Milwaukee, Wisconsin Milwaukee Metropolitan Sewerage District Parser

Gets the current status of the Deep Tunnels

### Installation

Setup a Python virtual environment

`python3 -m venv .venv`

`source .venv/bin/activate`

`pip3 install .`

### Run

`python mke_mmsd_parser.py`

```
[MMSDFacilityInformation(name='Deep Tunnel', current_million_gallons=8, maximum_million_gallons=432), MMSDFacilityInformation(name='South Shore Water Reclamation Facility', current_million_gallons=61, maximum_million_gallons=150), MMSDFacilityInformation(name='Jones Island Water Reclamation Facility', current_million_gallons=63, maximum_million_gallons=330)]
```

### Publishing

`source .venv/bin/activate`

