bazel-contrib/rules_python
Auf GitHub ansehenAdd a library that defines a `Label` class in python
Open
#1.601 geöffnet am 9. Dez. 2023
help wanted
Repository-Metriken
- Stars
- (679 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
🚀 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__.