bibclean.io.load_bib¶ bibclean.io.load_bib(file, encoding='utf-8')[source]¶ Load a BibTex file. Parameters: filestr | PathPath to the .bib file to load. encodingstrEncoding used to read the file. The provided encoding is forwarded to open(). Returns: bib_databaseBibDatabaseBibTex database loaded.