1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: txsni
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
python3-twisted,
python3-openssl
Standards-Version: 4.5.0
Homepage: https://github.com/glyph/txsni
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/txsni
Vcs-Git: https://salsa.debian.org/python-team/packages/txsni.git
Package: python3-txsni
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends}
Description: easy-to-use SNI endpoint for Twisted (Python 3)
This package adds support for SNI to Twisted.
.
Twisted is an event-based framework for internet applications.
|