py3compile (1) Linux Manual Page
NAME py3compile – byte compile Python 3 source files SYNOPSIS py3compile [-V [X.Y][-][A.B]] DIR_OR_FILE [-X REGEXPR] pycompile -p PACKAGE DESCRIPTION Wrapper around Python standard library’s py_compile module to byte-compile Python 3 files. OPTIONS –version show program’s version number and exit -h, –help show this help message and exit -f, –force force rebuild of byte-code files…
