hermes

Subpackages

Common routines

These methods are shared between the two main Subpackages of this library.

hermes.common.hook_default() str[source]

Returns the default CLI hook flag.

class hermes.common.hprint[source]

Class wrapper to print fancy colorful messages.

append() None[source]
err(head: str = 'error') None[source]
info(head: str = 'info', color: str = 'green') None[source]
std(head: str = 'hermes', color: str = 'blue') None[source]
warn(head: str = 'warning') None[source]
hermes.common.index_access(ipath, ifile, time='', autocreate=True) None[source]
hermes.common.index_get_tasks(ifile: str)[source]
hermes.common.read_permissions(ufile)[source]
hermes.common.settings_default_policy()[source]