psyplot.config package

Configuration module of the psyplot package

This module contains the module for managing rc parameters and the logging. Default parameters are defined in the rcsetup.defaultParams dictionary, however you can set up your own configuration in a yaml file (see psyplot.load_rc_from_file())

Data:

config_path

str or None.

logcfg_path

str.

psyplot.config.config_path = None

str or None. Path to the yaml configuration file (if found). See psyplot_fname() for further information

Type:

class

psyplot.config.logcfg_path = '/builds/psyplot/psyplot/psyplot/config/logging.yml'

str. Path to the yaml logging configuration file

Submodules