bibclean.check_bib_database¶
- bibclean.check_bib_database(bib_database, exclude=[], required_fields=None)[source]¶
Check a BibTex database.
- Parameters:
- bib_database
BibDatabase
BibTex database.
- exclude
list
ofstr
List of entries to ignore. An entry is specified by its cite key.
- required_fields
dict
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
ofstr
).
- bib_database