kheops.plugin.backend package
Backend plugins
Submodules
kheops.plugin.backend.file module
File Backend Code
- class kheops.plugin.backend.file.Plugin(namespace)
Bases:
kheops.plugin.common.BackendPlugin
File Backend Plugin
This backend allows to lookup data into a file hierarchy. All files can be one of the cupported by the anyconfig python library.
- extensions = {'.yaml': 'yaml', '.yml': 'yaml'}
- fetch_data(config) list
- plugin_name = 'file'