{"library":"python-olm","title":"python-olm","description":"Python CFFI bindings for the Olm cryptographic ratchet library, used for end-to-end encryption in Matrix and other messaging protocols. Current version 3.2.16. Release cadence is irregular.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install python-olm"],"cli":null},"imports":["from olm import Olm","from olm import Account"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from olm import Account, Olm\n\n# Initialize the library\nolm = Olm()\n\n# Create an account\naccount = Account()\nprint(f\"Account created: {account.identity_keys['curve25519']}\")","lang":"python","description":"Create an Olm account and print the Curve25519 identity key.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}