Module sysconfig

Source
Expand description

Python sysconfig module - configuration information Python sysconfig module placeholder implementation

This module provides placeholders for Python’s sysconfig module functionality. The sysconfig module provides access to Python’s configuration information.

Note: This module is only available with the std feature enabled.

Functions§

get_config_var
sysconfig.get_config_var - get a single configuration variable
get_config_vars
sysconfig.get_config_vars - get configuration variables
get_path
sysconfig.get_path - get a path by name
get_paths
sysconfig.get_paths - get all paths
get_platform
sysconfig.get_platform - get the platform string
get_scheme_names
sysconfig.get_scheme_names - get available scheme names