- Windows support

- Load from urls

- Python discovery support

  (Perhaps this is best handled by DEFAULT section.

- Common recipes

  - configure-make-make-install

  - download, checkout

  - Should ot be possible to provide multiple recipies?
    Or should recipies be combined through inheritence (or
    composition)?

  - Python

- Need to better understand the way upgrading works in setuptools.

- Offline mode

- Local download cache

- Some way to freeze versions so we can have reproducable buildouts.

- Part dependencies

- custom uninstall

- spelling :)

- example using -c.  Example redefining .installed.cfg

Issues

- Want to be able to control whether eggs get unzipped when they ae
  installed. This isn't so hard if you do it from the beginning, but
  it's hard to change your mind.  easy_install won;t want to reinstall
  an egg that's already installed, unless it does, at which point it
  gets rather confused. :)