<?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>pprocess</name>
<shortdesc>Elementary parallel programming for Python</shortdesc>
<description>The pprocess module provides elementary support for parallel
        programming in Python using a fork-based process creation model in
        conjunction with a channel-based communications model implemented
        using socketpair (or pipes) and poll.</description>
<download-page>http://www.boddie.org.uk/python/downloads/pprocess-0.5.tar.gz</download-page>
<homepage rdf:resource="http://www.boddie.org.uk/python/pprocess.html" />
<maintainer><foaf:Person><foaf:name>Paul Boddie</foaf:name>
<foaf:mbox_sha1sum>3123eba60445295e603f7caefe2a84cd27783524</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.5</revision></Version></release>
</Project></rdf:RDF>