[ 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