Hello! I have a question regarding how to use/implement a package found at github.
https://github.com/secynic/ipwhois I am able to run the sample code without any issues but what I don't understand is how to put all the data that is returned into an indexed list. I want to be able to pick out some of the returned data through an index. For example: from ipwhois import IPWhois obj = IPWhois(ipaddy) results = [obj.lookup()] print results [0] This returns ALL the fields not just the "asn_registry" field. I looked for documentation on github but did not see anything. Any thoughts/comments are appreciated, thanks! -- Cheers, Jon _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor