Metadata-Version: 1.0
Name: compoze
Version: 1.0b1
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
        =================
        
        1.0b1 (2012-12-28)
        ------------------
        
        - Added wupport for building docs under ``tox``, including testing any
          doctest snippets.
        
        - Added support for Python 3.2 and 3.3, including testing them under ``tox``.
        
        - Added support for PyPy, including testing it under ``tox``.
        
        - Added coverage testing for under ``tox``.
        
        - Added testing for supported Python versions under ``tox``.
        
        - Added logic to handle archives (e.g., Twisted's) which contain multiple
          'setup.py' files.  Thanks to Travis Jensen for the patch.
        
        - Added 'setup.py dev' alias (installs 'nose' and 'coverage' after running
          'setup.py develop').
        
        compoze 0.4.1.1 (2012-04-19)
        ----------------------------
        
        - Repair packaging error in 0.4.1 (CHANGES.txt not included in the tarball).
        
        compoze 0.4.1 (2012-03-18)
        --------------------------
        
        - Harden 'compoze.indexer' against archives containing 'setup.py' which
          exit with errors, or which return bad data for 'setup.py --name --version'.
          Fixes http://bugs.repoze.org/issue69:  thanks to Paul Winkler for the
          original version of the patch.
        
        
        compoze 0.4 (2010-03-29)
        ------------------------
        
        - 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.
        
Keywords: web application server repoze
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Installation/Setup
