Config — selkie
There are two items in the toplevel selkie module, outside of all submodules.
selkie.__version__is a string giving version information (major.minor.patch).
selkie.configis a dict that is loaded from the Selkie configuration file. If the environment variableSELKIE_CONFIGis set, it will be used as the configuration file pathname. Otherwise, the pathname is~/.selkie.json. The contents are in standard JSON format. They must be enclosed in braces, which is to say, they must define a dict.Various pieces of Selkie’s functionality make use of settings in
selkie.config.Each is documented separately.