Contents

bibtexparser 1.4.4

0

Bibtex parser for python 3

Bibtex parser for python 3

Stars: 562, Watchers: 562, Forks: 134, Open Issues: 25

The sciunto-org/python-bibtexparser repo was created 13 years ago and the last code push was 2 weeks ago.
The project is popular with 562 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

  • Use modern names for pyparsing methods
  • Deprecation warnings from pyparsing library
  • latex_to_unicode attacks math mode commands
  • Added parse_url() entrypoint
  • Error in latex_to_unicode

See more issues on GitHub

Related Packages & Articles

nbconvert 7.16.6

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 ...).