How to install ToscaWidgets
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install toscawidgets
Dependencies
- WebOb
- [build_docs] Sphinx
- [build_docs] WidgetBrowser
- [cheetah] Cheetah>=1.0
- [cheetah] TurboCheetah>=0.9.5
- [genshi] Genshi>=0.3.5
- [kid] kid>=0.9.5
- [kid] TurboKid>=0.9.9
- [mako] Mako>=0.1.1
Depended by
- abl.jquery
- Adjector
- cogbin
- GearShift
- pyf.services
- relman_webconsole
- rum
- Shabti
- tgext.tagging
- TurboGears
- TurboGears2
- TurboGears2Frozen
- tw.dojo
- tw.epiclock
- tw.extjs
- tw.forms
- tw.gravatar
- tw.iphonecheck
- tw.jqgrid
- tw.jqmultiselect
- tw.jquery
- tw.jsunit
- tw.lymon
- tw.mochikit
- tw.mootools
- tw.openlayers
- tw.prototype
- tw.rating
- tw.recaptcha
- tw.rum
- tw.starrating
- tw.swfobject
- tw.tabber
- tw.timeline
- tw.timeplot
- tw.uitheme
- tw.uploadify
- tw.yui
- twAjaxTools
- twFusionCharts
- twMaps
- twPrototype
Lastest release
TW is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.
These widgets are portable among any Python web-application framework or application that supports the WSGI standard.
Several widget libraries exist which build on top of Toscawidgets to provide form controls, sortable grids, maps, charts, etc.
Credits
ToscaWidgets was originally developed by Alberto Valverde Gonzalez based on the work of the many people involved in developing, testing and designing TurboGears' Widgets. TG Widget's original design was made by TurboGears' author, Kevin Dangoor . Michele Cella and Alberto worked hard to push TG's implementation to where it now stands.
Several people have contributed to ToscaWidgets itself and external widget packages.
Community
ToscaWidgets' community interacts in the toscawidgets-discuss Google Group. It's not rare to see discussion in Turbogears and Pylons lists too.
ToscaWidgets documentation, repository and Trac lives at http://toscawidgets.org/
Running the tests
The test suite can be executed by running the test setuptools command:
$ python setup.py test
Warning
The tests cannot be executed with nosetests ATM. This issue is not trivial to fix but will be fixed before 1.0
Building the docs
Make sure you have the extras_require for building the docs installed. You can do that within a development-installation with:
$ easy_install "ToscaWidgets[build_docs]"
Then to build the docs, do:
$ python setup.py build_sphinx --source-dir=docs --build-dir=output