diff options
| author | Lockywolf <for_sbo.python3-gnutls_2023-09-22@lockywolf.net> | 2023-09-23 10:11:03 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:34 +0700 |
| commit | bece2ab3d82bd6280e2600d40485e62ada296387 (patch) | |
| tree | be0c2e29bb03512860c4cda00d702e7264e3afc4 /python/python3-gnutls/README | |
| parent | c9700ab72c6584766b5a92fafa5dd6c747062fce (diff) | |
python/python3-gnutls: Added (gnutls wrapper).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gnutls/README')
| -rw-r--r-- | python/python3-gnutls/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/python/python3-gnutls/README b/python/python3-gnutls/README new file mode 100644 index 0000000000..821c3f1ee2 --- /dev/null +++ b/python/python3-gnutls/README @@ -0,0 +1,15 @@ +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). + |
