<?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>EggFreezer</name>
<shortdesc>Creates single-file installers for eggified distributions</shortdesc>
<description>EggFreezer creates single-file installers for an EGG distribution, along with
all dependencies, which can be used without network access.

The result is a .py script which bootstraps a virtualenv and installs the
requirements that have been "frozen".

Multi-platform "universal" installers can be created by adding extra platform
identifiers with the --platform command-line option. Note that binary eggs
are not too portable, see http://philikon.wordpress.com/2008/06/26/is-there-a-point-to-distributing-egg-files/ 
for more details.

This software is licensed under the terms of the MIT license.
Questions, comments or whatever can be directed at the distutils-sig mailing
list.

Usage: eggfreezer [OPTIONS] [requirements ...]

Options:
  -h, --help            show this help message and exit
  -i INDEX_URL, --index-url=INDEX_URL
                        Use this index to locate distributions instead of PyPI
  -p PLATFORMS, --platform=PLATFORMS
                        Add binary eggs for this platform (may be used several
                        times
  -f FIND_LINKS, --find-links=FIND_LINKS
                        Try to locate distributions in here too
  -o OUTPUT, --output=OUTPUT
                        Prefix of the resulting single-file installer
  --as-helper           This is used internally by eggfreezer</description>
<download-page>http://toscawidgets.org/download</download-page>
<maintainer><foaf:Person><foaf:name>Alberto Valverde Gonzalez</foaf:name>
<foaf:mbox_sha1sum>c3753e0fc6ff4ff47f149fa5bc968303b957945b</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.6</revision></Version></release>
</Project></rdf:RDF>