/tw2.devtools

An experimental fork of ToscaWidgets that may become ToscaWidgets 2.

Primary LanguagePythonOtherNOASSERTION

ToscaWidgets

ToscaWidgets is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.

tw2.devtools contains features for developers, including the widget browser and widget library quickstart template.

Installation

Install via pip:

$ pip install tw2.devtools

Contributing

git-flow with default branching convention is used to develop tw2.devtools. To to initialize development environment. Run:

$ git clone git://github.com/toscawidgets/tw2.devtools.git
$ cd tw2.devtools
$ mkvirtualenv -p python2.7 tw2.devtools
$ python setup.py develop

Running tests:

$ python setup.py nosetests