Client for the whois.cymru.com service
Perform lookups by ip address and return ASN, Country Code, and Netblock Owner:: >>> import socket >>> ip = socket.gethostbyname("www.google.com") >>> from cymruwhois import Client >>> c=Client() >>> r=c.lookup(ip) >>> print r.asn 15169 >>> print r.owner GOOGLE - Google Inc.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.6-1.fc42 | - |
Fedora 40 | 1.6-1.fc40 | - |
You can contact the maintainers of this package via email at
python-cymruwhois dash maintainers at fedoraproject dot org
.