polars.build_info#

polars.build_info() dict[str, Any][source]#

Return a dict with Polars build information.

If Polars was compiled with “build_info” feature gate return the full build info, otherwise only version is included. The full build information dict contains the following keys [‘build’, ‘info-time’, ‘dependencies’, ‘features’, ‘host’, ‘target’, ‘git’, ‘version’].