Endian banner

endian.data.drivers package

Submodules

endian.data.drivers.commons module

get_configuration_files(key, obj)
get_configuration_files()

Get the list of the configuration files for a given DataSource key

Parameters:
  • key (string) – the key
  • obj (DataSource) – the datasource instance
get_configuration(key, obj)
get_configuration()

Read the configuration for a given DataSource key

Parameters:
  • key (string) – the key
  • obj (DataSource) – the datasource instance
get_backend(configfiles)
get_backend()

Read the backend option from the config section of the given configfiles

Parameters:configfiles (ConfigParser instance or a list of config file names) –
Returns:The backend as a string or None
Return type:String or None

endian.data.drivers.csvfile module

init()

endian.data.drivers.ds module

init()

endian.data.drivers.fs module

init()

endian.data.drivers.jsonfile module

init()

endian.data.drivers.settingsfile module

init()

endian.data.drivers.yamlfile module

init()