config¶
- class audbcards.config[source]¶
Get/set configuration values for the
audbcardsmodule.Examples
>>> config.CACHE_ROOT '~/.cache/audbcards' >>> config.CACHE_ROOT = "~/audbcards" >>> config.CACHE_ROOT '~/audbcards'
CACHE_ROOT¶
- config.CACHE_ROOT = '~/.cache/audbcards'¶
Default cache folder.
It can be overwritten by the
AUDBCARDS_CACHE_ROOTenvironment variable.