Metadata-Version: 1.1
Name: widget-party
Version: 0.1
Summary: A collection of widgets to add functionality to django-dashing.
Home-page: https://github.com/mverteuil/widget-party
Author: Matthew de Verteuil
Author-email: onceuponajooks@gmail.com
License: MIT License
Description: ============
        widget-party
        ============
        
        A Django-Dashing Widget Pack
        
        Quick start
        -----------
        
        1. Add "widget_party" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'widget_party',
            )
        
        2. DONE.
        
Platform: UNKNOWN
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Utilities
