initial commit

This commit is contained in:
2026-07-26 16:04:51 +05:30
commit 50fded9d06
4 changed files with 442 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "networkcheck"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith", email = ""},
]
dependencies = ["dnspython>=2.8.0", "ping3>=5.1.5", "requests>=2.34.2", "boto3>=1.43.14"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false