httk.core.converting¶
The core-owned httk convert command.
httk convert loads a file with httk.core.load() and writes the result
with httk.core.save(), so any loadable file becomes any saveable format
when the matching capability modules (for example httk-atomistic)
are installed.
Functions¶
|
Handle the registered top-level convert command. |
Module Contents¶
- httk.core.converting.command(argv, context)[source]¶
Handle the registered top-level convert command.
- Parameters:
argv (collections.abc.Sequence[str]) – Arguments following the convert command name.
context (httk.core.cli.CLIContext) – Root CLI invocation context.
- Returns:
Command exit status.
- Return type: