Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

eric4_api(1) [debian man page]

ERIC4_API(1)						      General Commands Manual						      ERIC4_API(1)

NAME
eric4_api - eric4 API generator SYNOPSIS
eric4_api [options] files... where files can be be either Python modules, package directories or ordinary directories. DESCRIPTION
This manual page documents briefly the eric4_api command. This manual page was written for the Debian distribution because the original program does not have a manual page. eric4_api scans Python source code to generate API descriptions files which are used to as tooltips and autocompletion suggestions by the QScintilla editor widget in eric4. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -b name or --base name Use the given name as the name of the base package. -h or --help Show this help and exit. -o filename or --output=filename Write the API information to the named file. A '%L' placeholder is replaced by the language of the API file (see --language). --oldstyle Generate API files for QScintilla prior to 1.7. -p or --private Include private methods and functions. -R, -r or --recursive Perform a recursive search for Python files. -t ext or --extension = ext Add the given extension to the list of file extensions. This option may be given multiple times. -V or --version Show version information and exit. -x directory or --exclude=directory Specify a directory basename to be excluded. This option may be repeated multiple times. --exclude-file=pattern Specify a filename pattern of files to be excluded. This option may be repeated multiple times. -l language or --language=language Generate an API file for the given programming language. Supported programming languages are: * Python * Python3 * Ruby The default is 'Python'. This option may be repeated multiple times. SEE ALSO
eric4(1), eric4_compare(1), eric4_configure(1), eric4_diff(1), eric4_doc(1), eric4_editor(1), eric4_helpviewer(1), eric4_iconeditor(1), eric4_plugininstall(1), eric4_pluginrepository(1), eric4_pluginuninstall(1), eric4_qregexp(1), eric4_re(1), eric4_sqlbrowser(1), eric4_tray(1), eric4_trpreviewer(1), eric4_uipreviewer(1), eric4_unittest(1), eric4_webbrowser(1) AUTHOR
This manual page was written by Torsten Marek <shlomme@gmx.net>, for the Debian project (but may be used by others). January 31, 2010 ERIC4_API(1)

Check Out this Related Man Page

WXGLADE(1)							   User Commands							WXGLADE(1)

NAME
wxglade - python program to build user interfaces based on the wxWidgets toolset. SYNOPSIS
wxglade [--help | -h] wxglade [--version] wxglade [FILENAME.wxg] wxglade {-g LANG | --generate-code LANG} [-o DESTINATION | --output DESTINATION] FILENAME.wxg DESCRIPTION
wxglade wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces. At the moment it can generate Python, Lisp, C++ and XRC (wxWidgets' XML resources) code. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -g or --generate-code LANG If you only want to generate the code without starting the GUI, use the -g or --generate-code option with the language as argument Possible values for LANG are "python", "lisp", "XRC", "perl" or "C++". -o or --output DESTINATION You can specify the destination of the generated code with -o or --output option. The DESTINATION argument can be a file or a directory. It is a file when the FILENAME.wxg generates single-file source code. It is a directory when the FILENAME.wxg generates multiple-file source code. -h or --help Show the help message and exit --version Show programs version number and exit EXAMPLES
Generate Python code out of myapp.wxg: wxglade -o /tmp -g python myapp.wxg Open file myapp.wxg in wxGlade GUI: wxglade myapp.wxg BUGS
Report wxGlade bugs to <wxglade-general@lists.sourceforge.net> or <http://sourceforge.net/projects/wxglade/> SEE ALSO
wxGlade home page <http://wxgalde.sourceforge.net> AUTHORS
Georges Khaznadar <georgesk@ofset.org> This manual page was originally written by Georges Khaznadar for the Debian(TM) 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 any later version published by the Free Software Foundation. On Debian(TM) systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. Carsten Grohmann <mail@carstengrohmann.de> Update and extend manual page COPYRIGHT
Copyright (C) 2003, 2012 Georges Khaznadar, Carsten Grohmann wxGlade January 07, 2012 WXGLADE(1)
Man Page