File tree Expand file tree Collapse file tree 4 files changed +1539
-2
lines changed
Expand file tree Collapse file tree 4 files changed +1539
-2
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3
1+ #!/usr/bin/env -S uv run --script
2+
3+ # /// script
4+ # requires-python = ">=3.9.2"
5+ # dependencies = [
6+ # "pyln-client>=24.11",
7+ # "packaging>=24.1"
8+ # ]
9+ # ///
10+
211"""
312This is a quick hack and adapted plugin from the summary.py plugin (orinigally written by Rusty Russell
413This one is adapted by Rene Pickhardt and aims to help you identify inactive channels quickly
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " monitor"
3+ version = " 0.1.0"
4+ description = " Monitors the health of your peers and helps you to decide if you might want to close a channel"
5+ readme = " README.md"
6+ requires-python = " >=3.9.2"
7+ dependencies = [" pyln-client>=24.11" , " packaging>=24.1" ]
8+
9+ [dependency-groups ]
10+ dev = [
11+ " pytest>=7.4,<9" ,
12+ " pytest-xdist>=3.7,<4" ,
13+ " pytest-timeout>=2.4,<3" ,
14+ " pyln-testing>=24.11.1" ,
15+ " pyln-client>=24.11.1" ,
16+ " pyln-proto>=24.11.1" ,
17+ ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments