rename package (_rus suffix), convert to pyproject.toml, poetry lints

This commit is contained in:
2025-05-08 11:32:53 +02:00
parent 68ca87ee3a
commit a6b6ca9c8f
14 changed files with 260 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
from prometheus import Path, Counter, Gauge, Summary, GLOBAL_REGISTRY, NOW
from prometheus_rus import Path, Counter, Gauge, Summary, GLOBAL_REGISTRY, NOW
g1 = Gauge(value=20, path=Path("foobar_g1", {"server": "[host:xy]"}), help="foo help with bar")
g2 = Gauge(path=Path("foobar_g2", {"server": "[host:xy]"}), help="foo help with bar")