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