Acerca de
Automates the discovery of build-time environment variables by scanning a Python project's configuration files, including setup.py and CMakeLists.txt. It provides a structured overview of compiler flags, path configurations, feature toggles, and Python-specific settings, helping developers understand exactly how to customize the wheel building process for specific environments or hardware requirements. By analyzing build scripts and source files, it removes the guesswork from configuring complex package builds and ensures all available customization options are visible.