qwikstart.config module

class qwikstart.config.Config(repo_cache:str, git_abbreviations:Dict[str, str])

Bases: object

git_abbreviations: Dict[str, str] = None
repo_cache: str = None
property repo_cache_path
qwikstart.config.get_user_config() → qwikstart.config.Config
qwikstart.config.load_custom_config_file() → Dict[str, Any]