PY3COMPILE

Section: User Commands (1)
Updated: September 2010
Index Return to Main Contents
 

NAME

py3compile - byte compiles Python 3 source files  

SYNOPSIS

py3compile [-V [X.Y][-][A.B]] DIR_OR_FILE [-X REGEXPR]  

DESCRIPTION

py3compile -p PACKAGE
 

OPTIONS

--version
show program's version number and exit
-h, --help
show this help message and exit
-v, --verbose
turn verbose mode on
-q, --quiet
be quiet
-p PACKAGE, --package=PACKAGE
specify Debian package name whose files should be bytecompiled
-V VRANGE
force private modules to be bytecompiled with Python version from given range, regardless of the default Python version in the system. If there are no other options, bytecompile all public modules for installed Python versions that match given range. VERSION_RANGE examples: '3.1' (version 3.1 only), '3.1-' (version 3.1 or newer), '3.1-3.3' (version 3.1 or 3.2), '-4.0' (all supported 3.X versions)
-X REGEXPR, --exclude=REGEXPR
exclude items that match given REGEXPR. You may use this option multiple times to build up a list of things to exclude.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS

This document was created by man2html, using the manual pages.
Time: 19:49:15 GMT, April 27, 2011