Metadata-Version: 2.1
Name: ercotutils
Version: 1.0.0
Summary: ERCOT utils for Python
Home-page: https://github.com/mmccollom/ercot_mis_pylib
Author: Matthew McCollom
Author-email: matthewmccollom1989@gmail.com
Project-URL: Bug Tracker, https://github.com/mmccollom/ercot_mis_pylib/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests (>=2.5.0)

# ERCOT Python Utility
This library aims to ease the use of the ERCOT MIS system.

### How to use
    from ercotutils import misutil
    
    # Get a list of all the ICE documents for a given report type
    ice_doc_list = misutil.get_ice_doc_list('13499')

    ....


    # Get the file contents of a zipped csv document
    byte_content = misutil.get_zipped_file_contents('4433444')


### License
MIT License
