Metadata-Version: 1.1
Name: buildout.eggsdirectories
Version: 1.0
Summary: zc.buildout extension to include supplementary preloaded egg-directories
Home-page: http://pypi.python.org/pypi/buildout.eggsdirectories
Author: Godefroid Chapelle
Author-email: gotcha@bubblenet.be
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        ``buildout.eggsdirectories`` includes all eggs found in prepopulated
        directories.
        
        This enables distribution of separate eggs sets.
        
        Howto
        =====
        
        Tune ``buildout`` section::
        
          [buildout]
          extensions = buildout.eggsdirectories
          eggs-directories = ${buildout:directory}/more-eggs
                             /usr/local/plone-eggs
        
        All eggs found in ``more-eggs`` or in ``/usr/local/plone-eggs`` will be made
        available for the installation of eggs or creation of scripts.
        
        Contributors
        ============
        
        - Godefroid Chapelle, Original Author
        
        Changelog
        =========
        
        1.0 (2014-02-10)
        ----------------
        
        - Initial release [gotcha]
        
        
Keywords: buildout extension
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Buildout
Classifier: Topic :: Software Development :: Libraries :: Python Modules
