Skip to content
/ compile Public

Compiling Python source code into bytecode in production environment

License

Notifications You must be signed in to change notification settings

lyymoo/compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile

Compiling Python source code into bytecode in production environment

How To Use

python -m compile -h  # help
python -m compile . -b -f  # Compile current directory

编译

将 python 源代码编译成供生产环境使用的机器字节码

如何使用

python -m compile -h  # 帮助
python -m compile . -b -f  # 编译当前目录

About

Compiling Python source code into bytecode in production environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages