Archives and Version Control Systems
************************************

If you have your programs in a git archive, you can use
:class:`~versuchung.archives.GitArchive` as input parameter and build
the software every time from scratch in order to have a clean
enviroment for the experiment. Similar you can use a tar achive for
this purpose.

.. automodule:: versuchung.archives
   :members:
