Skip to content

python-packaging-env-finder

Investigate environment variables that can be set when building Python wheels for a given project. Analyzes setup.py, CMake files, and other build configuration files to discover compiler variables (CC, CXX, CFLAGS), path configuration, feature control flags (ENABLE_, WITH_, USE_*), and Python-specific build variables.

Plugin: odh-ai-helpers | User-invocable

Diagram

python-packaging-env-finder diagram

Arguments

/python-packaging-env-finder [PROJECT_PATH]
Argument Required Default Description
PROJECT_PATH current directory Path to the Python project to analyze

Usage

/python-packaging-env-finder
/python-packaging-env-finder /path/to/project