GovOPlaN

govoplan-identity (0.1.18)

Published 2026-08-05 21:13:29 +02:00 by govoplan-package-publisher

Installation

pip install --index-url https://git.add-ideas.de/api/packages/GovOPlaN/pypi/simple/ --extra-index-url https://pypi.org/simple govoplan-identity

About this package

GovOPlaN identity directory module.

GovOPlaN Identity

Repository type: module (platform).

govoplan-identity is the canonical identity directory module for GovOPlaN.

It owns identities and links between identities and platform accounts. This is separate from IDM connectors and from access control.

Boundary

Identity owns:

  • identity records for people, services, and other internal subjects
  • account links for identities that can use multiple accounts
  • primary account selection for display and explainability
  • accepted normalized identity facts after import or manual administration

Identity does not own:

  • password authentication, sessions, API keys, or CSRF
  • roles, rights, permission evaluation, or access decisions
  • organization units, functions, or function assignments
  • external directory connector internals

Module Contract

The module registers the identity.directory capability from govoplan_core.core.identity.

Feature modules should consume the capability instead of importing identity ORM models.

Development Install

From the core checkout:

cd /mnt/DATA/git/govoplan-core
./.venv/bin/python -m pip install -e ../govoplan-identity

Requirements

Requires Python: >=3.12
Details
PyPI
2026-08-05 21:13:29 +02:00
4
GovOPlaN
12 KiB
Assets (1)
Versions (8) View all
0.1.21 2026-09-08
0.1.20 2026-08-24
0.1.19 2026-08-23
0.1.18 2026-08-05
0.1.17 2026-08-05