Metadata-Version: 1.0
Name: zc.buildout
Version: 2.0.0a2
Summary: System for managing development buildouts
Home-page: http://pypi.python.org/pypi/zc.buildout
Author: Jim Fulton
Author-email: jim@zope.com
License: ZPL 2.1
Description: This is buildout 2, which is in an experimental state.  At this time,
        buildout2 is primarily for existing buildout users who want to use
        buildout with Python 3.
        
        There is a new bootstrap script for this release at::
        
          svn://svn.zope.org/repos/main/zc.buildout/branches/2/bootstrap/bootstrap.py
        
        To get it you can use::
        
          svn cat svn://svn.zope.org/repos/main/zc.buildout/branches/2/bootstrap/bootstrap.py
        
        (Or use an ``svn`` external to the directory.)
        
        or::
        
          wget http://svn.zope.org/*checkout*/zc.buildout/branches/2/bootstrap/bootstrap.py
        
        
Keywords: development build
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
