https://github.com/marcus67/python_base_app_ldap_extension
https://github.com/marcus67/python_base_app_ldap_extension
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcus67/python_base_app_ldap_extension
- Owner: marcus67
- License: gpl-3.0
- Created: 2022-04-05T18:56:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T00:31:53.000Z (over 3 years ago)
- Last Synced: 2025-03-08T16:04:40.305Z (over 1 year ago)
- Language: Python
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Python Application Framework Extension `python_base_app_ldap_extension`
## Overview
`python_base_app_ldap_extension` is an extension to `python_base_app` to provide LDAP login functionality.
It is used by [LittleBrother](https://github.com/marcus67/little_brother).
The LDAP functionality used to be included in `python_base_app` but was later extracted since the dependencies of
this module contain PIP packages which need to be compiled.
## Change History
See [here](https://github.com/marcus67/python_base_app_ldap_extension/blob/main/CHANGES.md)
## GitHub Status
## Continuous Integration Status Overview
| Status | Master | Release |
|:------------------- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CircleCI |
|
|
| Test Coverage |
|
|
| Snyk Vulnerability |
| not available |
| Snyk Package Health | not available | [](https://snyk.io/advisor/python/python-base-app-ldap-extension) |
| Codacy Code Quality |
| not available |
Note: The vulnerability status is derived from the Python PIP packages found in `requirements.txt`.
## Caveats
The extension is far from perfect. Some major caveats are listed here and/or in the
issue list on GitHub (see [here](https://github.com/marcus67/python_base_app_ldap_extension/issues)).