<?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>squisher</name>
<shortdesc>"squish" Python packages into importable stand-alone .pyc files</shortdesc>
<description>Squisher can take a directory representing a Python package (i.e. a directory with __init__.py and so on) 
and "squish" it into a single .pyc file that you can import, or run on the command line, just like any other 
.py/.pyc file.

The hook is that it can be thus imported *without* necessarily having Squisher itself installed. All you do 
is run Squisher on a directory (or an existing zip file if you wish), and you get a single file you can 
import with any normal Python installation.

It is complementary to Eggs in a way. They're good for having packages globally installed and keeping 
them up-to-date, but very often you may want the simple convenience of dropping a .pyc in a directory 
and importing it. Furthermore, since Squished packages are just zip files with a special Python bytecode 
header (and Eggs are just zipfiles with internal metadata added), you can actually run it on an Egg and 
get a file that can be used as an Egg *or* a Squished package just by renaming it.</description>
<maintainer><foaf:Person><foaf:name>Adam Atlas</foaf:name>
<foaf:mbox_sha1sum>4e7646dc61efcef6faf2ebefa7b7e19522ae2040</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.3</revision></Version></release>
</Project></rdf:RDF>