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

Generic Plugin Class

extensions = {'.yaml': 'yaml', '.yml': 'yaml'}
fetch_data(config) list