[Python-modules-team] ITP: python-gnutls -- Python wrapper for the GNUTLS library
Bernd Zeimetz
bernd at bzed.de
Thu Jun 14 19:10:26 UTC 2007
Package: wnpp
Severity: wishlist
* Package name : python-gnutls
Version : 1.1.1
Upstream Author : Dan Pascu <dan at ag-projects.com>, Mircea Amarascu
* URL : http://cheeseshop.python.org/pypi/python-gnutls
* License : LGPL
Programming Lang: Python
Description : 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).
More information about the Python-modules-team
mailing list