Metadata-Version: 1.0
Name: django-push2
Version: 0.3.12
Summary: Django push engine for web application
Home-page: https://bitbucket.org/cellarosi/django-push
Author: Cellarosi Marco
Author-email: cellarosi@gmail.com
License: UNKNOWN
Description: ##########
        django push 2
        ##########
        
        A Django application for simulate pushing data from server to client, avoid
        the client to ask avery time if something changed, overloading the server.
        
        Currently, only JSON data are available, so only text is send throught the channel.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
