evgraph
Main Python library for Evgraph.
Use this package for day-to-day work: adapters, reporters, rule discovery, and the public scan API.
from evgraph import scan, scan_dataset_manifest
report = scan(
model_card_path="model_card.json",
approval_path="approval.json",
deployment_path="deployment.json",
)
print(report.to_json())
Features
- Adapters: Model Card (JSON), dataset manifest (CSV), MLflow registry
- Reporters: JSON, Markdown, SARIF, OSCAL
- API:
scan(),scan_dataset_manifest(),discover_rules()
Install
pip install -e .
pip install -e ".[mlflow]" # optional, for the MLflow adapter
License
BSD 3-Clause — see the monorepo LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
evgraph-0.1.0.tar.gz
(18.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
evgraph-0.1.0-py3-none-any.whl
(18.1 kB
view details)
File details
Details for the file evgraph-0.1.0.tar.gz.
File metadata
- Download URL: evgraph-0.1.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac155b61f2df3a0d4267d619a933fecece52a9fa6e84dc0869ae478332256acc
|
|
| MD5 |
cd89a2ea7d306506f5e543db9b526b97
|
|
| BLAKE2b-256 |
901770c79b2ae22fed7bcf63881c439289d09fda700f28b07b95822de88bd64a
|
File details
Details for the file evgraph-0.1.0-py3-none-any.whl.
File metadata
- Download URL: evgraph-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
019ece8ecec0aa967ee0d0bd2ddec74745b74a508ad36f6bd75dcd42ec367d97
|
|
| MD5 |
7cd4bb415462e06f9c3ccefc73630455
|
|
| BLAKE2b-256 |
6e1a63ddcb5f8b2aa968c501e90bc378361e7df23b3f5f36bcd98919732eac4b
|