Source: pysodium Maintainer: Debian Python Team Uploaders: Christopher Hoskin , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, libsodium-dev, pkgconf, pybuild-plugin-pyproject, python3-all, python3-setuptools, Standards-Version: 4.1.3 Homepage: https://github.com/stef/pysodium Vcs-Git: https://salsa.debian.org/python-team/packages/pysodium.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pysodium Testsuite: autopkgtest-pkg-pybuild X-Style: black Package: python3-pysodium Architecture: all Depends: ${libsodium:Depends}, ${misc:Depends}, ${python3:Depends}, Description: Python libsodium wrapper (Python3 version) This is a very simple wrapper around libsodium masquerading as nacl. Most of the *_easy functions are not implemented as the wrapper provides an easy interface to the "non-easy" functions. . This package contains the Python 3 version of the library.