Source: python-jose Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Adam Cecile , Michael Fladischer , Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-sphinxdoc , python3-all, python3-cryptography, python3-ecdsa (<< 1.0~), python3-pyasn1, python3-pytest , python3-pytest-cov , python3-pytest-runner , python3-rsa, python3-setuptools, python3-six (<< 2.0~), python3-sphinx , Standards-Version: 4.6.0.1 Homepage: https://github.com/mpdavis/python-jose Vcs-Browser: https://salsa.debian.org/python-team/packages/python-jose Vcs-Git: https://salsa.debian.org/python-team/packages/python-jose.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python-jose-doc Build-Profiles: Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: JavaScript Object Signing and Encryption (JOSE) for Python (documentation) Implement the following features: . - JSON Web Signature (JWS), - JSON Web Encryption (JWE), - JSON Web Key (JWK), - and JSON Web Algorithms (JWA). . This is the common documentation package. Package: python3-jose Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: python3-crypto, python3-cryptography, Suggests: python-jose-doc, Description: JavaScript Object Signing and Encryption (JOSE) for Python Implement the following features: . - JSON Web Signature (JWS), - JSON Web Encryption (JWE), - JSON Web Key (JWK), - and JSON Web Algorithms (JWA). . This package installs the library for Python 3.