Skip to content

Rule-based bibtex file inspection using python's bibtexparser library.

License

Notifications You must be signed in to change notification settings

wsascha/bib_inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bib Inspector

I use this script to check my bib file for required fields specified in reference specification, depending on different reference types.

Usage

bib_inspector.py [-h] [-i input.bib] [--optional [OPTIONAL]]

Inspect bib files with required fields.

optional arguments:
  -h, --help            show this help message and exit
  -i input.bib          Input .bib file
  --optional [OPTIONAL]
                        Show optional warnings

Requirements

  • python3
  • bibtexparser lib (available via pip)

About

Rule-based bibtex file inspection using python's bibtexparser library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages