<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>book</name>
<shortdesc>Simple module  to obtain info (online) on books by their ISBN number.</shortdesc>
<description>Simple set of classes for obtaining book details from an ISBN number.
&gt;&gt;&gt; import book
&gt;&gt;&gt; b = book.getBook('0201342782')
&gt;&gt;&gt; vars(b)
{'title': 'Constructing the User Interface with Statecharts', 'isbn':
'0201342782', 'author': 'Horrocks, Ian'}</description>
<download-page>http://www.0x01.com/~thanos/work/book/book.py</download-page>
<homepage rdf:resource="http://www.0x01.com/~thanos/work/book/" />
<maintainer><foaf:Person><foaf:name>thanos vassilakis</foaf:name>
<foaf:mbox_sha1sum>d3590b1a1d48f66f62323e8e513a126b283dfffb</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>