[ ソース: python-gssapi ]
パッケージ: python3-gssapi (1.9.0-1)
python3-gssapi に関するリンク
Debian の資源:
python-gssapi ソースパッケージをダウンロード:
メンテナ:
- Debian Python Team (QA ページ)
- Robbie Harwood (frozencemetery) (QA ページ)
- Timo Aaltonen (QA ページ)
- Martin (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python 3 interface to GSSAPI
Python3 Bindings for GSSAPI. These bindings are for both RFC 2743/2744 and many extensions. They are native bindings produced using Cython.
Available extensions will vary based on what your GSSAPI implementation supports; see package documentation for a detailed list of what is available.
その他の python3-gssapi 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgssapi-krb5-2 (>= 1.17)
- MIT Kerberos ランタイムライブラリ - krb5 GSS-API 機構
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-decorator
- simplify usage of Python decorators by programmers