dsml.rst 680 B

12345678910111213141516171819202122232425262728
  1. .. % $Id: dsml.rst,v 1.5 2011/07/28 09:05:10 stroeder Exp $
  2. ***************************************
  3. :mod:`dsml` DSMLv1 parser and generator
  4. ***************************************
  5. .. :py:module:: dsml
  6. :synopsis: Parses and generates DSMLv1 files
  7. .. moduleauthor:: python-ldap project (see http://www.python-ldap.org/)
  8. This module parses and generates LDAP data in the format DSMLv1. It is
  9. implemented in pure Python and does not rely on any non-standard modules.
  10. Therefore it can be used stand-alone without the rest of the python-ldap
  11. package.
  12. .. autoclass:: dsml.DSMLWriter
  13. :members:
  14. .. autoclass:: dsml.DSMLParser
  15. :members:
  16. .. _dsml-example:
  17. Example
  18. =======