Metadata-Version: 2.1
Name: omemo-backend-signal
Version: 0.2.7
Summary: A backend for python-omemo offering compatibility with libsignal.
Home-page: https://github.com/Syndace/python-omemo-backend-signal
Author: Tim Henkes
Author-email: me@syndace.dev
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.4, <4
Description-Content-Type: text/markdown
License-File: LICENSE

[![PyPI](https://img.shields.io/pypi/v/omemo-backend-signal.svg)](https://pypi.org/project/omemo-backend-signal/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/omemo-backend-signal.svg)](https://pypi.org/project/omemo-backend-signal/)

# python-omemo-backend-signal
#### A backend for python-omemo offering compatibility with libsignal.

This library implements a backend for [python-omemo](https://github.com/Syndace/python-omemo) offering compatibility with libsignal ([C](https://github.com/signalapp/libsignal-protocol-c), [Java](https://github.com/signalapp/libsignal-protocol-java), [JavaScript](https://github.com/signalapp/libsignal-protocol-javascript)). Look at [python-omemo](https://github.com/Syndace/python-omemo) for further usage information.

NOTE: This repository contains a compiled version of a [protobuf](https://developers.google.com/protocol-buffers/) structure definition file. The Makefile can be used to reproduce the compilation step. Tested to work with protoc v2.*, v3.0.0 and v3.6.1.


