Package python3-module-gnutls: Information

    Source package: python3-module-gnutls
    Version: 3.1.10-alt1
    Build time:  Apr 3, 2023, 12:07 PM
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    python3-module-gnutls (noarch)

    Maintainer: Andrey Cherepanov

    List of contributors:
    Andrey Cherepanov

      1. rpm-build-python3
      2. python3-dev
      3. python3-module-pyproject-installer >= 0.4.0
      4. python3-module-setuptools
      5. python3-module-wheel

    Last changed


    April 2, 2023 Andrey Cherepanov 3.1.10-alt1
    - new version 3.1.10
    May 27, 2021 Andrey Cherepanov 3.1.8-alt1
    - Initial build for Sisyphus