Welcome to BibtexParser’s documentation!¶
| Author: | François Boulogne, Olivier Mangin, Lucas Verney, and other contributors. |
|---|---|
| Devel: | github.com project |
| Mirror: | git.sciunto.org |
| Bugs: | github.com |
| Generated: | Mar 18, 2020 |
| 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?