refactor and rewrite for asyncio

This commit is contained in:
2026-02-06 12:34:59 -05:00
parent 700ea8d6a4
commit 4df700e4ef
54 changed files with 772 additions and 4334 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ Description-Content-Type: text/markdown
Requires-Dist: websockets>=13.2
Requires-Dist: mattermostdriver>=7.3.0
Requires-Dist: PyYAML>=6.0
Requires-Dist: fastapi>=0.95.0
Requires-Dist: aiohttp>=3.8
Requires-Dist: Jinja2>=3.1.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
+2
View File
@@ -4,7 +4,9 @@ hbd/__init__.py
hbd/cli.py
hbd/config.py
hbd/dns.py
hbd/hbdclass.py
hbd/http.py
hbd/monitor.py
hbd/notify.py
hbd/proto.py
hbd/server.py
+2 -1
View File
@@ -1,7 +1,8 @@
websockets>=13.2
mattermostdriver>=7.3.0
PyYAML>=6.0
fastapi>=0.95.0
aiohttp>=3.8
Jinja2>=3.1.0
[dev]
pytest>=7.0