Metadata-Version: 1.1
Name: django-websocket-redis3
Version: 0.4.4
Summary: Py3 compliant port of django-websocket-redis.             Doesn't provide backwards compatibility with py2.
Home-page: https://github.com/0nkery/django-websocket-redis3
Author: Forked by Dmitry Shlagoff
Author-email: wessmoke@gmail.com
License: MIT
Description: django-websocket-redis3
        =======================
        
        Fork with better py3 compatibility.
        
        Main and great library home:
        https://github.com/jrief/django-websocket-redis
        
        Detailed documentation on
        `ReadTheDocs <http://django-websocket-redis.readthedocs.org/en/latest/>`__.
        
        Online demo: http://websocket.aws.awesto.com/
        
        Why did I do that?
        ------------------
        
        Base library has several critical py3 incompatibilities. I'll try to get
        rid of 'six' module too.
        
        Build status
        ------------
        
        |Build Status| |Downloads|
        
        Questions
        ---------
        
        Please use the issue tracker to ask questions.
        
        License
        -------
        
        Copyright © 2015 Dmitry Shlagoff.
        
        MIT licensed.
        
        .. |Build Status| image:: https://travis-ci.org/0nkery/django-websocket-redis3.png?branch=master
           :target: https://travis-ci.org/0nkery/django-websocket-redis3
        .. |Downloads| image:: http://img.shields.io/pypi/dm/django-websocket-redis3.svg?style=flat-square
           :target: https://pypi.python.org/pypi/django-websocket-redis3/
        
Keywords: django,websocket,redis
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.4
