hy-bibsearch

Generate bibtex entries from Crossref, doi.org and Google Books searches


Keywords
bibtex, crossref, isbn, doi
License
GPL-3.0
Install
pip install hy-bibsearch==1.0.0

Documentation

hy-bibsearch

A python/hy library to produce bibtex (or markdown, json or bash script) from a general search query, doi or isbn.

Provides command-line tools bibsearch, isbnsearch and doisearch.

Uses the crossref API, Google Books API and doi.org.

Usage (command-line utilities)

$ bibsearch -h
$ doisearch -h
$ isbnsearch -h

Usage (python)

import bibsearch

Usage (Hy)

(import bibsearch)