pyroxy.config

class pyroxy.config.PyroxyConfig[source]

Bases: dict

Dictionary mixin that pulls config values from a specified config path using load_config().

APP_CONFIG_SECTION = 'main'
load_config(config_path)[source]

Verifies that the path specified in config_path refers to a valid path, and populates the dictionary with values from the config. This should be a valid config file. See configuration narrative for valid config values used throughout the application.

Parameters:config_path – Path to a valid Python parser.

Project Versions

Previous topic

<no title>

Next topic

pyroxy.controllers.simple

This Page