update docs and remove packaging

This commit is contained in:
2025-05-09 17:12:57 +02:00
parent ef33d3e38b
commit 2ba10480b7
10 changed files with 16 additions and 96 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
from prometheus_rus import CounterFamily, GaugeFamily, SummaryFamily, Registry
from prometheus_rus import (
CounterFamily,
GaugeFamily,
Registry,
SummaryFamily,
)
registry = Registry()
@@ -24,4 +29,4 @@ s.observe(1, timestamp=None)
s.observe(2, timestamp=None)
s.observe(3)
print(registry.collect())
print(registry.collect(), end="")