aeidon.paths

Source: aeidon/paths.py

Paths to files and directories used.

aeidon.paths.CONFIG_HOME_DIR

Path to the user’s local configuration directory

aeidon.paths.DATA_DIR

Path to the global data directory

aeidon.paths.DATA_HOME_DIR

Path to the user’s local data directory

aeidon.paths.LOCALE_DIR

Path to the global locale directory

Functions

aeidon.paths.get_config_home_directory()

Return path to the user’s configuration directory.

aeidon.paths.get_config_home_directory_windows()

Return path to the user’s configuration directory on Windows.

aeidon.paths.get_config_home_directory_xdg()

Return path to the user’s XDG configuration directory.

aeidon.paths.get_data_directory()

Return path to the global data directory.

aeidon.paths.get_data_directory_frozen()

Return path to the global data directory on frozen.

aeidon.paths.get_data_directory_source()

Return path to the global data directory when running from source.

aeidon.paths.get_data_home_directory()

Return path to the user’s data directory.

aeidon.paths.get_data_home_directory_windows()

Return path to the user’s data directory on Windows.

aeidon.paths.get_data_home_directory_xdg()

Return path to the user’s XDG data directory.

aeidon.paths.get_locale_directory()

Return path to the locale directory.

aeidon.paths.get_locale_directory_frozen()

Return path to the locale directory on frozen.

aeidon.paths.get_locale_directory_source()

Return path to the locale directory when running from source.