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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: python-bonsai
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Robin Jarry <robin@jarry.cc>
Standards-Version: 4.6.1
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
furo <!nodoc>,
libldap2-dev,
libkrb5-dev,
libsasl2-dev,
python3-all-dev,
python3-gevent,
python3-pytest,
python3-pytest-timeout,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-tornado,
python3-trio,
Homepage: https://github.com/noirello/bonsai
Vcs-Git: https://salsa.debian.org/python-team/packages/python-bonsai.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bonsai
Rules-Requires-Root: no
Package: python3-bonsai
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
${python3:Depends},
Recommends:
python3-gevent,
python3-tornado,
Suggests:
python3-bonsai-doc,
Description: Asyncio/gevent/tornado-compatible LDAP library
Bonsai is library for handling LDAP operations in Python. LDAP entries are
mapped to a special Python case-insensitive dictionary, tracking the changes
of the dictionary to modify the entry on the server easily.
.
Supports only Python 3.6 or newer, and LDAPv3.
.
Uses LDAP libraries 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 libraries (like asyncio, gevent).
Package: python3-bonsai-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Asyncio/gevent/tornado-compatible LDAP library (documentation)
Bonsai is library for handling LDAP operations in Python. LDAP entries are
mapped to a special Python case-insensitive dictionary, tracking the changes
of the dictionary to modify the entry on the server easily.
.
Supports only Python 3.6 or newer, and LDAPv3.
.
Uses LDAP libraries 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 libraries (like asyncio, gevent).
.
This package contains the HTML documentation.
|