horazont / aiosasl

Pure-python, protocol-agnostic SASL implementation for asyncio
GNU Lesser General Public License v3.0
6 stars 6 forks source link
asyncio python3 sasl

aiosasl, pure python generic asyncio SASL library #####################################################

.. image:: https://github.com/horazont/aiosasl/workflows/CI/badge.svg :target: https://github.com/horazont/aiosasl/actions?query=workflow%3ACI+branch%3Adevel

.. image:: https://coveralls.io/repos/github/horazont/aiosasl/badge.svg?branch=devel :target: https://coveralls.io/github/horazont/aiosasl?branch=devel

aiosasl provides a generic, asyncio-based SASL library. It can be used with any protocol, provided the necessary interface code is provided by the application or protocol implementation.

Dependencies

Supported SASL mechanisms

Documentation

Official documentation can be built with sphinx and is available online on our servers <https://docs.zombofant.net/aiosasl/devel/>_.

Supported channel binding methods