craft_parts.main module

Part crafting command line tool.

This is the main entry point for the craft_parts package, invoked when running python -mcraft_parts. It provides basic functionality to process a parts specification and display the planned sequence of actions (using –dry-run) or execute them.

craft_parts.main.main()[source]

Run the command-line interface.

Return type:

None