basketweaver 0.1.3-r0
Provides utilities for making your own python package index.
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 <a/directory/with/eggs/> 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]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| basketweaver-0.1.3-r0.tar.gz (md5) | Source | 2009-09-09 | 3KB | 911 | |
| basketweaver-0.1.3_r0-py2.5.egg (md5) | Python Egg | 2.5 | 2009-09-09 | 6KB | 992 |
- Author: Christopher Perkins, Chris McDonough
- Home Page: http://code.google.com/p/basket-weaver/
- Keywords: python eggs pypi index package gz tar zip
- License: MIT
- Categories
- Package Index Owner: percious, mrtopf
- Package Index Maintainer: mrtopf
- DOAP record: basketweaver-0.1.3-r0.xml
