Build package indexes
Project description
compoze README
This package provides a script for creating setuptools-compatible package indexes using packages downloaded from other indexes.
Please see docs/index.rst for the documentation, which can also be read online at:
compoze Changelog
After compoze 0.3.1 (unreleased)
Added global --use-versions and --versions-section options, to permit specifying requirements from the configuration file. Updated compoze fetch and compoze show to use such requirements.
Normalized options, allowing more to be set globally or in the config file: --index-url, --find-links, --fetch-site-packages, --include-binary-eggs, --keep-tempdir.
Updated spelling of --find-link option to --find-links.
Added a global --config-file option to permit setting options in an INI-style config file.
compoze 0.3.1 (2010-03-25)
Fix bug in compoze fetch under recent setuptools: “AttributeError: NoneType has no attribute ‘clone’”.
Fix bug in compoze show under recent setuptools: “AttributeError: EmptyProvider instance has no attribute ‘name’”.
Further documentation improvements.
compoze 0.3 (2010-03-25)
Added Sphinx documentation.
Switched to using pkginfo to parse package information.
Added pool command which moves all archives in the current directory to a common pool directory and symlinks them back.
Added show command, which displays locations for one or more requirements across a set of indexes.
compoze 0.2 (2007-11-19)
Added --help-commands option to show subcommands.
Broke fetch and index out as subcommands; other commands can be registered using the pkg_resources entry point group, compoze_commands.
compoze 0.1 (2007-11-14)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.