kanidm/pykanidm
James Hodgkinson 1774f9428c
Bye poetry, hi uv for python things ()
* fix: moving from poetry to uv for python packaging
* fix: updating rlm_python to use uv for things
2025-05-13 02:59:05 +00:00
..
docs Windows build fixes () 2023-02-28 11:39:39 +10:00
kanidm Bye poetry, hi uv for python things () 2025-05-13 02:59:05 +00:00
tests Bye poetry, hi uv for python things () 2025-05-13 02:59:05 +00:00
mkdocs.yml less lint more bark, ruff ruff () 2023-01-23 19:56:49 +10:00
pyproject.toml Bye poetry, hi uv for python things () 2025-05-13 02:59:05 +00:00
radius_test_env.sh PyKanidm updates and testing () 2024-01-31 03:27:43 +00:00
README.md Bye poetry, hi uv for python things () 2025-05-13 02:59:05 +00:00
run_coverage.sh Bye poetry, hi uv for python things () 2025-05-13 02:59:05 +00:00
uv.lock Bye poetry, hi uv for python things () 2025-05-13 02:59:05 +00:00

kanidm

A Python module for interacting with Kanidm.

Currently in very very very early beta, please log an issue for feature requests and bugs.

Installation

python -m pip install kanidm

Documentation

Documentation can be generated by cloning the repository and running make docs/pykanidm/build. The documentation will appear in ./pykanidm/site. You'll need make and the uv package installed.

Testing

Set up your dev environment using uv - python -m pip install uv && uv sync.

Pytest it used for testing, if you don't have a live server to test against and config set up, use uv run pytest -m 'not network'.

Changelog

Version Date Notes
0.0.1 2022-08-16 Initial release
0.0.2 2022-08-16 Updated license, including test code in package
0.0.3 2022-08-17 Updated test suite to allow skipping of network tests
1.2.0 2025-05-13 Replaced poetry with uv for packaging