Metadata-Version: 1.0
Name: django-pushserver
Version: 0.2
Summary: Push server for Django based on Leo Ponomarev's Basic HTTP Push Relay Protocol.
Home-page: https://github.com/mitar/django-pushserver
Author: Mitar
Author-email: mitar.django@tnode.com
License: AGPLv3
Description: django-pushserver
        =================
        
        This Django application provides a push server for Django_ based on Leo
        Ponomarev's `Basic HTTP Push Relay Protocol`_. Useful especially while locally
        developing Django applications using `Nginx HTTP push module`_.
        
        .. _Django: https://www.djangoproject.com/
        .. _Basic HTTP Push Relay Protocol: http://pushmodule.slact.net/protocol.html
        .. _Nginx HTTP push module: http://pushmodule.slact.net/
        
        Documentation is found at:
        
        http://django-pushserver.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
