This is an implementation of Simple Authentication and Security Layer (SASL) for Python. Mechanisms implemented here support the client-side and the server-side parts of their protocols. Included mechanisms are:
- PLAIN
- DIGEST-MD5
- SCRAM-* (in progress)