beginnings of meshtastic.analysis

This commit is contained in:
Kevin Hester
2024-06-25 18:10:47 -07:00
parent 231bc25255
commit 4ca9aa29c2
3 changed files with 1636 additions and 19 deletions

View File

@@ -0,0 +1 @@
"""Post-run analysis tools for meshtastic."""

1643
poetry.lock generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -46,6 +46,16 @@ types-setuptools = "^69.5.0.20240423"
types-pyyaml = "^6.0.12.20240311"
pyarrow-stubs = "^10.0.1.7"
# If you are doing power analysis you probably want these extra devtools
[tool.poetry.group.analysis]
optional = true
[tool.poetry.group.analysis.dependencies]
jupyterlab = "^4.2.2"
[tool.poetry.extras]
tunnel = ["pytap2"]
@@ -58,6 +68,7 @@ mesh-tunnel = "meshtastic.__main__:tunnelMain [tunnel]"
# then you can do stuff like "poe code" to run vscode inside this environment
[tool.poe.tasks]
code = "code ."
juypter = "poetry run jupyter lab"
[build-system]
requires = ["poetry-core"]