kdb.config module

Configuration Handling

Supports configuration of options via the command-line and/or a configuration file. Optiona read form configuration file override those given via command line options.

class kdb.config.Config(file=None, **kwargs)

Bases: kdb.reprconf.Config

parse_environ()

Check the environment variables for options.

parse_options()
prefix = 'KDB_'
reload_config()
save_config(filename=None)

This Page