ldap-ui 0.9.0__py3-none-any.whl → 0.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ldap_ui/__init__.py +1 -1
- {ldap_ui-0.9.0.dist-info → ldap_ui-0.9.1.dist-info}/METADATA +3 -3
- {ldap_ui-0.9.0.dist-info → ldap_ui-0.9.1.dist-info}/RECORD +7 -7
- {ldap_ui-0.9.0.dist-info → ldap_ui-0.9.1.dist-info}/LICENSE.txt +0 -0
- {ldap_ui-0.9.0.dist-info → ldap_ui-0.9.1.dist-info}/WHEEL +0 -0
- {ldap_ui-0.9.0.dist-info → ldap_ui-0.9.1.dist-info}/entry_points.txt +0 -0
- {ldap_ui-0.9.0.dist-info → ldap_ui-0.9.1.dist-info}/top_level.txt +0 -0
ldap_ui/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ldap-ui
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: A fast and versatile LDAP editor
|
|
5
5
|
Author: dnknth
|
|
6
6
|
License: MIT License
|
|
@@ -24,7 +24,7 @@ Requires-Dist: uvicorn
|
|
|
24
24
|
|
|
25
25
|
This is a *minimal* web interface for LDAP directories. Docker images for `linux/amd64` and `linux/arm64/v8` are [available](https://hub.docker.com/r/dnknth/ldap-ui).
|
|
26
26
|
|
|
27
|
-

|
|
27
|
+

|
|
28
28
|
|
|
29
29
|
Features:
|
|
30
30
|
|
|
@@ -82,7 +82,7 @@ Then install `ldap-ui` in a virtual environment:
|
|
|
82
82
|
```shell
|
|
83
83
|
python3 -m venv --system-site-packages venv
|
|
84
84
|
. venv/bin/activate
|
|
85
|
-
pip3 install
|
|
85
|
+
pip3 install ldap-ui
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
Possibly after a shell `rehash`, it is available as `ldap-ui`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ldap_ui/__init__.py,sha256=
|
|
1
|
+
ldap_ui/__init__.py,sha256=qWn38sHkooVeCw9daRP9jbAi2NLrMetwUD8NaCWPrv4,224
|
|
2
2
|
ldap_ui/__main__.py,sha256=J0Hc3IiwRAjNKeov7tCLgpZJwT2iUHcmXb4UmazRqU4,62
|
|
3
3
|
ldap_ui/app.py,sha256=68__BoGHFJU8HePoTKyYTM8B305s_dYnlKb8e9yWm8I,6312
|
|
4
4
|
ldap_ui/ldap_api.py,sha256=ecK8K-7-tkoA2df2dbQT8y61I70r7NukE3BQFNN1BsE,12776
|
|
@@ -16,9 +16,9 @@ ldap_ui/statics/assets/index-CA45Sb-q.js,sha256=qejoldzV9wbUVar1ljURYwyTb2DYn3HQ
|
|
|
16
16
|
ldap_ui/statics/assets/index-CA45Sb-q.js.gz,sha256=1yJTHdcLZLU2d6DkPKbmNEFiOlPo7vIWXYyg_fidSdE,43710
|
|
17
17
|
ldap_ui/statics/assets/index-DlTKbnmq.css,sha256=Rpthz_HvUybqmodfPCnOXFsSwGd7v8hhh-p-duAzf1E,48119
|
|
18
18
|
ldap_ui/statics/assets/index-DlTKbnmq.css.gz,sha256=Ctq3hMh_BBVt9zsh9CYlHpVtDDHanicyGPAdcGXIFXw,11532
|
|
19
|
-
ldap_ui-0.9.
|
|
20
|
-
ldap_ui-0.9.
|
|
21
|
-
ldap_ui-0.9.
|
|
22
|
-
ldap_ui-0.9.
|
|
23
|
-
ldap_ui-0.9.
|
|
24
|
-
ldap_ui-0.9.
|
|
19
|
+
ldap_ui-0.9.1.dist-info/LICENSE.txt,sha256=UpJ0sDIqHxbOtzy1EG4bCHs9R_99ODxxPDK4NZ0g3I0,1042
|
|
20
|
+
ldap_ui-0.9.1.dist-info/METADATA,sha256=uENv_PqySjK3XhZ0pF9kf7FiQ--WDHeHDD0a1--1YWc,6824
|
|
21
|
+
ldap_ui-0.9.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
22
|
+
ldap_ui-0.9.1.dist-info/entry_points.txt,sha256=rJuKzXUTziBohZ3-tt4-WbD2DOO1LHfzwnDm2HdCg84,40
|
|
23
|
+
ldap_ui-0.9.1.dist-info/top_level.txt,sha256=t9Agyig1nDdJuQvx_UVuk1n28pgswc1BIYw8E6pWado,8
|
|
24
|
+
ldap_ui-0.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|