diff --git a/website/docs/related-tools.md b/website/docs/related-tools.md index 42831d42afe0c..41bdfbaaa1407 100644 --- a/website/docs/related-tools.md +++ b/website/docs/related-tools.md @@ -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/).