Metadata-Version: 2.4
Name: evidentia
Version: 0.7.8
Summary: Open-source GRC tool: gap analysis, risk statements, evidence collection, web UI, and compliance automation
Project-URL: Homepage, https://github.com/allenfbyrd/evidentia
Project-URL: Documentation, https://evidentia.dev
Project-URL: Repository, https://github.com/allenfbyrd/evidentia
Project-URL: Changelog, https://github.com/allenfbyrd/evidentia/blob/main/CHANGELOG.md
Author-email: Allen Byrd <allen@allenfbyrd.com>
License-Expression: Apache-2.0
Keywords: compliance,governance,grc,iso27001,nist,oscal,risk,soc2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: evidentia-ai<0.8.0,>=0.7.0
Requires-Dist: evidentia-collectors<0.8.0,>=0.7.0
Requires-Dist: evidentia-core<0.8.0,>=0.7.0
Requires-Dist: evidentia-integrations<0.8.0,>=0.7.0
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.14
Provides-Extra: gui
Requires-Dist: evidentia-api<0.8.0,>=0.7.0; extra == 'gui'
Description-Content-Type: text/markdown

# evidentia

The Evidentia meta-package: provides the `evidentia` CLI and the optional REST API.

This package depends on `evidentia-core`, `evidentia-ai`, `evidentia-collectors`, and `evidentia-integrations`. Installing it pulls in everything needed for a full Evidentia installation.

## Install

```bash
pip install evidentia
```

## CLI

```bash
evidentia --help
cb --help                # short alias

evidentia init       # scaffold a new project
evidentia gap analyze --inventory my-controls.yaml --frameworks soc2-tsc
evidentia risk generate --context system-context.yaml --gaps report.json
```

## REST API

```bash
evidentia serve      # start FastAPI server on port 8000
```

License: Apache 2.0
