<?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>psyco</name>
<shortdesc>Psyco, the Python specializing compiler</shortdesc>
<description>Psyco shows that it is possible to execute Python code at speeds
approaching that of fully compiled languages, by "specialization".
This extension module for the unmodified interpreter accelerates
user programs with little or not change in their sources, by a
factor that can be very interesting (2-10 times is common).</description>
<download-page>http://wyvern.cs.uni-duesseldorf.de/psyco/psyco-snapshot.tar.gz</download-page>
<homepage rdf:resource="http://psyco.sourceforge.net/" />
<maintainer><foaf:Person><foaf:name>Armin Rigo</foaf:name>
<foaf:mbox_sha1sum>eba7628446907dce782b1330c442fcf71c25d47a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.6</revision></Version></release>
</Project></rdf:RDF>