ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions. It tracks operating system calls and creates a package that contains all the binaries, files, and dependencies required to run a given command on the author’s computational environment. A reviewer can then extract the experiment in his own environment to reproduce the results, even if the environment has a different operating system from the original one.
![ReproZip][1]
<hr />
#### Useful Links
+ [ReproZip Docs](reprozip.readthedocs.org)
+ [ReproZip GitHub](https://github.com/ViDA-NYU/reprozip)
+ [ReproZip Examples](https://github.com/ViDA-NYU/reprozip-examples)
+ [ReproZip Website](http://vida-nyu.github.io/reprozip/)
+ [ReproZip Presentations](http://vida-nyu.github.io/reprozip/news.html#presentations)
[1]: http://i.imgur.com/bnUdCpI.png