Skip to content

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

License

Notifications You must be signed in to change notification settings

bnicenboim/bibbib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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....

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages