Lookyloo / uwhoisd

A 'Universal WHOIS' proxy server - you query it, it gives back the correct details
MIT License
11 stars 3 forks source link

Python 3 Support #1

Closed Rafiot closed 7 years ago

Rafiot commented 9 years ago

The Uwhois code seems quite easy to port to python 3, but the underlying libraries are a bit more tricky.

diesel 3 is not compatible with python3, but diesel4 is => https://github.com/dieseldev/diesel/tree/diesel4

Rafiot commented 7 years ago

Fixed using tornado. (see testing branch)