leocornus.recipe.distribute

zc.buildout recipe for package and distribute files, modules, libs, archives, etc.


Keywords
development, buildout, recipe, package, distribute, buildout-recipe, python
License
GPL-2.0
Install
pip install leocornus.recipe.distribute==2.1.5

Documentation

travis pypi-version pypi-download pypi-license Join the chat at https://gitter.im/leocornus/leocornus.recipe.distribute

leocornus.recipe.distribute

A buildout recipe to package and distribute lib, module, archive, files, etc.

A simple buildout part to archive all skins in wiki skin folder:

[archive-skins]
recipe = leocornus.recipe.distribute
source-root = /full/path/to/wiki/skins
packages = ALL
dist-format = zip
output-root = /full/path/to/archive/folder

The packages = ALL tells the distribute recipe to archive all folders in the source-root folder. A versions list text file (versions.txt) will be generated to list all packages in the following fomat:

packageone=1.0
packagetwo=2.0

More details in package README.rst

Change Logs

License

GPLv2 license