[ 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