bazel-contrib/rules_python

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

Open

#1.601 geöffnet am 9. Dez. 2023

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Starlark (705 Forks)auto 404
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__.

Contributor Guide