Metadata-Version: 1.0
Name: pyramid-socketio
Version: 0.9
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
        
        ---
        
        Changelog
        =========
        
        
        0.9 (2012-03-06)
        ----------------
        
        - ``socketio-serve-reload`` did not not find the ``socketio-serve``-executable
          in some cases.
          [WouterVH]
        
        - Release in preparation sontek's talk at PyCon 2012
        
        - Fixes so that it works with the latest gevent-socketio.
        
        - Renamed 'resource' to 'namespace', following new Socket.IO protocol
        
        - Bug fixes
        
        
        0.8 (2011-05-30)
        ----------------
        
        - Fixed a bug when killing sessions.
        
        
        0.7 (2011-05-17)
        ----------------
        
        - 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 (2011-05-11)
        ----------------
        
        - Fixed a bug with .ini files with no logging sections (like formatters)
        
        
        0.5 (2011-02-15)
        ----------------
        
        - Added JavaScript example.
        - Fixed setup.py (having not included CHANGES.txt in the sdist)
        
        
        0.4 (2011-02-15)
        ----------------
        
        - Updated docs.
        
        
        0.3 (2011-02-15)
        ----------------
        
        - CHANGES and README added to description.
        
        
        0.2 (2011-02-15)
        ----------------
        
        - Help updated
        
        
        0.1 (2011-02-15)
        ----------------
        
        - 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
