indygreg / PyOxidizer

A modern Python application packaging and distribution tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some questions about PyOxidizer

cyw3 opened this issue · comments

commented

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!