xyzspaces.config.default module

This module defines classes for default configuration for the project.

class xyzspaces.config.default.XYZConfig(**kwargs)[source]

Bases: object

This class defines methods to manage configurations for project.

__init__(**kwargs)[source]
classmethod from_default()[source]

Return the default config for the project.

Return type

xyzspaces.config.default.XYZConfig

classmethod from_file(path)[source]

Return the config from file path provided.

Parameters

path (Union[str, pathlib.Path]) –

Return type

xyzspaces.config.default.XYZConfig