sansldap

Python Sans I/O LDAP Library

MIT License

Downloads
3.9K
Stars
6

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

  • CPython 3.7+

Install

From PyPI

pip install sansldap

From Source

git clone https://github.com/jborean93/sansldap.git
cd sansldap
pip install -e .
Package Rankings
Top 10.35% on Pypi.org
Badges
Extracted from project README
Test workflow codecov PyPI version License