Welcome to BibtexParser’s documentation!¶
- Author
François Boulogne, Olivier Mangin, Lucas Verney, and other contributors.
- Devel
- Mirror
- Bugs
- Generated
May 26, 2022
- License
LGPL v3 or BSD
- Version
1.1.0
BibtexParser is a python library to parse bibtex files. The code relies on pyparsing and is tested with unittests.
If you use BibtexParser for your project, feel free to send me an email. I would be happy to hear that and to mention your project in the documentation.
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
- Who uses BibtexParser?