sansldap - Python Sans-IO LDAP Library

Library for LDAP in Python.
It does not provide any IO or concurrency logic as it's designed to be a pure Python implementation that is then used by other libraries.
This follows the sans-IO paradigm to promote re-usability and have it focus purely on the protocol logic.
Some examples that utilitise this library can be found in tests/examples
Documentation
Documentation is available at https://sansldap.readthedocs.io/.
Requirements
Install
From PyPI
pip install sansldap
From Source
git clone https://github.com/jborean93/sansldap.git
cd sansldap
pip install -e .