pudl.scripts.resource_description#
Tiny CLI for showing table descriptions without building the full docs.
Functions#
|
Compute and display the description components for a resource. |
Module Contents#
- pudl.scripts.resource_description.main(name: str) int[source]#
Compute and display the description components for a resource.
These components are used to build the full resource description which goes into the data dictionary, datapackage, and other downstream applications.
Useful when adding a new table, if you have the top-level structure installed in
pudl.metadata.resourcesbut don’t yet have public documentation written.