losalamos.tools.ingest_references#

Ingest reference files from a source directory into a target dataset structure.

This CLI wraps the project Ingester, providing a minimal interface for batch ingestion with basic validation and progress feedback.

Usage#

Module execution (recommended):

Shell (bash/zsh):

python -m losalamos.tools.ingest_references         --src /path/to/source         --dst /path/to/destination

PowerShell (ps1):

$SRC="C:\path       o\source"
$DST="C:\path       o\destination"

python -m losalamos.tools.ingest_references --src $SRC --dst $DST

Functions

losalamos.tools.ingest_references.get_arguments()[source]#
losalamos.tools.ingest_references.main() None[source]#