ipwhois icon indicating copy to clipboard operation
ipwhois copied to clipboard

Retrieve and parse whois data for IPv4 and IPv6 addresses

Results 43 ipwhois issues
Sort by recently updated
recently updated
newest added

Likely this is related to something I did and not an issue with the project, but I am struggling a little bit. Consistently receiving the same error. I have researched...

I've created a PR with a simple change that uses either Resolver().resolve() or Resolver().query() depending on which version of dnspython is installed. #302 Tested with both versions. I get test...

bug

Supports HTTP/2, more convenient and secure.

Added pyproject.toml. Added retrival of versions from git tags Fixed CLI (which was not cross-platform compatible) to a more modern and more compatible console_scripts entry point mechanism.

I've noticed that occasionally, Cymru will respond to an IP-ASN lookup with multiple ASNs, which will cause `get_asn_verbose_dns` in `ipwhois/net.py` to fail, as it only expects a single ASN. An...

gathering information

v1.x Resolver().query and v1.x uses Resolver().resolve in net.net.py This avoids deprecation warnings when using V2.x Updated setup.py requirements to allow v2.x of dnspython to install with ipwhois. Current pip versions...

This allows to query an IP prefix, for example 8.8.8.0/24 or 8.0.0.0/9 The is_defined check is done with the first IP in the range. fixes #250