<?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>nodedb</name>
<shortdesc>NodeDB is a document-oriented database written in Python.  It 
    can be used as the basis for content management systems (such 
    as Streetcar), a simple queuing service, a to-do list, etc.  
    There are plans to support indexes, views, and parent-child 
    relationships.
    
    NodeDB is currently just an embedded Python database, but
    there are plans to add a WSGI server component to it 
    via a REST interface.</shortdesc>
<homepage rdf:resource="http://tragicallyleet.com/projects/nodedb" />
<maintainer><foaf:Person><foaf:name>Jeffrey Hulten</foaf:name>
<foaf:mbox_sha1sum>b39808f5f1931a2851f9da65cc3bb784d7789705</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.0a2</revision></Version></release>
</Project></rdf:RDF>