Skip to content

API Evidentia Core

evidentia-wiki-sync[bot] edited this page May 29, 2026 · 1 revision

evidentia-core API

Auto-generated page. This public-surface index is generated from the package source by scripts/wiki/sync_api_docs.py. Do not edit it by hand; change the package and re-run the generator (uv run python scripts/wiki/sync_api_docs.py).

Core data models, catalog loading, and gap analysis engine for Evidentia GRC tool

Install: pip install evidentia-core. Import root: evidentia_core.

Public API

evidentia_core keeps a thin package root (it exposes only __version__); its API surface lives in the submodules listed below.

Submodules

Public submodules + subpackages of evidentia_core (import directly, e.g. from evidentia_core.ai_governance import ...):

  • evidentia_core.ai_governance
  • evidentia_core.audit
  • evidentia_core.catalogs
  • evidentia_core.config
  • evidentia_core.conmon
  • evidentia_core.effective_challenge_store
  • evidentia_core.evidence_store
  • evidentia_core.evidence_store_worm
  • evidentia_core.factory_resolver
  • evidentia_core.gap_analyzer
  • evidentia_core.gap_diff
  • evidentia_core.gap_store
  • evidentia_core.governance
  • evidentia_core.init_wizard
  • evidentia_core.metric_store
  • evidentia_core.model_risk
  • evidentia_core.model_risk_store
  • evidentia_core.models
  • evidentia_core.network_guard
  • evidentia_core.ocsf
  • evidentia_core.oscal
  • evidentia_core.plugins
  • evidentia_core.poam
  • evidentia_core.poam_store
  • evidentia_core.rbac
  • evidentia_core.retention
  • evidentia_core.retention_metadata_store
  • evidentia_core.risk_quant
  • evidentia_core.security
  • evidentia_core.tprm
  • evidentia_core.vendor_store
  • evidentia_core.workflow_store

Full signatures

This page is a public-surface index. For full, always-current type signatures and rendered docstrings, see the live API reference (built from the source with mkdocstrings) or read the source.

Clone this wiki locally