![]() |
File Search | Catalog | Content Search |
ToscaWidgets is an almost complete rewrite of the widgets package bundled with TurboGears-1.0. The rewrite's goal was to decouple the widgets package from CherryPy and TurboGears itself to fit better with TurboGears 2.0 philosophy which is to partition it's services into independent WSGI components for easier mainteinance and reuse in other Python web applications or frameworks.
Homepage: | http://toscawidgets.org/ |
Package version: | 0.9.8 |
Architecture: | noarch |
Distribution: | CentOS |
Filename: | python-toscawidgets-0.9.8-1.el6.noarch.rpm |
ToscaWidgets ============ 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, more»
# Metadata for the widget EGG. Should leave it for the (unimplemented) widget # tracker to track it __DISTRIBUTION__ = ${repr(project)|empty} __DESCRIPTION__ = ${repr(description)|empty} __URL__ = ${repr(url)|empty} __VERSION__ = ${repr(version)|empty} __AUTHOR__ = ${repr(author)|empty} __EMAIL__ = ${repr(author_email)|empty} __COPYRIGHT__ = "Copyright ${year} ${author}" __LICENSE__ = ${repr(lice more»
from datetime import date __all__ = [ '__VERSION__', '__COPYRIGHT__', '__AUTHOR__', '__LICENSE__', '__PACKAGE_NAME__', ] __PACKAGE_NAME__ = "ToscaWidgets" __VERSION__ = "0.9.8" __AUTHOR__ = "Alberto Valverde Gonzalez" __EMAIL__ = "alberto@toscat.net" __COPYRIGHT__ = "2006-%d Alberto Valverde Gonzalez and contributors" % date.today().year __LICENSE__ = "MIT"
1.16 | KB | 2014-11-28 | HEADER view 80 mirrors |
[DIR] | usr/ (2) 65535+ mirrors |