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

command(argv, context)

Handle the registered top-level convert command.

Module Contents

httk.core.converting.command(argv, context)[source]

Handle the registered top-level convert command.

Parameters:
Returns:

Command exit status.

Return type:

int