franklin

Retrieve scientific papers and manage associated citations.


Keywords
bibtex, journals, literature
License
GPL-3.0
Install
pip install franklin==0.14

Documentation

Franklin Citation Toolkit

https://readthedocs.org/projects/franklin/badge/?version=latest https://travis-ci.com/canismarko/franklin.svg?branch=master https://coveralls.io/repos/github/canismarko/franklin/badge.svg?branch=master

franklin is a set of tools for accessing research articles and their associated bibtex references.

The following console scripts are available.

  • fetch-doi - Retrieve PDFs and bibtex entries.
  • abbreviate-journals - Parse a bibtex file and look up abbreviated journal names.
  • bibtex-cleanup - [coming soon] Parse a bibtex file and clean it up.

Development

For development, a developer installation through pip is recommended.

$ git fetch https://github.com/canismarko/franklin.git
$ pip install franklin/requirements.txt
$ pip install -e franklin/

Run the tests using pytest:

$ pytest