Popular recipes tagged "nic"http://code.activestate.com/recipes/tags/nic/popular/2010-09-15T12:08:34-07:00ActiveState Code Recipeswhois client (Python) 2010-09-15T12:08:34-07:00Chris Wolfhttp://code.activestate.com/recipes/users/4173108/http://code.activestate.com/recipes/577364-whois-client/ <p style="color: grey"> Python recipe 577364 by <a href="/recipes/users/4173108/">Chris Wolf</a> (<a href="/recipes/tags/nic/">nic</a>, <a href="/recipes/tags/whois/">whois</a>). Revision 6. </p> <p>Python whois utility which looks up records in the databases maintained by severa Network Information Centers (NICs). Functions exactly like the UNIX whois(1) utility.</p> <p>Callable from the command-line, but also has an function entry point for calling from code.</p>