I\'m trying to get a webservice up and running that actually requires to check whois databases. What I\'m doing right now is ugly and I\'d like to avoid it as much as I can:
Here is the whois client re-implemented in Python: http://code.activestate.com/recipes/577364-whois-client/