Closed rudyryk closed 9 years ago
Hi! :) Why won't you just accept this minor-yet-useful pull request? :)
Hi, I'm just wondering why it's pending? :)
I've published this fork at PyPi as urbanairship3
, so pip install urbanairship3
is now possible!
Sorry folks, we didn't have any dedicated staff to maintain the library for some time. However, we're picking it up again now, so look for improvements, questions, and merges soon.
We are hoping to add Python 3 support soon, but it's likely the library will have diverged too much by then to just merge this in. We'll see what make sense at that point and let you know. Thanks!
Python 3 support is coming in our next release, very soon now!
By migrating setup.py to Distribute-only we can easily use the lib with Python 3: http://python3porting.com/2to3.html#running-2to3-with-distribute
Unfortunatelly I was not able to run tests under Python 3 as it seems code didn't pass 2to3 conversion while running tests.