{ "info": { "author": "thanos vassilakis", "author_email": "thanos@scriptfoundry.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Handhelds/PDA's", "Environment :: Other Environment", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Simple set of classes for obtaining book details from an ISBN number.\r\n>>> import book\r\n>>> b = book.getBook('0201342782')\r\n>>> vars(b)\r\n{'title': 'Constructing the User Interface with Statecharts', 'isbn':\r\n'0201342782', 'author': 'Horrocks, Ian'}", "description_content_type": null, "docs_url": null, "download_url": "http://www.0x01.com/~thanos/work/book/book.py", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.0x01.com/~thanos/work/book/", "keywords": "book,amazon,ISBN", "license": "LGPL", "maintainer": "thanos vassilakis", "maintainer_email": "thanos@scriptfoundry.com", "name": "book", "package_url": "https://pypi.org/project/book/", "platform": "independant", "project_url": "https://pypi.org/project/book/", "project_urls": { "Download": "http://www.0x01.com/~thanos/work/book/book.py", "Homepage": "http://www.0x01.com/~thanos/work/book/" }, "release_url": "https://pypi.org/project/book/1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple module to obtain info (online) on books by their ISBN number.", "version": "1.0" }, "last_serial": 3185, "releases": { "1.0": [] }, "urls": [] }