Easy reproducible ZIP generation with Python.
Make sure that your builds will always produce the same results by reproducibly generating the archive used to share them.
Recursively add all files in a directory to a zip archive:
repzip -r archive.zip directoryInstall repzip with pip:
pip install repzip