Source: python-signedjson Maintainer: Matrix Packaging Team Uploaders: Andrej Shadura , Debian Python Team Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, pybuild-plugin-autopkgtest, python3-all, python3-setuptools (>= 0.6.24), python3-setuptools-scm, python3-canonicaljson (>= 1.0.0), python3-importlib-metadata, python3-nacl (>= 0.3.0), python3-unpaddedbase64 (>= 1.0.1), python3-typing-extensions (>= 3.5) Standards-Version: 4.6.2 Testsuite: autopkgtest-pkg-pybuild Rules-Requires-Root: no Homepage: https://github.com/matrix-org/python-signedjson Vcs-Git: https://salsa.debian.org/matrix-team/python-signedjson.git Vcs-Browser: https://salsa.debian.org/matrix-team/python-signedjson Package: python3-signedjson Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: sign JSON with Ed25519 signatures in Python 3 A module to sign JSON objects with ED25519 signatures. . * More than one entity can sign the same object. * Each entity can sign the object with more than one key making it easier to rotate keys * ED25519 can be replaced with a different algorithm. * Unprotected data can be added to the object under the "unsigned" key. . This package is for Python 3 only.