[ 源代码: python-gssapi ]
软件包:python3-gssapi(1.8.2-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.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgssapi-krb5-2 (>= 1.17)
- MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-decorator
- simplify usage of Python decorators by programmers