bibclean.check_bib_database

bibclean.check_bib_database(bib_database, exclude=[], required_fields=None)[source]

Check a BibTex database.

Parameters:
bib_databaseBibDatabase

BibTex database.

excludelist of str

List of entries to ignore. An entry is specified by its cite key.

required_fieldsdict

Required fields for each entry type. If None, a default configuration is loaded. The dictionary is defined with the entry-type as key (str) and the required fields as value (set of str).