bibclean.io.load_bib

bibclean.io.load_bib(file, encoding='utf-8')[source]

Load a BibTex file.

Parameters:
filestr | Path

Path to the .bib file to load.

encodingstr

Encoding used to read the file. The provided encoding is forwarded to open().

Returns:
bib_databaseBibDatabase

BibTex database loaded.