Skip to content
Advertisement

Is there a reliable python library for taking a BibTex entry and outputting it into specific formats?

I’m developing using Python and Django for a website. I want to take a BibTex entry and output it in a view in 3 different formats, MLA, APA, and Chicago. Is there a library out there that already does this or am I going to have to manually do the string formatting?

Advertisement

Answer

There are the following projects:

If you need complex parsing and output, Pybtex is recommended. Example:

JavaScript

Good luck.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement