zhmcclient / zhmccli

A CLI for the IBM Z HMC
Apache License 2.0
9 stars 9 forks source link

zhmc command as an executable file #580

Open andy-maier opened 7 months ago

andy-maier commented 7 months ago

Provide some reasonable way to generate an executable file for the "zhmc" command, that can run directly in the operating system as a process.

Requirements:

Tools that create a binary by packaging Python runtime, the Python script and its dependent Python packages:

Tool comparisons:

Tools that compile Python into true binary code: