Source: python-omemo
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Martin <debacle@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
	dh-python,
	pybuild-plugin-pyproject,
	python3-all,
	python3-cryptography,
	python3-doubleratchet,
	python3-nacl,
	python3-oldmemo,
	python3-protobuf,
	python3-pytest,
	python3-pytest-asyncio,
	python3-setuptools,
	python3-twomemo,
	python3-typing-extensions,
	python3-x3dh,
	python3-xeddsa (>= 1~),
	python3-xmlschema,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/Syndace/python-omemo
Vcs-Git: https://salsa.debian.org/xmpp-team/python-omemo.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/python-omemo
Testsuite: autopkgtest-pkg-pybuild

Package: python3-omemo
Architecture: all
Depends: ${misc:Depends},
	${python3:Depends},
Description: Python 3 implementation of the OMEMO protocol
 This python library offers an open implementation of the OMEMO Multi-End
 Message and Object Encryption protocol as specified here.
 .
 Goals of this implementation are:
 .
  * Do not use libsignal but offer a solid alternative to it
  * Stay away from GPL (not possible until we move away from libsignals
    wireformat)
  * Be flexible to changes that might happen to the OMEMO protocol
  * Keep the structure close to the spec
  * Provide the parts of the protocol (X3DH, Double Ratchet) as own
    repositories
 .
 This package provides the Python 3.x module.
