python-gnutls 3.0.0-0ubuntu1 source package in Ubuntu

Changelog

python-gnutls (3.0.0-0ubuntu1) xenial; urgency=medium

  * New upstream version.

 -- Matthias Klose <email address hidden>  Tue, 29 Mar 2016 22:24:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Downloads

File Size SHA-256 Checksum
python-gnutls_3.0.0.orig.tar.gz 39.5 KiB 6c1274c9f5c0c8c18d050134d6aa2bff3dbf59349fe5485f447fff5c24eb2dfb
python-gnutls_3.0.0-0ubuntu1.diff.gz 3.1 KiB eb120004bf91f8a9a56b629a87315b743848e30856dd7a2ac033f42e91de81a7
python-gnutls_3.0.0-0ubuntu1.dsc 2.0 KiB 3203e52d74efba7a4e68148642f682356961443c002e1b70c8c635a2262bd2a8

Available diffs

View changes file

Binary packages built by this source

python-gnutls: 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).