Metadata-Version: 2.1
Name: energy-trading-api
Version: 0.0.6
Summary: API Wrappers for the Energy Markets
Home-page: https://github.com/jericmac/energy-trading-api-wrappers
Author: jericmac
Author-email: 
License: UNKNOWN
Description: # Energy Trading API Wrappers
        This package aims to build Pandas-based API wrappers for Energy Markets Data coming from publicly available sources.
        
        
        > **disclaimer** While readily useable, this API library is under constant in development. Enjoy!
        
        Supported APIs:
        
        - [Western Australia Gas Bulletin Board](https://gbbwa.aemo.com.au/)
        
        ## Installation
        * Python 3.6 or 3.7
        
        To install,  use `pip` :
        ```bash
        $ pip install energy-trading-api
        ```
        
        ### Requirements
        * Python 3.7
        
        
        ## Usage
        
        ### Western Australia Gas Bulletin Board
        ```python
        from energy_trading_api import wagbb 
        wagbb.capacityOutlook()
        ```    
        [WAGBB API Documentation](https://gbbwa.aemo.com.au/api/v1/document/1f2bc41e-3e42-41eb-86f7-4a10d2d6e4bc/content)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
