Metadata-Version: 1.1
Name: SwampDragon
Version: 0.3.3
Summary: SwampDragon is a powerful platform making it easy to build real time web applications, combining the power of Django and Tornado
Home-page: http://swampdragon.net
Author: Jonas Hagstedt
Author-email: hagstedt@gmail.com
License: BSD
Description: SwampDragon
        ===========
        
        [![Downloads](https://pypip.in/download/SwampDragon/badge.svg?style=flat&?period=month)](https://pypi.python.org/pypi/SwampDragon/)
        [![Downloads](https://pypip.in/py_versions/SwampDragon/badge.svg?style=flat&)](https://pypi.python.org/pypi/SwampDragon/)
        
        Build real-time web applications with Django.
        
        Features:
        
        *  Real-time data
        *  Self publishing model
        *  Make use of the wonderful features of Django
        *  Serializers handling Django models
        *  Customisable field serializers
        *  Routers that are easy to understand
        *  Angular JS support
        *  Query style data subscriptions
        *  Easy to implement in existing Django projects
        
        
        SwampDragon makes use of Djangos wonderful ORM, Tornados excellent websocket support (with fallback. Tested in IE7), and
        Redis blazing speed.
        
        ## Installation
        
            pip install swampdragon
            
           
        ## Quickstart
        
        See [documentation](http://swampdragon.net/documentation/) and example projects in this repository.
        
        [Tutorial](http://swampdragon.net/tutorial/here-be-dragons-and-thats-a-good-thing/) available here.
        
        # Documentation
        
        See [Documentation](http://swampdragon.net/documentation/) here
        
Keywords: SwampDragon,realtime,sockjs,django,tornado,framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
