Source: python-aioopenssl
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonas Schäfer <jonas@wielicki.name>,
	   Martin <debacle@debian.org>
Section: python
Standards-Version: 4.7.4
Build-Depends:
  debhelper-compat (= 13),
  python3 (>= 3.3),
  dh-python,
  python3-openssl,
  python3-setuptools,
  python3-sphinx,
Homepage: https://github.com/horazont/aioopenssl
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aioopenssl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aioopenssl

Package: python3-aioopenssl
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Description: Asyncio TLS Transport using PyOpenSSL 
 Compared to the built-in ssl functionalities of asyncio, this 
 module provides support for STARTTLS and the possibility to 
 invoke a coroutine after the handshake but before the data 
 transfer is resumed, e.g. to ask for certificate validation.
