python3-pure-sasl

pure Python client SASL implementation - Python 3.x
  http://github.com/thobbs/pure-sasl
  0
  no reviews



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.