Skip to content

tamizhgeek/zipeggs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Zip back the eggs which are flattened by buildout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages