Skip to content

docs: Add python-ort reference in documentation #9930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions website/docs/related-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ A [bash script](https://github.com/oss-review-toolkit/orthw) that helps to simpl

[OpossumUI](https://github.com/opossum-tool/OpossumUI) is a desktop application that provides a compliance audit workflow.
ORT can generate input files for OpossumUI using the "Opossum" reporter.

## Python-Ort

[Python-Ort](https://github.com/heliocastro/python-ort) is a pydantic-based library to serialize/deserialize configs and reports generated by ORT using the default models.
Instructions to install are available on the [Python Ort Test PyPI Registry](https://test.pypi.org/project/python-ort/).
Loading