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

319 allow get_bulk_asn_whois to return a dictionary #320

Open petebryan opened 2 years ago

petebryan commented 2 years ago

Features added: Added a parameter to allow get_bulk_asn_whois which allows the user to get a dictionary of data instead of the string of data.

Additional changes: Restructured some of experimental.py in order to reduce code reuse. Added tests and docs for the new feature change. Updated some test parameters for tests that were failing locally.

Addresses #319