<?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>eventlet</name>
<shortdesc>Coroutine-based networking library</shortdesc>
<description>Eventlet is a networking library written in Python. It achieves
    high scalability by using non-blocking io while at the same time
    retaining high programmer usability by using coroutines to make
    the non-blocking io operations appear blocking at the source code
    level.</description>
<homepage rdf:resource="http://wiki.secondlife.com/wiki/Eventlet" />
<maintainer><foaf:Person><foaf:name>Linden Lab</foaf:name>
<foaf:mbox_sha1sum>d20a25f452219d0f4a82e0e69de13a968fb5c3d9</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.5</revision></Version></release>
</Project></rdf:RDF>