/bibler

A small utility python script to perform some basis operations on bibtex.

Primary LanguagePythonOtherNOASSERTION

bibler.py

A small utility python script to perform some basis operations on bibtex bibliography files. The options include:

  • abbreviate the journal name,
  • discard selected fields on each bibtex entry,
  • expand abbreviated journal name into full form,
  • turn journal names into hypertext (links) based on the doi or url entries,

Dependencies

The script depends on pybtex for parsing the bibliography file available from PyPI:

$ [sudo] pip install pybtex