Metadata-Version: 1.0
Name: compoze
Version: 0.3
Summary: Build package indexes
Home-page: http://www.repoze.org/compoze
Author: Agendaless Consulting
Author-email: reopze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
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:
        
        http://docs.repoze.org/compoze
        
        http://packages.python.org/compoze
        
        
        compoze Changelog
        =================
        
        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.
        
Keywords: web application server repoze
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Installation/Setup
