套件:python-gnutls(3.1.2-1)
python-gnutls 的相關連結
Debian 的資源:
下載原始碼套件 python-gnutls:
維護小組:
- Debian Python Modules Team (QA 頁面, 郵件存檔)
- Bernd Zeimetz (QA 頁面)
- Dan Pascu (QA 頁面)
- Orestis Ioannou (QA 頁面)
外部的資源:
- 主頁 [cheeseshop.python.org]
相似套件:
Python wrapper for the GNUTLS library
This package provides a high level object oriented wrapper around libgnutls, as well as low level bindings to the GNUTLS types and functions via ctypes. The high level wrapper hides the details of accessing the GNUTLS library via ctypes behind a set of classes that encapsulate GNUTLS sessions, certificates and credentials and expose them to Python applications using a simple API.
The package also includes a Twisted interface that has seamless intergration with Twisted, providing connectTLS and listenTLS methods on the Twisted reactor once imported (the methods are automatically attached to the reactor by simply importing the GNUTLS Twisted interface module).
其他與 python-gnutls 有關的套件
|
|
|
|
-
- dep: libgnutls30
- GNU TLS library - main runtime library
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- rec: python-twisted-core
- Event-based framework for internet applications