Metadata-Version: 2.1
Name: jendobson.greenbutton
Version: 0.0.1
Summary: Python tools to explore GreenButton data.
Home-page: https://github.com/JenDobson/greenbutton
Author: Jen Dobson
Author-email: jendobson@gmail.com
License: UNKNOWN
Description: # jendobson.greenbutton
        Python tools for working with [Green Button](http://www.greenbuttondata.org "The Green Button") data.
        
        To Use:
        
        ```python
        # Import the script greenbutton.py
        import greenbutton.greenbutton as gb
        
        # View the dataframe
        gb.df
        ```
        
        See also:
        * https://github.com/GreenButtonAlliance/hpxml
        * https://github.com/asciiphil/greenbutton-python/tree/master/doc
        * https://github.com/teeterc/gbapi
        
        
Keywords: greenbutton energy
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
