https://github.com/ramanakumars/bibtexparser
Parses .bib file into plaintext/HTML entries
https://github.com/ramanakumars/bibtexparser
bibtex parser python
Last synced: 2 months ago
JSON representation
Parses .bib file into plaintext/HTML entries
- Host: GitHub
- URL: https://github.com/ramanakumars/bibtexparser
- Owner: ramanakumars
- License: gpl-3.0
- Created: 2020-10-12T14:41:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T15:14:22.000Z (4 months ago)
- Last Synced: 2026-02-26T21:36:18.893Z (4 months ago)
- Topics: bibtex, parser, python
- Language: TypeScript
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ramanakumars/bibtexparser/actions/workflows/deploy.yml)
# bibtexparser
Parses .bib entries into plaintext/HTML entries or clean up the .bib file. Currently hosted [here](https://ramanakumars.com/bibtexparser/).
# Usage
## Requirements
This is a React TypeScript app bundled using webpack. To build this locally, you will need [node](https://nodejs.org/en)/[yarn](https://classic.yarnpkg.com/en/). This README uses node, but you can swap in `yarn` as needed.
## Building and running the app
To build the React App, run the following from the root folder:
```bash
npm install
npm run build
```
You can then launch this app using a static hoster of your choice. You can also run the development build using `npm run start` instead of building the app.