beginnings of meshtastic.analysis

This commit is contained in:
Kevin Hester committed 2024-06-25 18:49:48 -07:00
1 parent 231bc25255
commit 4ca9aa29c2
3 files changed
+1636 -19

No files matched your search

+1
View File
@@ -0,0 +1 @@
"""Post-run analysis tools for meshtastic."""
Generated
+1624 -19
View File
File diff suppressed because it is too large. Load diff
+11
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"]