Configuration ============= To easily load and access your configuration options, you can use one of the provided objects. Loaded options are accessible via the dot notation of variables. .. note:: Keys from the configuration files are normalized into variables names, e.g. lower-cased, additional spaces are removed, special characters are replaced with "_" and accents are removed. For example ``Č. org.`` will transform into ``c_org`` or ``DIČ DPH`` into ``dic_dph``. .. automodule:: aiviro.modules.config :members: YAMLConfig, CSVConfig