Name
python-olm
Description
Python bindings for the Olm C library.
Author
poljar
Maturity
Not actively maintained
Language
Python
License
Apache-2.0
Python bindings for Olm.
This is a fork of the official python bindings for the Olm C library found here. The bindings were rewritten using CFFI for python.
The specification of the Olm cryptographic ratchet which is used for peer to peer sessions of this library can be found here.
The specification of the Megolm cryptographic ratchet which is used for group sessions of this library can be found here.
An example of the implementation of the Olm and Megolm cryptographic protocol can be found in the Matrix protocol for which the implementation guide can be found here.
The full API reference can be found here.