/bibbib

Python utilities for managing bib files (for bibtex and mainly biblatex)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

bibbib

Some python utilities to manage bib files.

Syntax:

usage: bibGen.py [-h] (-v | -g | -c) file.bib

Fix your bib file

positional arguments:

  • file.bib File to process

optional arguments:

  • -h, --help show this help message and exit
  • -v, --verification Verifies the bib file comparing with info in internet: produces two files file.bib.verified.bib and file.bib.unverified
  • -g, --groom Grooms the bib file. It produces file.bib.groom.bib
  • -c, --clean Removes unnecesary fields from the bib file (so that it can be safely submitted). It produces file.bib.clean.bib

Requirements:

Note: It was inspired from a script called "mendmend.py" that I have no clue who the author was....