Source: python-potr Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>= 9.0~), dh-python, python-all (>= 2.6.6-3~), python3-all, python-setuptools (>= 0.6b3), python3-setuptools, python-crypto (>= 2.1), python3-crypto (>= 2.1) X-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 Standards-Version: 4.3.0 Homepage: https://github.com/python-otr/pure-python-otr Vcs-Git: https://salsa.debian.org/python-team/modules/python-potr.git.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-potr Package: python-potr Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Pure Python implementation of the OTR protocol pure-python-otr is a pure Python implementation of the OTR protocol (Off-the-Record encryption, see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their Python-based Instant Messaging clients. A gajim-otr plugin will be available in the next major Gajim release to provide IM encryption independently of the underlying chat protocol. . This package also includes the command line utility 'convertkey' for converting the old OTR file format to the new one. Package: python3-potr Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides} Description: Pure Python implementation of the OTR protocol (Python 3) pure-python-otr is a pure Python implementation of the OTR protocol (Off-the-Record encryption, see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their Python-based Instant Messaging clients. A gajim-otr plugin will be available in the next major Gajim release to provide IM encryption independently of the underlying chat protocol. . This is the Python 3 version of the package.