New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pybtex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pybtex

A BibTeX-compatible bibliography processor in Python

0.24.0
PyPI
Maintainers
1

BibTeX-compatible bibliography processor in Python

Synopsis

::

latex foo.tex
pybtex foo.aux
latex foo.tex
latex foo.tex

Description

Pybtex reads citation information from a file and produces a formatted bibliography. BibTeX style files are supported. Alternatively it is possible to write styles in Python.

Pybtex currently understands the following bibliography formats:

  • BibTeX

  • BibTeXML

  • YAML-based format

The resulting bibliography may be output in one of the following formats (not supported by legacy BibTeX styles):

  • LaTeX

  • HTML

  • markdown

  • plain text

See also

  • Home page <https://pybtex.org/>_

  • Pybtex at Bitbucket <https://bitbucket.org/pybtex-devs/pybtex>_

  • Pybtex at PyPI <https://pypi.org/project/pybtex>_

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts