You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

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


Maintainers
3

Readme

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc