Source: python-acme Maintainer: Debian Let's Encrypt Uploaders: Harlan Lieberman-Berg Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-cryptography (>= 2.5~), python3-docutils, python3-josepy (>= 1.13.0~), python3-ndg-httpsclient, python3-openssl (>= 17.5.0), python3-pytest, python3-requests, python3-rfc3339, python3-setuptools (>= 41.6~), python3-sphinx (>= 1.3.1-1~), python3-sphinx-rtd-theme, python3-tz (>= 2019.3~) Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/letsencrypt-team/certbot/acme Vcs-Git: https://salsa.debian.org/letsencrypt-team/certbot/acme.git Homepage: https://letsencrypt.org/ Rules-Requires-Root: no Package: python3-acme Architecture: all Depends: ca-certificates, python3-openssl (>= 17.5.0), ${misc:Depends}, ${python3:Depends} Suggests: python-acme-doc Provides: python3-acme-abi-${Abi-major-version} (= ${Abi-major-minor-version}) Description: ACME protocol library for Python 3 This is a library used by the Let's Encrypt client for the ACME (Automated Certificate Management Environment). The ACME protocol is designed as part of the Let's Encrypt project, to make it possible to setup an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This library implements the protocol used for proving the control of a domain. This library is Python 3. Package: python-acme-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: ACME protocol library for Python 3 - Documentation This is a library used by the Let's Encrypt client for the ACME (Automated Certificate Management Environment). The ACME protocol is designed as part of the Let's Encrypt project, to make it possible to setup an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This library implements the protocol used for proving the control of a domain. . This package provides the documentation.