bazel-contrib/rules_python
在 GitHub 查看Add a library that defines a `Label` class in python
Open
#1,601 创建于 2023年12月9日
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__.