libldap module - a wrapper for OpenLDAP library - version 1.3
Description
This module is a Python3 wrapper for the OpenLDAP library. Module defines only one exception: `LDAPError'. This exception is accompagnied with a string value which is generally the error message generated by OpenLDAP library.
See OpenLDAP library documentation (http://www.openldap.org) for more details.
Basic Installation
To build libldap:
-
You need to have OpenLDAP library and file `/usr/include/ldap.h' installed on your system
-
You need to have SASL library and file `/usr/include/sasl/sasl.h'
-
`cd' to the toplevel directory of the package and run the command:
$ python3 setup.py build
-
To (re)make html documentation, run (you need
sphinx' tool for Python3, see http://sphinx-doc.org andsphinx_py3doc_enhanced_theme' module):$ python3 setup.py build_sphinx --source-dir sphinx/source --build-dir doc
and you will find the documentation generated in subdirectory doc/html.
-
As `root', type:
$ python3 setup.py install
-
Optionally, you can type:
$ python3 setup.py clean
to save disk space.
Documentation
On line documentation can be found at:
http://libldap.readthedocs.io
License information
libldap is free software. See the file COPYING for copying conditions.
Note
This module has been tested on Linux and FreeBSD.
Author
Yves Legrandgerard email: ylg@irif.fr
Release files for py3-libldap 1.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py3-libldap-1.3.4.tar.gz | 17.4 kB | Details |
Release files / py3-libldap-1.3.4.tar.gz
| Download URL | py3-libldap-1.3.4.tar.gz |
|---|---|
| Size | 17.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f6322179ae5884580fce490ae82a5a7d9d72d3a7ff2ba5ade6fb9a063ffe0393
|
|
BLAKE2b-256 checksum How to use checksums |
bc166ca6b0e2f94a01088c3722d2cd490a9b343bd4179acdd114d01022141ddc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
|