Source: python-josepy Section: python Priority: optional Maintainer: Debian Let's Encrypt Uploaders: Harlan Lieberman-Berg Build-Depends: debhelper-compat (= 13), dh-python, python3 (>= 3.3), python3-cryptography (>= 1.5~), python3-openssl (>= 0.13), python3-pytest, python3-setuptools (>= 1.0), python3-sphinx (>= 1.3.1-1~), python3-sphinx-rtd-theme Standards-Version: 4.6.0 Homepage: https://certbot.eff.org/ Vcs-Git: https://salsa.debian.org/letsencrypt-team/certbot/josepy.git Vcs-Browser: https://salsa.debian.org/letsencrypt-team/certbot/josepy Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-josepy Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: JOSE implementation for Python 3.x This package is a Python implementation of the standards developed by IETF Javascript Object Signing and Encryption (Active WG), in particular the following RFCs: . - JSON Web Algorithms (JWA) - JSON Web Key (JWK) - JSON Web Signature (JWS) . This package was originally developed as part of the ACME protocol implementation. This is the Python 3 library. Package: python-josepy-doc Section: doc Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: JOSE implementation for Python - Documentation This package is a Python implementation of the standards developed by IETF Javascript Object Signing and Encryption (Active WG), in particular the following RFCs: . - JSON Web Algorithms (JWA) - JSON Web Key (JWK) - JSON Web Signature (JWS) . This package was originally developed as part of the ACME protocol implementation. This is the documentation for the library.