Metadata-Version: 2.4
Name: evidentia-integrations
Version: 0.8.3.1
Summary: Output integrations for Jira and ServiceNow
Project-URL: Homepage, https://github.com/allenfbyrd/evidentia
Project-URL: Repository, https://github.com/allenfbyrd/evidentia
Project-URL: Issues, https://github.com/allenfbyrd/evidentia/issues
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,grc,jira,servicenow,ticketing
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 :: System :: Systems Administration
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: evidentia-core<0.9.0,>=0.8.3.1
Requires-Dist: httpx>=0.27
Provides-Extra: all
Requires-Dist: jira>=3.8; extra == 'all'
Requires-Dist: msal>=1.31; extra == 'all'
Requires-Dist: pysnc>=1.1; extra == 'all'
Requires-Dist: tableauserverclient>=0.30; extra == 'all'
Provides-Extra: jira
Requires-Dist: jira>=3.8; extra == 'jira'
Provides-Extra: powerbi
Requires-Dist: msal>=1.31; extra == 'powerbi'
Provides-Extra: servicenow
Requires-Dist: pysnc>=1.1; extra == 'servicenow'
Provides-Extra: tableau
Requires-Dist: tableauserverclient>=0.30; extra == 'tableau'
Description-Content-Type: text/markdown

# evidentia-integrations

Output integrations for [Evidentia](https://github.com/allenfbyrd/evidentia). Push gaps to ticketing systems and export reports to industry-standard formats.

## Provides

- **Jira integration** — Create issues from ControlGap entries with framework-aware field population
- **ServiceNow integration** — Create GRC records and incidents from gaps and risks
- **OSCAL Assessment Results exporter** — Produce compliant OSCAL JSON for assessment reporting

## Install

```bash
pip install evidentia-integrations[jira]
pip install evidentia-integrations[servicenow]
pip install evidentia-integrations[all]
```

License: Apache 2.0
