Metadata-Version: 2.1
Name: ec3-python-wrapper
Version: 0.0.3
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

UNDER ACTIVE DEVELOPMENT. MORE DOCUMENTATION AND FUNCTIONALITY COMING 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

For documentation on how to use the EC3 Python Wrapper visit:
[https://ec3-python-wrapper.readthedocs.io/](https://ec3-python-wrapper.readthedocs.io/)

### Usage Example

Some Jupyter Notebook examples are provided here:

* Overview of some available functions: [ec3_overview.ipynb](ec3_overview.ipynb)
* Querying and plotting materials: [ec3_materials_plot.ipynb](ec3_materials_plot.ipynb)

## Credits

* Obviously none of this would exist without the great efforts of the [Building Transparency](https://buildingtransparency.org/ec3) team and the EC3 database.
* Much of how this library has been structured was modeled off of the amazing work done on the [pyAirtable module](https://github.com/gtalarico/pyairtable).

## License
[MIT](https://opensource.org/licenses/MIT)
