indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.4k stars 234 forks source link

Some questions about PyOxidizer #670

Open cyw3 opened 1 year ago

cyw3 commented 1 year ago

Regarding PyOxidizer, I have some questions to ask.

  1. Does PyOxidizer support converting python code files into stand-alone executable binary files?
  2. Does the stand-alone executable binary file follow the ELF and other executable file formats?
  3. What is the principle of the pyoxidizer build process? Could you please introduce me?

Grateful!