Welcome to BibtexParser’s documentation!¶

Author:Michael Weiss and other contributors.
Source Code:github.com project
Bugs:github.com
Generated:Sep 21, 2023
License:MIT
Version:latest

BibtexParser is a python library to parse bibtex files. It is used by more than 1600 open-source repositories.

Contents:

  • Installation
    • Requirements
    • Installation of current development version
    • Installation from PyPI
    • Installation from source
  • Quickstart
    • Prerequisite: Vocabulary
    • Step 1: Parsing with Defaults
    • Step 2: Error Checking
    • Step 3: Exporting with Defaults
  • Customizing
    • Middleware Layers
    • Formatting Options for Writing
  • Migrating: v1 -> v2
    • Status of v2
    • Differences between v1 and v2
    • Minimal Migration Guide (without customizations)
  • Biber & Biblatex
  • Full API
    • bibtexparser — High-Level Entrypoints
    • bibtexparser.Library — The class containing the parsed library
    • bibtexparser.model — The classes used in the library
    • bibtexparser.middlewares — Customizers to transform parsed library
    • bibtexparser.BibtexFormat — Formatting options for writer
  • .bib resources
    • Format & Co.
    • Projects

Indices and tables¶

  • Index
  • Module Index
  • Search Page

BibtexParser

Navigation

  • Installation
  • Quickstart
  • Customizing
  • Migrating: v1 -> v2
  • Biber & Biblatex
  • Full API
  • .bib resources

Related Topics

  • Documentation overview
    • Next: Installation

Quick search

©2013-2023, M. Weiss, F. Boulogne and other contributors. | Powered by Sphinx 1.8.6 & Alabaster 0.7.13 | Page source