Source: ldif3 Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer Section: python Priority: extra Build-Depends: debhelper (>= 9), python-all, python-mock, python-nose, python-setuptools, python3-all, python3-mock, python3-nose, python3-setuptools Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ldif3.git Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ldif3.git Homepage: https://github.com/xi/ldif3 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 Package: python-ldif3 Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: generate and parse LDIF data This module parses and generates LDAP data in the format LDIF. It is implemented in pure Python and does not rely on any non-standard modules. The codebase is a fork of the ldif module from python-ldap with additional python3/unicode support. Package: python3-ldif3 Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: generate and parse LDIF data (Python3 version) This module parses and generates LDAP data in the format LDIF. It is implemented in pure Python and does not rely on any non-standard modules. The codebase is a fork of the ldif module from python-ldap with additional python3/unicode support. . This package contains the Python 3 version of the library.