secynic / ipwhois

Retrieve and parse whois data for IPv4 and IPv6 addresses
https://ipwhois.readthedocs.io/en/latest
BSD 2-Clause "Simplified" License
555 stars 121 forks source link

Feature: Have get_bulk_asn_whois return a dictionary #319

Open petebryan opened 2 years ago

petebryan commented 2 years ago

Working with the output of get_bulk_asn_whois is tricky in its current string format.

It would be good if it could return a dictionary of results for when having a structured data format would be more useful.