Metadata-Version: 1.0
Name: buildout-versions
Version: 1.4
Summary: zc.buildout extension to display and record versions of packages used.
Home-page: http://packages.python.org/buildout-versions
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: =================
        Buildout Versions
        =================
        
        This is a buildout extension that provides three functions:
        
        - Output to the console of any versions not pinned in the buildout configuration
        
        - The optional appending of any versions not pinned in the buildout configuration to a specified file.
        
        - Make buildout agnostic of the casing used in distribution names.
        
        For full documentation, please see http://packages.python.org/buildout-versions/use.html.
        
        This package takes a lot of inspiration from `buildout.dumppickedversions`__.
        
        __ http://pypi.python.org/pypi/buildout.dumppickedversions
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
