jtriley / pystun

A Python STUN client for getting NAT type and external IP
https://github.com/jtriley/pystun
MIT License
435 stars 154 forks source link

Add surpport for python 3.5. #17

Open zoumi opened 8 years ago

zoumi commented 8 years ago

I have test it in both python 3.5 and python 2.7

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.7%) to 32.99% when pulling d74cff486f2675c92d7c77a956867c36f12a68be on zoumi:develop into de7bc85e370ecc2fd2814123bb97b79282a4662a on jtriley:develop.

byoungdale commented 8 years ago

How can we make your copy of this library available for download? I had to do my own debugging and changes to get it to work with python3 before I saw you had already made it compatible. But, your changes are much cleaner than mine.

GF-Huang commented 5 years ago

@zoumi Could you upload you packege to PyPi (pip) ?