bsl.sys_info¶ bsl.sys_info(fid=None, developer=False)[source]¶ Print the system information for debugging. Parameters: fidfile-like | NoneThe file to write to, passed to print(). Can be None to use sys.stdout. developerboolIf True, display information about optional dependencies.