Classes | |
class | memoized |
Functions | |
def | getBaseDir |
def | getLoggerDir |
def | getLoggingConfigPath |
def | getPluginSearchPath |
def | getTempDir |
def | getTestBaseDir |
def | getTestDataDir |
def | getTestTempDir |
Variables | |
list | CONFIG_ENTRY_NAMES |
int | EXPAND_LIMIT = 5 |
Module for reading data from the config (or overridden with environment variables)
def assetQC.api.config.getBaseDir | ( | ) |
def assetQC.api.config.getLoggerDir | ( | ) |
def assetQC.api.config.getTempDir | ( | ) |
00001 [ 00002 'ASSETQC_BASE_DIR', 00003 'ASSETQC_TEMP_DIR', 00004 'ASSETQC_TEST_BASE_DIR', 00005 'ASSETQC_TEST_TEMP_DIR', 00006 'ASSETQC_TEST_DATA_DIR', 00007 'ASSETQC_LOGGER_CONFIG_PATH', 00008 'ASSETQC_LOGGER_DIR', 00009 'ASSETQC_PLUGIN_SEARCH_PATH', 00010 ]