Metadata-Version: 1.1
Name: gp.bootstrap
Version: 0.2
Summary: Small script to deal with zc.buildout bootstrapping
Home-page: UNKNOWN
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
Description: 
        Create a ``~/.buildout/default.cfg`` if it doesn't exist
        
        Create a ``buildout.cfg`` based on ``~/.buildout/template.cfg`` if it doesn't exist
        
        Download the ``bootstrap.py`` script if needed.
        
        Then run ``bin/buildout``.
        
        Example::
        
          $ bootstrap           # bootstrap with sys.executable
        
          $ bootstrap 2.5       # bootstrap with python2.5
        
          $ bootstrap 2.5 -vvv  # extra buildout options
        
        
        
        News
        ====
        
        0.2
        ===
        
        Fix bootstrap url
        
        0.1
        ===
        
        Initial version
        
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Operating System :: POSIX
