NAME
tepache - write a sketch of python code from a glade file
SYNOPSIS
tepache OPTIONS GLADE_FILE OUTPUT_FILE
DESCRIPTION
A code sketcher for creating python code from glade files.
Tepache creates python code with pygtk support from a glade file
without any needs of python-glade2. The created code will be very easy
to use and it can be extended without problems.
OPTIONS
--version
Shows the current version and exits
-h, --help
Shows usage summary and options
-g GLADE_FILE, --glade=GLADE_FILE
use GLADE_FILE for parsing
-o=OUTPUT_FILE, --output=OUTPUT_FILE
write code to OUTPUT_FILE
-n, --no-helper
do not use the helper module SimpleGladeApp.py
-t, --use-tabs
use tabs instead of spaces for indenting
AUTHOR
Christian Droge <christian@draugr.de>
COPYRIGHT
This manual page was written by Christian Droge <christian@draugr.de>
and formatted by Kartik Mistry <kartik@debian.org> for the Debian
system (but may be used by others). Permission is granted to copy,
distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 or any later version published by the
Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2.
2005-10-13