/usr/share/pyshared/ToscaWidgets-0.9.7.2.egg-info/PKG-INFO is in python-toscawidgets 0.9.7.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Metadata-Version: 1.1
Name: ToscaWidgets
Version: 0.9.7.2
Summary: Web widget creation toolkit based on TurboGears widgets
Home-page: http://toscawidgets.org/
Author: Alberto Valverde Gonzalez
Author-email: alberto@toscat.net
License: MIT
Download-URL: http://toscawidgets.org/download/
Description: 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
.. _Alberto Valverde Gonzalez: mailto:alberto@toscat._nospam_.net
.. _Kevin Dangoor: http://www.blueskyonmars.com/
.. _toscawidgets-discuss: http://groups.google.com/group/toscawidgets-discuss
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 :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
|