Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37430650
en ru br
ALT Linux repos
S:3.1.10-alt1

Group :: Development/Python3
RPM: python3-module-gnutls

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.1.10-alt1
Build date: 2 april 2023, 12:41 ( 54.8 weeks ago )
Size: 186.95 Kb

Home page:   https://github.com/AGProjects/python3-gnutls

License: LGPL-2.1+
Summary: GnuTLS bindings for Python
Description:

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).

The high level wrapper is written using the GnuTLS library bindings that are
made available via ctypes. This makes the wrapper very powerful and flexible
as it has direct access to all the GnuTLS internals and is also very easy to
extend without any need to write C code or recompile anything.

Current maintainer: Andrey Cherepanov

List of contributors

List of rpms provided by this srpm:

  • python3-module-gnutls
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin