-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
72 lines (66 loc) · 1.78 KB
/
pyproject.toml
File metadata and controls
72 lines (66 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pydns-scanner"
version = "1.2.6"
description = "A high-performance DNS scanner with beautiful GitHub dark-themed TUI, parallel Slipstream proxy testing (5 concurrent), proxy authentication, and Iran CIDR bundle"
readme = "README.md"
license = "MIT"
requires-python = ">=3.11"
authors = [
{ name = "xullexer" }
]
keywords = [
"dns",
"scanner",
"tui",
"terminal",
"network",
"async",
"textual",
"proxy",
"slipstream",
"cidr"
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: Name Service (DNS)",
"Topic :: System :: Networking",
"Topic :: Utilities",
]
dependencies = [
"textual>=0.47.0",
"aiodns>=3.1.0",
"pycares>=4.3.0",
"httpx[socks]>=0.25.0",
"orjson>=3.9.0",
"loguru>=0.7.0",
"pyperclip>=1.8.0",
]
[project.urls]
Homepage = "https://github.com/xullexer/PYDNS-Scanner"
Repository = "https://github.com/xullexer/PYDNS-Scanner"
Issues = "https://github.com/xullexer/PYDNS-Scanner/issues"
[project.scripts]
pydns-scanner = "python:main"
[tool.hatch.build.targets.sdist]
include = [
"/python",
"/README.md",
"/LICENSE",
]
[tool.hatch.build.targets.wheel]
packages = ["python"]
# Include CIDR data files in the package
[tool.hatch.build.targets.wheel.shared-data]
"python/iran-ipv4.cidrs" = "python/iran-ipv4.cidrs"