File: py_compilefiles.1

package info (click to toggle)
python-central 0.6.16%2Bnmu1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 280 kB
  • ctags: 234
  • sloc: python: 2,585; perl: 522; sh: 135; makefile: 58
file content (27 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (3)
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
.TH PYCENTRAL
.SH NAME
py_compilefiles \- byte-compile python .py files
.SH SYNOPSIS
\fBpy_compilefiles\fP [\fIoptions\fP] [\fIfile\fP ...] [\fB\-\fP]
.SH DESCRIPTION
.B py_compilefiles
compiles Python .py source files into .pyc or .pyo bytecode format.
.SH OPTIONS
.TP
\fB\-f\fP
force rebuild even if timestamps are up-to-date.
.TP
\fB\-i\fP
ignore errors on byte compilation.
.TP
\fB\-q\fP
quiet operation.
.TP
\fB\-x\fP \fIregexp\fP
skip files matching the regular expression regexp
the regexp is search for in the full path of the file.
.PP
If a filename is given as a minus sign (\fB\-\fP), a list of files separated
by newline is read from standard input.
.SH AUTHOR
Matthias Klose, Bastian Kleineidam