Contents

bibtexparser 1.4.1

0

Bibtex parser for python 3

Bibtex parser for python 3

Stars: 437, Watchers: 437, Forks: 124, Open Issues: 25

The sciunto-org/python-bibtexparser repo was created 11 years ago and the last code push was 1 months ago.
The project is popular with 437 github stars!

How to Install bibtexparser

You can install bibtexparser using pip

pip install bibtexparser

or add it to a project with poetry

poetry add bibtexparser

Package Details

Author
Francois Boulogne and other contributors
License
LGPLv3 or BSD
Homepage
https://github.com/sciunto-org/python-bibtexparser
PyPi:
https://pypi.org/project/bibtexparser/
GitHub Repo:
https://github.com/sciunto-org/python-bibtexparser
No  bibtexparser  pypi packages just yet.

Errors

A list of common bibtexparser errors.

Code Examples

Here are some bibtexparser code examples and snippets.

GitHub Issues

The bibtexparser package has 25 open issues on GitHub

  • Support biber comments
  • Custom writer example in docs
  • 🚸 Add eq and ne methods to BibDatabase
  • Add the equality and non-equality method between 2 bib databases
  • Cache Library Properties
  • Setup build infrastructure (dependency management, pyproject.toml, …)
  • Validate BiBTeX output with a LaTeX, BiBTeX, LaTeX cycle that runs automatically as part of the GitHub Actions
  • duplicates in display_order create duplicate entries
  • Exception caused by using both doi and convert_to_unicode customizations
  • Implement export of bibdata with bibtex strings
  • biblatex/biber @set entry

See more issues on GitHub

Related Packages & Articles

nbconvert 7.16.4

Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (import nbconvert) or as a command line tool (invoked as jupyter nbconvert ...).