Metadata-Version: 2.4
Name: evgraph-cli
Version: 0.1.0
Summary: Command-line interface for Evgraph (evgraph scan / evgraph scan-dataset-manifest).
Author-email: Marti Soura Vamseekar <martisoura@gmail.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/SVamseekar/evgraph
Project-URL: Documentation, https://github.com/SVamseekar/evgraph/tree/main/docs
Project-URL: Repository, https://github.com/SVamseekar/evgraph
Project-URL: Changelog, https://github.com/SVamseekar/evgraph/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/SVamseekar/evgraph/issues
Keywords: evidence-graph,governance,cli,audit
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: evgraph>=0.1.0
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"

# evgraph-cli

Command-line interface for [Evgraph](https://github.com/SVamseekar/evgraph).

Thin wrapper over the `evgraph` Python library—same behavior as the API,
usable from shells and CI.

```bash
evgraph scan model_card.json approval.json deployment.json --format markdown
evgraph scan-dataset-manifest dataset_manifest.csv --format json
```

## Install

```bash
pip install -e .
```

## License

BSD 3-Clause — see the monorepo `LICENSE`.
