pyampp.util.export_model_metadata ================================= .. py:module:: pyampp.util.export_model_metadata Attributes ---------- .. autoapisummary:: pyampp.util.export_model_metadata.app Functions --------- .. autoapisummary:: pyampp.util.export_model_metadata.main Module Contents --------------- .. py:data:: app .. py:function:: main(source_model: pathlib.Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True), output_h5: pathlib.Path | None = typer.Option(None, '--output', '-o', help='Output path for the thin file (defaults to _metadata.h5).'), strict: bool = typer.Option(False, '--strict', help='Fail if geometry contract cannot be completed during source restore.')) -> None Create a portable metadata-only thin model HDF5.