pyinspire is a Python module that queries the INSPIRE HEP database and returns either BiBTeX or normal text results
Usage: pyinspire.py [options] Example: pyinspire.py -b -s "find a Feynman, Richard"
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-s STRING, --search=STRING
search string to send to INSPIRE
-b, --bibtex output bibtex for entries
-v, --verbose print informative messages
--debug log lots of debugging information
Please be careful to not overload the INSPIRE server by repeatedly requesting large numbers of results. If using pyinspire in a script please add some throttling of frequency of search queries.
Note: Currently only the first 100 results are returned.
Product's homepage
Requirements:
· Python