"""The Public Utility Data Liberation (PUDL) Project."""importimportlib.metadatafrom.import(analysis,convert,etl,extract,ferc_to_sqlite,glue,helpers,io_managers,logging_helpers,metadata,output,transform,validate,workspace,)logging_helpers.configure_root_logger()
[docs]__description__="Tools for liberating public US electric utility data."
[docs]__long_description__="""This Public Utility Data Liberation (PUDL) project is a collection of toolsthat allow programmatic access to and manipulation of many public data setsrelated to electric utilities in the United States. These data sets areoften collected by state and federal agencies, but are publicized in waysthat are not well standardized, or intended for interoperability. PUDLseeks to allow more transparent and useful access to this important publicdata, with the goal of enabling climate advocates, academic researchers, anddata journalists to better understand the electricity system and its impactson climate."""