config

Handle specific configuration settings, such as data locations.

Configuration is handled with a configuration file with a configparser syntax.

The location of the configuration file is determined by the environment variable TYPHONRC. If this is not set, it will use ~/.typhonrc.

conf

ConfigParser implementing interpolation.