Bazel · Example Payload

Bcr Rules Python Metadata Example

Build SystemsBuild ToolBzlmodCI/CDDeveloper ToolsHermetic BuildsMonorepoOpen SourceRemote ExecutionStarlark

Bcr Rules Python Metadata Example is an example object payload from Bazel, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

homepagemaintainersrepositoryversionsyanked_versions

Example Payload

Raw ↑
{
  "homepage": "https://github.com/bazelbuild/rules_python",
  "maintainers": [
    {
      "name": "Bazel Python rules maintainers",
      "github": "bazelbuild"
    }
  ],
  "repository": [
    "github:bazelbuild/rules_python"
  ],
  "versions": [
    "0.20.0",
    "0.21.0",
    "0.22.0",
    "0.23.0",
    "0.24.0",
    "0.25.0",
    "0.26.0",
    "0.27.0",
    "0.28.0",
    "0.29.0",
    "0.30.0",
    "0.31.0",
    "0.32.0",
    "0.33.0",
    "0.34.0",
    "0.35.0",
    "0.36.0",
    "0.37.0",
    "0.38.0",
    "0.39.0",
    "0.40.0"
  ],
  "yanked_versions": {}
}