pyhtmloo 0.8 review

Download
by rbytes.net on

pyhtmloo is a library that allows python developers to use HTML code like any other python objects

License: GPL (GNU General Public License)
File size: 0K
Developer: Vincent Delft
0 stars award from rbytes.net

pyhtmloo is a library that allows python developers to use HTML code like any other python objects. My final goal of this work is to have a library of HTML 'widgets'. This will allow us to no re-invent the wheel when we build HTML pages.

An another interesting aspect of pyhtmloo is to split the work between web page desingers and python developers. This is an another idea of split between web layout and web content.

In the same area you can also look at HTMLGen and pyweb.

Here are some key features of "pyhtmloo":
any HTML tag is a python object
pyhtmloo objects can be inherited to have additional methods (for example addrow for Table obect).
simple widgets are available.

Installation:

Simply untar the the tar file and execute setup.py.
You can test the code with given widgets.

What's New in This Release:
Several bugfixes and new features were implemented.
A bug in textarea was fixed. .addrow was added to table. .render(), .setattr(), .getattr(), .setparams(), and .getparams() were added.
Generated HTML is now XHTML compliant.

pyhtmloo 0.8 keywords