An open API service indexing awesome lists of open source software.

https://github.com/rasbt/pybibtex

Utility functions for parsing BibTeX files and creating citation reference lists.
https://github.com/rasbt/pybibtex

Last synced: 9 months ago
JSON representation

Utility functions for parsing BibTeX files and creating citation reference lists.

Awesome Lists containing this project

README

          

[![PyPI version](https://badge.fury.io/py/pybibtex.svg)](http://badge.fury.io/py/pybibtex)
![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)
![License](https://img.shields.io/badge/license-MIT-blue.svg)

# pybibtex

Utility functions for parsing BibTeX files and creating citation reference lists.

## Examples

- [Python Markdown Parsing Examples](https://github.com/rasbt/pybibtex/blob/master/examples/bibtex-markdown-examples.ipynb)

## Installation

The `pybibtex` package can be installed from pip by executing the following commands:

pip install pybibtex

## Release Notes

Release notes are listed in the [CHANGELOG.md](CHANGELOG.md) file.