Metadata-Version: 2.1
Name: ec3-python-wrapper
Version: 0.0.1.dev2
Summary: A python wrapper around the EC3 api by Building Transparency
Home-page: https://github.com/jbf1212/ec3-python-wrapper
Author: Jared Friedman
License: The MIT License (MIT)
Project-URL: Homepage, https://github.com/jbf1212/ec3-python-wrapper
Project-URL: Bug Tracker, https://github.com/jbf1212/ec3-python-wrapper/issues
Keywords: ec3,api
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# EC3 Python Wrapper

WORK IN  PROGRESS...COME BACK SOON

This is a Python wrapper for working with the Building Transparency EC3 API.
Documentation for the EC3 API can be found at [https://buildingtransparency.org/ec3/manage-apps/api-doc/api](https://buildingtransparency.org/ec3/manage-apps/api-doc/api)

## Installing

```
pip install ec3-python-wrapper
```

## Documentation

Documentation in Progress at [https://ec3-python-wrapper.readthedocs.io/](https://ec3-python-wrapper.readthedocs.io/)

### Usage Example

A Jupyter Notebook with some examples onf how to use the EC3 Python Wrapper can be found here...

Below are some examples on using the wrapper...
