Metadata-Version: 1.1
Name: mustachebox
Version: 0.2
Summary: django framework to create charts of data
Home-page: https://bitbucket.org/boblefrag/mustachebox
Author: Yohann Gabory
Author-email: yohann@gabory.fr
License: UNKNOWN
Download-URL: https://bitbucket.org/boblefrag/mustachebox/get/mustachebox-0.2.tar.gz
Description: MustacheBox is a set of utilities to help you presenting graph of
        various data in a Django project. Data can come from whatever source you want :
        
        * Distant API
        * Couchdb databases
        * Your Django models
        * ...
        
        And could be rendered using the js library of your choice : google
        charts, d3js, raphael etc... 
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires: django(>=1.3)
Requires: docutils
