jborean93 / sansldap

Python Sans I/O LDAP Library
MIT License
6 stars 0 forks source link

sansldap - Python Sans-IO LDAP Library

Test workflow codecov PyPI version License

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 .