11 lines
324 B
TOML
11 lines
324 B
TOML
[project]
|
|
name = "meshcore-telemetry-scraper"
|
|
version = "0.1.0"
|
|
description = "Script for collecting telemetry from meshcore repeaters and sending it to a prometheus pushgateway"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"meshcore>=2.1.19",
|
|
"prometheus-client>=0.23.1",
|
|
"pyyaml>=6.0.3",
|
|
]
|