Module config

Module config 

Source
Expand description

Parsing configuration files and representing them internally.

Modulesยง

error ๐Ÿ”’
This module contains different kinds of errors that can be returned by library functions.
file ๐Ÿ”’
Working with the configuration file written by the user.
instantiated_config ๐Ÿ”’
Creating and using the internal representation of all the important files, directories, and lints to check.
parse ๐Ÿ”’
Helper functions to parse a configuration file written by a user to create ConfigFiles and InstantiatedConfigs.
paths ๐Ÿ”’
This module is dedicated to functions for finding configuration file paths.
root_dirs ๐Ÿ”’