-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
53 lines (46 loc) · 1.42 KB
/
pyproject.toml
File metadata and controls
53 lines (46 loc) · 1.42 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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "peerglass"
version = "1.0.0"
description = "PeerGlass — Internet Resource Intelligence: RDAP + RPKI + BGP + PeeringDB for all 5 RIRs"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "MIT" }
keywords = [
"rdap", "whois", "bgp", "rpki", "mcp",
"rir", "internet-registry", "ip-lookup", "asn",
"network-intelligence", "peering", "ixp",
"afrinic", "apnic", "arin", "lacnic", "ripe-ncc"
]
authors = [
{ name = "Duksh Koonjoobeeharry", email = "" }
]
maintainers = [
{ name = "Duksh Koonjoobeeharry", email = "" }
]
dependencies = [
"mcp[cli]>=1.0.0",
"httpx>=0.27.0",
"pydantic>=2.0.0",
"fastapi>=0.110.0",
"uvicorn>=0.27.0",
"slowapi>=0.1.9",
"dnspython>=2.4.0",
]
[project.scripts]
peerglass = "server:main"
[tool.hatch.build.targets.wheel]
packages = ["."]
[project.urls]
Homepage = "https://github.com/duksh/peerglass"
Repository = "https://github.com/duksh/peerglass"
Issues = "https://github.com/duksh/peerglass/issues"
Discussions = "https://github.com/duksh/peerglass/discussions"
Author = "https://www.linkedin.com/in/duksh/"
"AFRINIC RDAP" = "https://rdap.afrinic.net/rdap"
"APNIC RDAP" = "https://rdap.apnic.net"
"ARIN RDAP" = "https://rdap.arin.net/registry"
"LACNIC RDAP" = "https://rdap.lacnic.net/rdap"
"RIPE RDAP" = "https://rdap.db.ripe.net"