File: index.rst

package info (click to toggle)
python-bonsai 1.5.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,108 kB
  • sloc: python: 6,660; ansic: 5,534; makefile: 169; sh: 90
file content (52 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.. bonsai documentation master file, created by
   sphinx-quickstart on Sat Jan 18 21:30:25 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Bonsai's documentation
**********************

Bonsai is an LDAP module for Python 3, using OpenLDAP's libldap2 library on Linux, and the WinLDAP
library on Microsoft Windows to handle communications with LDAP capable directory servers.
The module main goal is to give a simple way to use the LDAP protocol as pythonic as it can be.

.. note::
   The module is compatible only with Python 3.7 or newer releases.

Features
========

* Uses LDAP libraries (OpenLDAP and WinLDAP) 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 library (like asyncio, gevent).


Contents
========

.. toctree::
   :maxdepth: 3

   install
   tutorial
   advanced
   api
   changelog
   
Contribution
============

Any contributions are welcome. If you would like to help in development fork or report issue on the
project's `GitHub site`_. You can also help in improving the documentation.

.. _github site: https://github.com/noirello/bonsai

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`