Metadata-Version: 2.0
Name: pyzipei
Version: 0.1.0
Summary: A utility library for retrieving electrical rates from OpenEI.org
Home-page: https://gitlab.com/pentairiot/PyZipEI
Author: PentairIoT
Author-email: pentairiot@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: bs4

# PyZipEI

PyZipEI is a python utility library for extracting electrical utility rates from OpenEI.org via zipcode

## Installation

```
sudo pip3 install pyzipei
```

## Command Line Interface

A simple CLI is provided. This can be used to verify installations by calling "PyZipEI" or "python3 -m PyZipEI". This will locate the residential rate for the US zipcode 27612. You can provide the CLI with arguments to change the zipcode, sector and logging verbosity.


