klb2 / bibtex-tools

Collection of tools to work with and modernize BibTeX files.
https://pypi.org/project/bibtextools/
GNU General Public License v3.0
1 stars 0 forks source link

Migrate to bibtexparser v2 #3

Open klb2 opened 6 hours ago

klb2 commented 6 hours ago

The bibtexparser library has a new major release (version 2) coming up. This will significantly change the interface and require a lot of adaptions to the code of bibtex-tools. However, it will also improve and simplify some stuff, e.g., using the middleware layers when loading a bibfile. A simple migration guide is available in the documentation https://bibtexparser.readthedocs.io/en/main/migrate.html.