Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install tw2.jit

How to install tw2.jit

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install tw2.jit
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.0.3
2.0.5Never BuiltWhy not?
2.0.3 Available View build log
0.3.06 Available View build log
0.3.01 Available View build log
0.3.0 Available View build log
0.2.8b28 Available View build log
0.2.8b27 Available View build log
0.2.8b21 Available View build log
0.2.8b19 Available View build log
0.2.8b16 Available View build log
0.2.8b13 Available View build log
0.2.8b12 Available View build log
0.2.8b9 Available View build log
0.2.8b4 Available View build log
0.2.8b3 Available View build log
0.2.8b2 Available View build log
0.2.8b1 Available View build log
0.2.7 Available View build log
0.2.4 Available View build log
0.2.3 Available View build log
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
Windows (64-bit)
2.0.3
2.0.5Never BuiltWhy not?
2.0.3 Available View build log
0.3.06 Available View build log
0.3.01 Available View build log
0.3.0 Available View build log
0.2.8b28 Available View build log
0.2.8b27 Available View build log
0.2.8b21 Available View build log
0.2.8b19 Available View build log
0.2.8b16 Available View build log
0.2.8b13 Available View build log
0.2.8b12 Available View build log
0.2.8b9 Available View build log
0.2.8b4 Available View build log
0.2.8b3 Available View build log
0.2.8b2 Available View build log
0.2.8b1 Available View build log
0.2.7 Available View build log
0.2.4 Available View build log
0.2.3 Available View build log
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
Mac OS X (10.5+)
2.0.3
2.0.5Never BuiltWhy not?
2.0.3 Available View build log
0.3.06 Available View build log
0.3.01 Available View build log
0.3.0 Available View build log
0.2.8b28 Available View build log
0.2.8b27 Available View build log
0.2.8b21 Available View build log
0.2.8b19 Available View build log
0.2.8b16 Available View build log
0.2.8b13 Available View build log
0.2.8b12 Available View build log
0.2.8b9 Available View build log
0.2.8b4 Available View build log
0.2.8b3 Available View build log
0.2.8b2 Available View build log
0.2.8b1 Available View build log
0.2.7 Available View build log
0.2.4 Available View build log
0.2.3 Available View build log
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
Linux (32-bit)
2.0.3
2.0.5Never BuiltWhy not?
2.0.3 Available View build log
0.3.06 Available View build log
0.3.01 Available View build log
0.3.0 Available View build log
0.2.8b28 Available View build log
0.2.8b27 Available View build log
0.2.8b21 Available View build log
0.2.8b19 Available View build log
0.2.8b16 Available View build log
0.2.8b13 Available View build log
0.2.8b12 Available View build log
0.2.8b9 Available View build log
0.2.8b4 Available View build log
0.2.8b3 Available View build log
0.2.8b2 Available View build log
0.2.8b1 Available View build log
0.2.7 Available View build log
0.2.4 Available View build log
0.2.3 Available View build log
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
Linux (64-bit)
2.0.5 Available View build log
2.0.3 Available View build log
0.3.06 Available View build log
0.3.01 Available View build log
0.3.0 Available View build log
0.2.8b28 Available View build log
0.2.8b27 Available View build log
0.2.8b21 Available View build log
0.2.8b19 Available View build log
0.2.8b16 Available View build log
0.2.8b13 Available View build log
0.2.8b12 Available View build log
0.2.8b9 Available View build log
0.2.8b4 Available View build log
0.2.8b3 Available View build log
0.2.8b2 Available View build log
0.2.8b1 Available View build log
0.2.7 Available View build log
0.2.4 Available View build log
0.2.3 Available View build log
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
 
Author
License
MIT
Depended by
Imports
Lastest release
version 2.0.5 on Jan 9th, 2014

tw2.jit is a toscawidgets2 (tw2) wrapper for thejit.

Live Demo

Peep the live demonstration and screenshots.

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/tw2/jit/samples.py

To give it a try you'll need git, python, and virtualenvwrapper. Run:

$ git clone git://github.com/toscawidgets/tw2.jit.git
$ cd tw2.jit
$ mkvirtualenv tw2.jit
(tw2.jit) $ pip install tw2.devtools
(tw2.jit) $ python setup.py develop
(tw2.jit) $ paster tw2.browser

...and browse to http://localhost:8000/ to check it out.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:111

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.