Popular recipes tagged "whois"http://code.activestate.com/recipes/tags/whois/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>
whois (Python)
2009-01-26T17:43:31-08:00Ryan Ozmunhttp://code.activestate.com/recipes/users/4168990/http://code.activestate.com/recipes/576635-whois/
<p style="color: grey">
Python
recipe 576635
by <a href="/recipes/users/4168990/">Ryan Ozmun</a>
(<a href="/recipes/tags/network/">network</a>, <a href="/recipes/tags/whois/">whois</a>).
Revision 2.
</p>
<p>Simple whois client</p>