Package biblio :: Package webquery :: Module xisbn
[hide private]
[frames] | no frames]

Module xisbn

source code

Querying WorldCat xISBN service for bibliographic information.
Classes [hide private]
  XisbnQuery
Functions [hide private]
 
xisbn_py_to_list(pytxt)
Translate the Python text returned by xISBN to a list of dicts.
source code
 
xisbn_py_to_bibrecord(pytxt)
Translate the Python text returned by xISBN to a series of BibRecords.
source code
 
_doctest() source code
Variables [hide private]
  XISBN_ROOTURL = 'http://xisbn.worldcat.org/webservices/xid/isbn/'
  FORMATS = ['xml', 'html', 'json', 'python', 'ruby', 'php', 'cs...
Function Details [hide private]

xisbn_py_to_list(pytxt)

source code 
Translate the Python text returned by xISBN to a list of dicts.
Parameters:
  • pytxt (string) - An Xisbn record in Python.
Returns:
A list with a dictionary for each record.

xisbn_py_to_bibrecord(pytxt)

source code 
Translate the Python text returned by xISBN to a series of BibRecords.
Parameters:
  • pytxt (string) - An Xisbn record in Python.
Returns:
A list of BibRecords.

Variables Details [hide private]

FORMATS

Value:
['xml',
 'html',
 'json',
 'python',
 'ruby',
 'php',
 'csv',
 'txt',
...