Source: ldif3
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-mock,
 python3-nose,
 python3-setuptools,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/ldif3
Vcs-Git: https://salsa.debian.org/python-team/modules/ldif3.git
Homepage: https://github.com/xi/ldif3
Testsuite: autopkgtest-pkg-python

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.
