Pypy Appdirs

Depending on your system (Linux, Mac OS X, or Windows), you have to use different directories for storing user data. appdirs will help you choose an appropriate: archetypes assets content data hugo.toml i18n layouts static themes user data directory (user_data_dir function) archetypes assets content data hugo.toml i18n layouts static themes user config directory (user_config_dir function) archetypes assets content data hugo.toml i18n layouts static themes user cache directory (user_cache_dir function) archetypes assets content data hugo.toml i18n layouts static themes site data directory (site_data_dir function) archetypes assets content data hugo.toml i18n layouts static themes site config directory (site_config_dir function) archetypes assets content data hugo.toml i18n layouts static themes user log directory (user_log_dir function) On Linux systems, these function return directories based on the XDG Base Directory Specification. This is the PyPy version of the package.