Documentation: https://goosebib.readthedocs.io
Clean-up and correct BibTeX files.
For example:
repos:
- repo: https://github.com/tdegeus/GooseBib
rev: v0.6.0
hooks:
- id: GbibClean
args: ['--arxiv=arXiv preprint: {}']
-
GbibClean
Clean-up a BibTeX file, removing it from unnecessary fields and applying several fixes, including abbreviating authors. -
GbibDiscover
Check online databases to see if entries in a BibTeX file went out-to-data.
All of these tools wrap around a Python module that you can use just as well!
This library is free to use under the MIT license. Any additions are very much appreciated, in terms of suggested functionality, code, documentation, testimonials, word-of-mouth advertisement, etc. Bug reports or feature requests can be filed on GitHub. As always, the code comes with no guarantee. None of the developers can be held responsible for possible mistakes.
Download: .zip file | .tar.gz file.
(c - MIT) T.W.J. de Geus (Tom) | tom@geus.me | www.geus.me | github.com/tdegeus/GooseBib
conda install -c conda-forge goosebib
python -m pip install GooseBib
# Download GooseBib
git checkout https://github.com/tdegeus/GooseBib.git
cd GooseBib
# Install
python -m pip install .