<?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>basketweaver</name>
<shortdesc>Provides utilities for making your own python package index.</shortdesc>
<description>basketweaver
============

``basketweaver`` is a tool for creating your own package index out of a directory full
of eggs. You can then point to this index with e.g. ``zc.buildout`` or ``setuptools``
and thus be independant of PyPI.

Usage
-----

Here is a quick example on how to install and use it::

      easy_install basketweaver
      cd &lt;a/directory/with/eggs/&gt;
      makeindex *

This will create an ``index`` folder with links to all eggs.

You can then make point a webserver to this directory and use this link in your ``zc.buildout``
configuration or ``easy_install`` command.


Code
----

This project is hosted at http://code.google.com/p/basket-weaver/


0.1.3
=====

- added support for bz2 files and cleaned up tar file handling to use `open()` instead of `gzopen()`. 
  See http://docs.python.org/library/tarfile.html for more info. [mrtopf]</description>
<homepage rdf:resource="http://code.google.com/p/basket-weaver/" />
<maintainer><foaf:Person><foaf:name>Christopher Perkins, Chris McDonough</foaf:name>
<foaf:mbox_sha1sum>ac46831d437d1298067c5a34232ad474caa8bcfb</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.3-r0</revision></Version></release>
</Project></rdf:RDF>