Metadata-Version: 1.1
Name: reprounzip-vagrant
Version: 0.5.1
Summary: Allows the ReproZip unpacker to create virtual machines
Home-page: http://vida-nyu.github.io/reprozip/
Author: Remi Rampin
Author-email: remirampin@gmail.com
License: BSD
Description: ReproZip
        ========
        
        `ReproZip <http://vida-nyu.github.io/reprozip/>`__ is a tool aimed at simplifying the process of creating reproducible
        experiments from command-line executions, a frequently-used common denominator
        in computational science. 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 (packing step).
        A reviewer can then extract the experiment in his environment to reproduce the results (unpacking step).
        
        reprounzip-vagrant
        ------------------
        
        This is the component responsible for the unpacking step
        on different environments (Linux, Windows, and Mac OS X)
        by using a `Vagrant <https://www.vagrantup.com/>`_ virtual machine.
        
        Please refer to `reprozip <https://pypi.python.org/pypi/reprozip>`__,
        `reprounzip <https://pypi.python.org/pypi/reprounzip>`_,
        and `reprounzip-docker <https://pypi.python.org/pypi/reprounzip-docker>`_
        for other components and plugins.
        
        
        Additional Information
        ----------------------
        
        For more detailed information, please refer to our `website <http://vida-nyu.github.io/reprozip/>`_, as well as to
        our `documentation <http://reprozip.readthedocs.org/>`_.
        
        ReproZip is currently being developed at `NYU <http://engineering.nyu.edu/>`_. The team includes:
        
        * `Fernando Chirigati <http://vgc.poly.edu/~fchirigati/>`_
        * `Rémi Rampin <https://www.linkedin.com/profile/view?id=98448601>`_
        * `Dennis Shasha <http://cs.nyu.edu/shasha/>`_
        * `Juliana Freire <http://vgc.poly.edu/~juliana/>`_
        
Keywords: reprozip,reprounzip,reproducibility,provenance,vida,nyu,vagrant
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Archiving
