Metadata-Version: 1.0
Name: applepushnotification
Version: 0.1.1
Summary: Apple Push Notification Service connector
Home-page: https://github.com/martinkou/applepushnotification
Author: Kou Man Tong
Author-email: martinkou@tixxme.com
License: BSD
Description: 
        An APNS connector which just works. The following items are supported:
        
         - Extended APNS message (most Python APNS libraries only support basic format)
         - Expiry date on notifications
         - Custom data fields
         - Unicode messages
         - Error reporting
         - Automatic feedback handling
        
        The biggest differentiator between this connector and other libraries is that
        the programmer doesn't have to manage individual APNS connections or wrappers.
        This connector will reconnect to send notifications automatically, and maintain
        connections opportunistically for good performance.
        
        Depends on gevent and expects coroutine I/O style.
        
        * This library and its author are not affiliated with Apple Inc.
                
Keywords: APNS push notification Apple
Platform: Any
