Metadata-Version: 1.1
Name: django-tornado-websockets
Version: 0.2.0
Summary: Simple way to use WebSockets for Django with Tornado
Home-page: UNKNOWN
Author: Hugo ALLIAUME
Author-email: kocal@live.fr
License: GPLv3 License
Description: django-tornado-websockets
        =========================
        
        .. image:: https://travis-ci.org/Kocal/django-tornado-websockets.svg?branch=master
           :target: https://travis-ci.org/Kocal/django-tornado-websockets
        
        .. image:: https://coveralls.io/repos/github/Kocal/django-tornado-websockets/badge.svg?branch=master
           :target: https://coveralls.io/github/Kocal/django-tornado-websockets?branch=master
        
        .. image:: https://badge.fury.io/py/django-tornado-websockets.svg
           :target: https://badge.fury.io/py/django-tornado-websockets
        
        Django-tornado-websockets is a useful solution to provide an easy way to use Tornado WebSockets with a Django
        application.
        
        Supported versions
        ------------------
        
        ===================  ===================================================================
        Symbol               Meaning
        ===================  ===================================================================
        \:white_check_mark:  Works like a charm
        \:warning:           Works even if Python X.Y is not officially supported by Django X.Y
        **.**                Waiting for Django X.Y release
        <empty>              Django X.Y is not compatible with Python X.Y
        ===================  ===================================================================
        
        ======  ===================  ===================  ===================  ===================  ==========  ==========
        Django  Python 2.7           Python 3.3           Python 3.4           Python 3.5           Python 3.6  Python 3.7
        ======  ===================  ===================  ===================  ===================  ==========  ==========
        1.8     \:white_check_mark:  \:white_check_mark:  \:white_check_mark:  \:white_check_mark:  \:warning:  \:warning:
        1.9     \:white_check_mark:                       \:white_check_mark:  \:white_check_mark:  \:warning:  \:warning:
        1.10    \:white_check_mark:                       \:white_check_mark:  \:white_check_mark:  \:warning:  \:warning:
        1.11    **.**                                     **.**                **.**                **.**       **.**
        2.0                                                                    **.**                **.**       **.**
        ======  ===================  ===================  ===================  ===================  ==========  ==========
        
        Documentation
        -------------
        
        Documentation is available on Read the Docs:
        
        - Stable: http://django-tornado-websockets.readthedocs.io/en/stable/
        - Latest: http://django-tornado-websockets.readthedocs.io/en/latest/
        - Develop: http://django-tornado-websockets.readthedocs.io/en/develop/
        
        But also on my own server: http://docs.kocal.fr/django-tornado-websockets/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
