Source: python-pure-sasl Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools (>= 98~), python3-all, python3-setuptools, Build-Depends-Indep: python3-kerberos, python3-mock, python3-nose, Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pure-sasl Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pure-sasl.git Homepage: http://github.com/thobbs/pure-sasl Package: python3-pure-sasl Architecture: all Depends: python3-kerberos, ${misc:Depends}, ${python3:Depends}, Description: pure Python client SASL implementation - Python 3.x Pure-sasl is a pure python client-side SASL implementation. At the moment, it supports the following mechanisms: ANONYMOUS, PLAIN, EXTERNAL, CRAM-MD5, DIGEST-MD5, and GSSAPI. Support for other mechanisms may be added in the future. Only GSSAPI supports a QOP higher than auth. . This package contains the Python 3.x module.