33- A Python package for retrieving WHOIS information of DOMAIN'S ONLY.
44- Python >=3.10
55- requirements:
6- - whodap>=0.1.16 [ ![ Spectra Assure Community Badge] ( https://secure.software/pypi/badge/whodap )] ( https://secure.software/pypi/packages/whodap )
7- - tld>=0.13.2 [ ![ Spectra Assure Community Badge] ( https://secure.software/pypi/badge/tld )] ( https://secure.software/pypi/packages/tld/0.13.2/tld-0.13.2-py2.py3-none-any.whl )
8- - redis (optional) [ ![ Spectra Assure Community Badge] ( https://secure.software/pypi/badge/redis )] ( https://secure.software/pypi/packages/redis )
9-
6+ - whodap>=0.1.16 [ ![ Spectra Assure Community Badge] ( https://secure.software/pypi/badge/whodap )] ( https://secure.software/pypi/packages/whodap ) .
7+ - tld>=0.13.2 [ ![ Spectra Assure Community Badge] ( https://secure.software/pypi/badge/tld )] ( https://secure.software/pypi/packages/tld/0.13.2/tld-0.13.2-py2.py3-none-any.whl ) .
8+ - redis (optional) [ ![ Spectra Assure Community Badge] ( https://secure.software/pypi/badge/redis )] ( https://secure.software/pypi/packages/redis ) .
109- v1 uses only whois and has been be moved to maintenance only
11- - v2 will use whodap to first retrieve info with rdap and if no data is available try the classic whois approach
12-
10+ - v2 will use whodap to first retrieve info with rdap, if no data is available try the classic whois approach.
1311 * This package will not support querying ip CIDR ranges or AS information.
1412 * This was a copy of the original DanyCork 'whois'.
1513 * Significantly refactored in 2023 (v1).
1614 * RDAP adding in 2026 (v2).
1715 * The v1 output is still compatible with DanyCork 'whois'.
1816 * the v2 will move away from strict compatibility.
1917
18+ Notes:
19+
20+ - Rdap servers only know about the real IANA domain, the concept of first level domains is not supported when using rdap requests.
21+
2022---
2123
2224## Notes
@@ -42,7 +44,7 @@ you should be aware that each query will increase its memory use.
4244
4345Versions ` 1.x.x ` will keep the output compatible with Danny Cork.
4446
45- Versions ` 2.x.x ` will add a dependency on whodap and use rdab based whois data before consulting historical whois.
47+ Versions ` 2.x.x ` will add a dependency on whodap and use rdap based whois data before consulting historical whois.
4648
4749### Releases
4850
@@ -100,3 +102,5 @@ and `make suggest`.
100102- switch to minimal version 3.10
101103- update gitgub-action lint (mypy) to use ` setup-python@v6 ` and ` checkout@v6 `
102104- start working on v2 with rdap first
105+
106+ ## 2.20260522.1
0 commit comments