pudl.metadata

Metadata constants and methods.

Subpackages

Submodules

Package Contents

pudl.metadata.PUDL_PACKAGE[source]

Define a gobal PUDL package object for use across the entire codebase.

This needs to happen after the definition of the Package class above, and it is used in some of the class definitions below, but having it defined in the middle of this module is kind of obscure, so it is imported in the __init__.py for this subpackage and then imported in other modules from that more prominent location.