New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sansldap

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sansldap

Sans I/O Python Library for LDAP

0.1.0
PyPI
Maintainers
3

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

  • CPython 3.7+

Install

From PyPI

pip install sansldap

From Source

git clone https://github.com/jborean93/sansldap.git
cd sansldap
pip install -e .

Keywords

ldap

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts