Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 797 Bytes

File metadata and controls

26 lines (16 loc) · 797 Bytes

ocibuild python inspect

Dump information about a Python environment

Synopsis

Inspect a Python environment, and dump information about it for consumption by ocibuild python wheel --platform-file=. The output also includes some informative fields that are not used by ocibuild python wheel.

LIMITATION: The --imagefile flag requires interacting with a running Docker.

ocibuild python inspect [flags] >PYTHON_PLATFORM.yml

Options

  -h, --help                 help for inspect
      --imagefile string     Inspect a Docker image's Python rather than the host's Python
      --interpreter string   The Python interpreter to inspect (default "python3")

SEE ALSO