djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

New Release with Python3 optimisations #188

Closed FrenchDwarf closed 5 years ago

FrenchDwarf commented 7 years ago

Would it be possible to update your release, as currently using PyAPNs package from PyPI does not include the Python3 optimisation, 2.0.1 is now heavily outdated and users are forced to egg-link a github commit.

hugollm commented 6 years ago

Since the latest version of this repo didn't work for me on python 3 (and this seems to be an abandoned project), I switched to this one:

https://github.com/dgilland/pushjack

Worked really well for iOS notifications.

djacobs commented 5 years ago

@FrenchDwarf yes, I'm going to update this soon.