physicsnemo_curator.wiz#

CLI entry point for PhysicsNeMo Curator.

Run psnc to launch the interactive pipeline wizard (default). Run psnc cache list to manage cached pipeline databases. Run psnc dashboard <db_path> to open the metrics dashboard.

Requires the psnc[wiz] extra (click, questionary, rich).

Attributes#

Functions#

main(→ None)

PhysicsNeMo Curator — interactive ETL pipeline toolkit.

wizard_cmd(→ None)

Launch the interactive pipeline wizard.

Package Contents#

physicsnemo_curator.wiz.main(ctx: click.Context) None#

PhysicsNeMo Curator — interactive ETL pipeline toolkit.

physicsnemo_curator.wiz.wizard_cmd() None#

Launch the interactive pipeline wizard.

physicsnemo_curator.wiz.console#