pure-sasl

Pure Python client SASL implementation

MIT 16 个版本
Alex Shafer <ashafer01@gmail.com>
安装
pip install pure-sasl
poetry add pure-sasl
pipenv install pure-sasl
conda install pure-sasl
描述

This package provides a reasonably high-level SASL client written in pure Python. New mechanisms may be integrated easily, but by default, support for PLAIN, ANONYMOUS, EXTERNAL, CRAM-MD5, DIGEST-MD5, and GSSAPI are provided.