Metadata-Version: 2.1
Name: compile
Version: 1.0.2
Summary: Compiling Python source code into bytecode in production environment
Home-page: https://github.com/lyymoo/compile
Author: moz
Author-email: m@lee.mo.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## Compile
> Compiling Python source code into bytecode in production environment

## How To Use
```shell script
python -m compile -h  # help
python -m compile . -b -f  # Compile current directory
```

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

## 如何使用
```shell script
python -m compile -h  # 帮助
python -m compile . -b -f  # 编译当前目录
```


