maestral.config =============== .. py:module:: maestral.config Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/maestral/config/main/index /autoapi/maestral/config/user/index Package Contents ---------------- .. py:function:: list_configs() Lists all maestral configs. :returns: A list of all currently existing config files. .. py:function:: remove_configuration(config_name) Removes all config and state files associated with the given configuration. :param config_name: The configuration to remove. .. py:function:: validate_config_name(string) Validates that the config name does not contain any whitespace. :param string: String to validate. :returns: The input value. :raises ValueError: if the config name contains whitespace.