Metadata-Version: 2.1
Name: omemo-backend-signal
Version: 0.3.0
Summary: A backend for python-omemo offering compatibility with libsignal.
Home-page: https://github.com/Syndace/python-omemo-backend-signal
Author: Tim Henkes (Syndace)
Author-email: me@syndace.dev
License: GPLv3
Description: [![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.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Security :: Cryptography
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
