Metadata-Version: 1.1
Name: django-tornado-websockets
Version: 0.0.6
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
        
        Django-tornado-websockets is a useful solution to provide an easy way to use Tornado WebSockets with a Django
        application.
        
        Supported versions
        ------------------
        
        ======  ======
        Python  Django
        ======  ======
        2.7     1.8
        3.3     1.9
        3.4
        3.5
        ======  ======
        
        Documentation
        -------------
        
        Documentation is available on readthedocs:
        
        - 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/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
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: Topic :: Internet :: WWW/HTTP
