powermolecli package

Subpackages

Submodules

powermolecli.powermolecli module

Main code for powermolecli.

powermolecli.powermolecli.get_arguments()[source]

Gets us the cli arguments.

Returns the args as parsed from the argsparser.

powermolecli.powermolecli.main()[source]

Main method.

This method holds what you want to execute when the script is run on command line.

coloredlogs.install(level=None, **kw): Enables colored terminal output for Python’s logging module. https://coloredlogs.readthedocs.io/en/latest/api.html#coloredlogs.install

powermolecli.powermolecliexceptions module

Custom exception code for powermolecli.

exception powermolecli.powermolecliexceptions.SetupFailed(obj)[source]

Bases: Exception

The setup has failed.

Module contents

Import all parts from powermolecli here.