[ buster ]
[ bullseye ]
[ 原始碼: appdirs ]
套件:pypy-appdirs(1.4.4-1)
pypy-appdirs 的相關連結
Debian 的資源:
下載原始碼套件 appdirs:
維護小組:
- Debian Python Modules Team (QA 頁面, 郵件存檔)
- Benjamin Drung (QA 頁面)
- Tristan Seligmann (QA 頁面)
- Scott Kitterman (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
determining appropriate platform-specific directories (PyPy)
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 PyPy version of the package.
其他與 pypy-appdirs 有關的套件
|
|
|
|
-
- dep: pypy
- fast alternative implementation of Python - PyPy interpreter