 |
tepache |
| version 1.1 |
| About tepache |
Tepache is a code sketcher for python that uses pygtk and glade.
There is libglade, there is pygtk-libglade. Then, tepache does not have to create any code for creating the graphical interfaces. It creates pure python modules with classes that are clean abstractions for the toplevel widgets of the glade files. That is why we say tepache is not a code generator, it is a code sketcher.
Typical code generators overwrite your own code every time they are executed. Tepache won't lost your code because it uses a very simple system of using context comments for protecting your code. It could look a little verbose but works very well.
Requirements
This application requires GTK+ version 2.4.x.
Other dependencies include: python 2.3 or higher, diff, patch
|
| Latest Version: 1.1 |
Added option -t,--use-tabs
for indenting using tabs instead of spaces.
It violates PEP-8 but some people need it.
Douglas Soares de Andrade (dsa) and
Daniela Garling (daniela)
suggested this change.
Related Link: More stuff about tepache and SimpleGladeApp |
|
|