bazel-contrib/rules_python

Add a library that defines a `Label` class in python

Open

#1,601 创建于 2023年12月9日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Starlark (705 fork)auto 404
help wanted

仓库指标

Star
 (679 star)
PR 合并指标
 (PR 指标待抓取)

描述

🚀 feature request

Description

I would love rules_python to expose a library similar to @rules_rust//util/label which defines a validated representation of a Label for users to use in their code.

It'd be fantastic if the interface was a class (Label) that did validation on __init__.

贡献者指南