Metadata-Version: 1.1
Name: wsaccel
Version: 0.3
Summary: Accelerator for ws4py and AutobahnPython
Home-page: https://github.com/methane/wsaccel
Author: INADA Naoki
Author-email: songofacandy@gmail.com
License: Apache
Description: WSAccell
        =========
        
        WSAccell is accelerator for `AutobahnPython <http://autobahn.ws/python>`_
        and `ws4py <https://github.com/Lawouach/WebSocket-for-Python>`_
        WSAccell replaces per-byte process in them with Cython version.
        
        .. code-block:: python
        
            import wsaccell
            wsaccell.patch_autobahn()  # patch for autobahn.
            wsaccell.patch_ws4py()     # patch for ws4py.
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
