Metadata-Version: 1.1
Name: SwampDragon
Version: 0.4.1.0
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: 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
        
        See http://swampdragon.net/documentation/ for documentation, and http://swampdragon.net/tutorial for tutorials
        
Keywords: SwampDragon,websockets,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
