          MODULE=psyco
         VERSION=1.6
          SOURCE=$MODULE-$VERSION-src.tar.gz
      SOURCE_URL=$SFORGE_URL/$MODULE/
      SOURCE_VFY=sha1:3c1ffa70b1a37bd855454d41d41a830e9ea82e7d
        WEB_SITE=http://psyco.sourceforge.net
         ENTERED=20031020
         UPDATED=20100623
           SHORT="speeds up the execution of any Python code"

cat << EOF
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like
java's, that emit machine code on the fly instead of interpreting your
Python program step by step. The result is that your unmodified Python
programs run faster.
EOF
