Metadata-Version: 2.1
Name: utility-bill-scraper
Version: 0.3.6
Summary: Utility bill scraper for extracting data from pdfs and websites.
License: BSD-3-Clause
Author: Ryan Fobel
Author-email: ryan@fobel.net
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: arrow (>=1.2.0,<2.0.0)
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: google-api-python-client (>=2.27.0,<3.0.0)
Requires-Dist: matplotlib (>=3.4.3,<4.0.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: pdfminer (>=20191125,<20191126)
Requires-Dist: selenium (>=3.141.0,<4.0.0)
Description-Content-Type: text/markdown

# Utility bill scraper

[![build](https://github.com/ryanfobel/utility-bill-scraper/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ryanfobel/utility-bill-scraper/actions/workflows/build.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ryanfobel/utility-bill-scraper/main)
[![PyPI version shields.io](https://img.shields.io/pypi/v/utility-bill-scraper.svg)](https://pypi.python.org/pypi/utility-bill-scraper/)

Extract energy usage and carbon footprint from utility websites or pdf bills. Currently, this library supports:

 * [Kitchener Utilities (gas & water)](https://www.kitchenerutilities.ca)
 * [Kitchener-Wilmot Hydro (electricity)](https://www.kwhydro.on.ca)

# Install

```
pip install utility-bill-scraper
```
