Fedora Packages

python3-cymruwhois Subpackage of python-cymruwhois

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.6-1.fc42 -
Fedora 40 1.6-1.fc40 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-cymruwhois dash maintainers at fedoraproject dot org.



Sources on Pagure