| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 
 | Source: python-signedjson
Maintainer: Matrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>,
 Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 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.5.0
Testsuite: autopkgtest-pkg-python
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.
 |