skip to navigation
skip to content

book 1.0

Simple module to obtain info (online) on books by their ISBN number.

Simple set of classes for obtaining book details from an ISBN number. >>> import book >>> b = book.getBook('0201342782') >>> vars(b) {'title': 'Constructing the User Interface with Statecharts', 'isbn': '0201342782', 'author': 'Horrocks, Ian'}

Log in to rate this package.

Package rating (1 vote): 3.0
  • 3 points: 1 vote

Ratings range from 0 to 5 (best).