Metadata-Version: 1.0
Name: tw2.jit
Version: 0.2.8b11
Summary: toscawidgets2 wrapper for the javascript infovis toolkit(jit)
Home-page: UNKNOWN
Author: Ralph Bean
Author-email: ralph.bean@gmail.com
License: UNKNOWN
Description: 
        
        .. _toscawidgets2 (tw2): http://toscawidgets.org/documentation/tw2.core/
        .. _thejit: http://thejit.org
        
        tw2.jit is a `toscawidgets2 (tw2)`_ wrapper for `thejit`_.
        
        Live Demo
        ---------
        
        Peep the `live demonstration <http://craftsman.rc.rit.edu/module?module=tw2.jit>`_ and
        `screenshots <http://github.com/ralphbean/tw2.jit/raw/master/doc/images/screenshot1.png>`_.
        
        Links
        -----
        
        You can `get the source from github <http://github.com/ralphbean/tw2.jit>`_,
        check out `the PyPI page <http://pypi.python.org/pypi/tw2.jit>`_, and
        report or look into `bugs <http://github.com/ralphbean/tw2.jit/issues/>`_.
        
        Description
        -----------
        
        `toscawidgets2 (tw2)`_ aims to be a practical and useful widgets framework
        that helps people build interactive websites with compelling features, faster
        and easier. Widgets are re-usable web components that can include a template,
        server-side code and JavaScripts/CSS resources. The library aims to be:
        flexible, reliable, documented, performant, and as simple as possible.
        
        The JavaScript InfoVis Toolkit (`thejit`_) is a javascript library that
        provides web standard based tools to create interactive data visualizations
        for the Web.  It is pretty, interactive, and fast.
        
        This module, tw2.jit, provides `toscawidgets2 (tw2)`_ widgets that render `thejit`_ data visualizations.
        
        
        Sampling tw2.jit in the WidgetBrowser
        -------------------------------------
        
        The best way to scope out ``tw2.jit`` is to load its widgets in the
        ``tw2.devtools`` WidgetBrowser.  To see the source code that configures them,
        check out ``tw2/jit/samples.py``
        
        To give it a try you'll need git, mercurial, python, and virtualenv.  Run:
        
        ``git clone git://github.com/ralphbean/tw2.jit.git``
        
        ``cd tw2.jit``
        
        The following script will set up all the necessary tw2 dependencies in a
        python virtualenv:
        
        ``./develop-tw2-destroy-and-setup.sh``
        
        The following will enter the virtualenv and start up ``paster tw2.browser``:
        
        ``./develop-tw2-start.sh``
        
        ...and browse to http://localhost:8000/ to check it out.
Keywords: toscawidgets.widgets
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: ToscaWidgets
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
