<?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>buzhug</name>
<shortdesc>The fastest pure-Python database engine</shortdesc>
<description>buzhug is the fastest pure-Python database engine, with a clear and 
intuitive syntax (no SQL) 
The new release 1.5 brings the following improvements : 
- introduce a thread-safe version 
- introduce a new syntax for record selection : 
    record = db(key1=value2[,key2=value2...]) 
- allow an iterable of records for update 
    db.update(list_of_records,key1=value1...) 
- a Windows installer is provided</description>
<download-page>http://downloads.sourceforge.net/project/buzhug/buzhug/buzhug-1.5/buzhug-1.5.zip?use_mirror=ovh</download-page>
<homepage rdf:resource="http://buzhug.sourceforge.net" />
<maintainer><foaf:Person><foaf:name>Pierre Quentel</foaf:name>
<foaf:mbox_sha1sum>d7010e70c6da5fb16510bf0098e73dbc7aa6db25</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.5</revision></Version></release>
</Project></rdf:RDF>