bazel-contrib/rules_python
GitHub ã§èŠãAdd a library that defines a `Label` class in python
Open
#1,601 opened on 2023幎12æ9æ¥
help wanted
Repository metrics
- Stars
- Â (679 stars)
- PR merge metrics
- Â (PR metrics pending)
説æ
ð 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__.