mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* added python kanidm module * rewrote RADIUS integration * updated the documentation * updating github actions to run more often * BLEEP BLOOP ASYNCIO IS GR8 * adding config to makefile to run pykanidm tests Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Firstyear <william@blackhats.net.au>
11 lines
175 B
Markdown
11 lines
175 B
Markdown
# kanidm
|
|
|
|
A Python module for interacting with Kanidm.
|
|
|
|
## Installation
|
|
|
|
This probably won't work until we package and release it...
|
|
|
|
```shell
|
|
python -m pip install kanidm
|
|
``` |