Metadata-Version: 1.0
Name: pyramid-socketio
Version: 0.7
Summary: Gevent-based Socket.IO pyramid integration and helpers
Home-page: https://github.com/abourget/pyramid_socketio
Author: Alexandre Bourget
Author-email: alex@bourget.cc
License: UNKNOWN
Description: DOCUMENTATION: https://github.com/abourget/pyramid_socketio
        
        ---
        
        0.7:
        
         - Added on_disconnect callbacks.
         - Improved kill() which will make it recursive by default, and call the on_disconnect callbacks.
         - spawn() now allows paramters (*args, **kwargs) to be passed in.
         - Improved documentation
         - msg() and error() now use send() which has all the connection state verification, and killing mechanism.
        
        0.6:
        
         - Fixed a bug with .ini files with no logging sections (like formatters)
        
        0.5:
        
         - Added JavaScript example.
         - Fixed setup.py (having not included CHANGES.txt in the sdist)
        
        0.4
        
         - Updated docs.
        
        0.3
        
         - CHANGES and README added to description.
        
        0.2
        
         - Help updated
        
        0.1
        
         - Initial release
         - Support for paster server plugin
         - Provide with command-line servers
           - socketio-serve
           - socketio-serve-reload
        
Keywords: web wsgi pylons pyramid websocket python gevent socketio socket.io
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Framework :: BFG
Classifier: Topic :: Internet :: WWW/HTTP
