deb-python-pyldap/Doc/dsml.rst

680 B

dsml DSMLv1 parser and generator

python-ldap project (see http://www.python-ldap.org/)

This module parses and generates LDAP data in the format DSMLv1. It is implemented in pure Python and does not rely on any non-standard modules. Therefore it can be used stand-alone without the rest of the python-ldap package.

dsml.DSMLWriter

dsml.DSMLParser

Example