bibclean.io.save_bib¶ bibclean.io.save_bib(bib_database, file, encoding='utf-8', overwrite=False)[source]¶ Save a BibTex file. Parameters: bib_databaseBibDatabaseBibTex database to save. filestr | PathPath to the .bib file to save. encodingstrEncoding used to read the file. The provided encoding is forwarded to open(). overwriteboolIf True, an existing file will be overwritten.