Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 679 Bytes

README.rst

File metadata and controls

34 lines (25 loc) · 679 Bytes

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
target = dist
source = eggs

CREDITS

Contributors

  1. @rajeshmr(https://github.com/rajeshmr)
  2. @soxofaan(https://github.com/soxofaan)