Closed kaldown closed 7 years ago
Why https://libraries.io/pypi/apns2 install block told us to pip install apns2==0.3.0 in parallel to clone from repo and use it.
pip install apns2==0.3.0
This two repositories are different. For example apns2/client.py
apns2/client.py
So my questions are. Could I use PyAPNs2 this repo) in prodaction? And why this happens?
Thanks. Sorry for noob Q.
ok, that was naming collision. Actual app have a name apns2-client.
apns2-client
Why https://libraries.io/pypi/apns2 install block told us to
pip install apns2==0.3.0
in parallel to clone from repo and use it.This two repositories are different. For example
apns2/client.py
So my questions are. Could I use PyAPNs2 this repo) in prodaction? And why this happens?
Thanks. Sorry for noob Q.
ok, that was naming collision. Actual app have a name
apns2-client
.