python-bibtexparser

Python library to parse bibtex files
  https://github.com/sciunto-org/python-bibtexparser
  0
  no reviews



The bibtexparser module provides parsing and writing of BibTeX files functionality. The parsed data is returned as a simple BibDatabase object with the main attribute being entries representing bibliographic sources such as books and journal articles.

This is the Python 2 version of the package