# Functions
ConfigDir returns the configuration directory of srctool.
ConfigFilePath returns the path of the configuration file.
DataDir returns the data directory of srctool.
LocalChecksumPath returns the path of the checksum file for a given parser.
New creates a new Config initialized with the values defined in the configuration file located in $XDG_CONFIG_HOME/srctool/srctool.conf.
ParserPath return the local path of a parser.
ParsersDir returns the path of the parsers directory.
ParserURI returns the full URI of a parser on the download server.
RemoteChecksumsPath returns the path of the remotes checksums file.
RemoteParserPath returns the remote parser path.
TempPath returns the temporary path of the compressed parser.
# Constants
Checksum file name.
Configuration file name.
Configuration folder name.
Data folder name.
DefaultConfigDir is the default configuration directoy when $XDG_CONFIG_HOME is not set.
DefaultDataDir is the default data directoy when $XDG_DATA_HOME is not set.
Parsers folder name.