Welcome to BibtexParser’s documentation!¶
Author: | François Boulogne, Olivier Mangin, Lucas Verney, and other contributors. |
---|---|
Source Code: | github.com project |
Bugs: | github.com |
Generated: | Jan 03, 2023 |
License: | LGPL v3 or BSD |
Version: | 1.4.0 |
BibtexParser is a python library to parse bibtex files. The code relies on pyparsing and is tested with unittests. BibtexParser is used in more than 1300 open-source repositories.
Contents:
- How to install and test?
- Tutorial
- bibtexparser: API
bibtexparser
— Parsing and writing BibTeX filesbibtexparser.bibdatabase
— The bibliographic database objectbibtexparser.bparser
— Tune the default parserbibtexparser.customization
— Functions to customize recordsbibtexparser.bwriter
— Tune the default writerbibtexparser.bibtexexpression
— Parser’s core relying on pyparsing
- How to report a bug?
- Bibtex tips, conventions and unrelated projects