[ 原始碼: appdirs ]
套件:python3-appdirs(1.4.4-1)
python3-appdirs 的相關連結
Debian 的資源:
下載原始碼套件 appdirs:
維護小組:
- Debian Python Modules Team (QA 頁面, 郵件存檔)
- Benjamin Drung (QA 頁面)
- Tristan Seligmann (QA 頁面)
- Scott Kitterman (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
determining appropriate platform-specific directories (Python 3)
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.
其他與 python3-appdirs 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)