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.
- Host: GitHub
- URL: https://github.com/rasbt/pybibtex
- Owner: rasbt
- License: mit
- Created: 2017-05-20T05:57:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T03:28:53.000Z (about 6 years ago)
- Last Synced: 2025-04-13T20:49:51.701Z (9 months ago)
- Language: Python
- Homepage:
- Size: 901 KB
- Stars: 38
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://badge.fury.io/py/pybibtex)


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