book 1.0
Latest version
Released:
Simple module to obtain info (online) on books by their ISBN number.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: thanos vassilakis
- Maintainer: thanos vassilakis
- Tags book, amazon, ISBN
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
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’}
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: thanos vassilakis
- Maintainer: thanos vassilakis
- Tags book, amazon, ISBN
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic