dns-checker 0.1.0

Check domain liveness via DNS lookups
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"

[project]
name = "dns-checker"
version = "0.1.0"
description = "Check domain liveness via DNS lookups"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"
urls = { Repository = "https://github.com/RustedBytes/dns-checker" }

[tool.maturin]
features = ["python", "gnu-c"]
module-name = "dns_checker"