python3-bonsai

Asyncio/gevent/tornado-compatible LDAP library
  https://github.com/noirello/bonsai
  0
  no reviews



Bonsai is library for handling LDAP operations in Python. LDAP entries are mapped to a special Python case-insensitive dictionary, tracking the changes of the dictionary to modify the entry on the server easily.

Supports only Python 3.6 or newer, and LDAPv3.

Uses LDAP libraries written in C for faster processing.

Simple pythonic design.

Implements an own dictionary-like object for mapping LDAP entries that makes easier to add and modify them.

Works with various asynchronous libraries (like asyncio, gevent).