Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Txzmq | 148 | 57 | 6 | a year ago | 20 | September 15, 2021 | 7 | mpl-2.0 | Python | |
ZeroMQ bindings for Twisted | ||||||||||
Elm Chartjs | 17 | 7 years ago | 2 | bsd-3-clause | JavaScript | |||||
Use Chartjs charts in Elm | ||||||||||
Eventpanda | 15 | 12 years ago | other | Ruby | ||||||
ffi bindings for libevent. API compatible to EventMachine. | ||||||||||
Python Gnutls | 9 | 1 | 3 years ago | 25 | March 20, 2020 | 2 | other | Python | ||
GnuTLS bindings for Python | ||||||||||
Zedux Immer | 3 | 2 months ago | mit | JavaScript | ||||||
ATTENTION! This is the old repository. The Zedux React package has moved to https://github.com/omnistac/zedux/tree/master/packages/immer | ||||||||||
Reactor Framework | 2 | 6 years ago | 2 | JavaScript | ||||||
very fast reactive MVVM framework |
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).
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.