Metadata-Version: 1.1
Name: zipeggs
Version: 0.9.1
Summary: Zip back the eggs which are flattened by buildout
Home-page: https://github.com/tamizhgeek/zipeggs
Author: Azhagu Selvan SP
Author-email: tamizhgeek@gmail.com
License: UNKNOWN
Description: Zipeggs
        -------
        
        Buildout when collecting eggs, always flattens out the eggs as directories. We had a requirement where the eggs are needed as zips not as dirs. So this recipe.
        This will take a folder as input, iterate through the folders in it and create zip archives out of all folders inside it.
        
        Usage
        -----
        
        1. Add the recipe as zipeggs
        2. Specify target=dir where you want the zipped eggs to be
        3. Specify source=dir the directory to find flattened eggs.
        
        Example
        -------
        
            [zip]
            recipe = zipeggs:zipeggs
            target = dist
            source = eggs
        
        
        CREDITS
        =======
        Contributors
        ------------
        1. @rajeshmr(https://github.com/rajeshmr)
        
Keywords: buildout zip recipe python
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
