python3-appdirs

determining appropriate platform-specific directories (Python 3)

Description

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:

 * user data directory (user_data_dir function)
 * user config directory (user_config_dir function)
 * user cache directory (user_cache_dir function)
 * site data directory (site_data_dir function)
 * site config directory (site_config_dir function)
 * user log directory (user_log_dir function)

On Linux systems, these function return directories based on the XDG Base Directory Specification.

This is the Python 3 version of the package.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/ActiveState/appdirs


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-appdirs