File: eric6_api.1

package info (click to toggle)
eric 19.02.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 91,420 kB
  • sloc: python: 336,508; xml: 252; makefile: 31
file content (113 lines) | stat: -rw-r--r-- 3,522 bytes parent folder | download | duplicates (2)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH ERIC6_API 1 "January  31, 2010"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
eric6_api \- eric6 API generator
.SH SYNOPSIS
.B eric6_api
.RI [ options ] " files" ...

where files can be be either Python modules, package directories or ordinary directories.
.SH DESCRIPTION
This manual page documents briefly the
.B eric6_api
command.
This manual page was written for the Debian distribution
because the original program does not have a manual page.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBeric6_api\fP scans Python source code to generate API descriptions files which are
used to as tooltips and autocompletion suggestions by the QScintilla editor widget in
eric6.
.SH 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.
.TP
.B \-b name or \-\-base name
Use the given name as the name of the base package.
.TP
.B \-h or \-\-help
Show this help and exit.
.TP
.B \-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).
.TP
.B \-\-oldstyle
Generate API files for QScintilla prior to 1.7.
.TP
.B \-p or \-\-private
Include private methods and functions.
.TP
.B \-R, \-r or \-\-recursive
Perform a recursive search for Python files.
.TP
.B \-t ext or \-\-extension = ext
Add the given extension to the list of file extensions.
This option may be given multiple times.
.TP
.B \-V or \-\-version
Show version information and exit.
.TP
.B \-x directory or \-\-exclude=directory
Specify a directory basename to be excluded.
This option may be repeated multiple times.
.TP
.B \-\-exclude\-file=pattern
Specify a filename pattern of files to be excluded.
This option may be repeated multiple times.
.TP
.B \-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.


.SH SEE ALSO
.BR eric6 (1),
.BR eric6_browser (1),
.BR eric6_compare (1),
.BR eric6_configure (1),
.BR eric6_diff (1),    
.BR eric6_doc (1),
.BR eric6_editor (1),    
.BR eric6_helpviewer (1),
.BR eric6_iconeditor (1),
.BR eric6_plugininstall (1),  
.BR eric6_pluginrepository (1),
.BR eric6_pluginuninstall (1),  
.BR eric6_qregexp (1),
.BR eric6_re (1),
.BR eric6_shell (1),
.BR eric6_sqlbrowser (1),        
.BR eric6_tray (1),        
.BR eric6_trpreviewer (1),
.BR eric6_uipreviewer (1),
.BR eric6_unittest (1),
.BR eric6_webbrowser (1)
.br
.SH AUTHOR
This manual page was written by Torsten Marek <shlomme@gmx.net>,
for the Debian project (but may be used by others).