Source: txacme
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all-dev,
 python3-setuptools,
 python3-acme,
 python3-attr,
 python3-eliot (>= 0.8.0),
 python3-fixtures <!nocheck>,
 python3-hypothesis <!nocheck>,
 python3-josepy,
 python3-pem (>= 16.1.0),
 python3-testtools <!nocheck>,
 python3-treq,
 python3-twisted,
 python3-txsni,
Standards-Version: 4.6.1
Homepage: https://github.com/twisted/txacme
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/txacme
Vcs-Git: https://salsa.debian.org/python-team/packages/txacme.git

Package: python3-txacme
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: ACME protocol implementation for Twisted
 ACME is Automatic Certificate Management Environment, a protocol that
 allows clients and certificate authorities to automate verification
 and certificate issuance. The ACME protocol is used by the free
 Let's Encrypt Certificate Authority.
 .
 txacme is an implementation of the protocol for Twisted, the
 event-driven networking engine for Python.
