isbn

A Python isbn request library using http://xisbn.worldcat.org/services
Download

isbn Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Jose Luis Naranjo Gomez

isbn Tags


isbn Description

isbn is a Python isbn request library using the http://xisbn.worldcat.org/xisbnadmin/doc/api.htm API.ISBN provides a Book class, which has all of the methods described on the xisbn.worldcat API, implemented in Python.ISBN supports both ISBN-10 and ISBN-13 numbers at the moment.ISBN is under active developmentBasic Usage>>> from isbn import Book>>> book = Book('9780821571097')>>> book.getMetadata()>>> book.title'Vocabulary workshop.'>>> book.getMetadata() # desired_parameters defaults to all of the possible values.>>> for attr in book.attributes: # A list of attributes that is created dependinging the available data.>>> print attr + ': ', getattr(book, attr)isbn10: Noneisbn13: 9780821571095city: New York, N.Y.ed: New ed.form: lang: engoclcnum: publisher: Sadlier-Oxfordtitle: Vocabulary workshop.url: year: 2005Product's homepage


isbn Related Software