carstencodes / buildinfo-om

Python Object Model for JFrog BuildInfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuildInfo Object Model

The build info is an open standard by JFrog to store build results. It stores:

  • Information about the Build Agent
  • Information about the Build Machine
  • Information about the produced modules
  • Information about the dependencies required to reproduce the results of the build

As the original work is written in Go and not in python, this can be considered as a derivative work of the original work, which is published under the Apache License 2.0. So, this library comes in two flavors: The Apache License 2.0 due to the usage of the JSON Schema and the MIT License for the generated and programmed code.

Hence, you can consider the following SPDX-Identifier: Apache 2.0 OR MIT

About

Python Object Model for JFrog BuildInfo

License:Other


Languages

Language:Python 96.9%Language:Jinja 3.1%