Settings

a place to collect some common settings functionality

data sources can use those to store intermediate data in a common place

A user can override the settings via dynaconf.

pado.settings.pado_cache_path(pkg=None, *, ensure_dir=False)[source]

return the common path for pado cache files

Return type:

Path

pado.settings.pado_config_path(pkg=None, *, ensure_dir=False)[source]

return the common path for pado config files

Return type:

Path