File: PKG-INFO

package info (click to toggle)
reprounzip 1.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 380 kB
  • sloc: python: 4,427; sh: 20; makefile: 7
file content (53 lines) | stat: -rw-r--r-- 2,897 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Metadata-Version: 2.1
Name: reprounzip
Version: 1.0.16
Summary: Linux tool enabling reproducible experiments (unpacker)
Home-page: https://www.reprozip.org/
Author: Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire
Author-email: reprozip-users@vgc.poly.edu
Maintainer: Remi Rampin
Maintainer-email: remirampin@gmail.com
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/ViDA-NYU/reprozip
Project-URL: Documentation, https://docs.reprozip.org/
Project-URL: Examples, https://examples.reprozip.org/
Project-URL: Say Thanks, https://saythanks.io/to/remram44
Project-URL: Source, https://github.com/ViDA-NYU/reprozip
Project-URL: Tracker, https://github.com/ViDA-NYU/reprozip/issues
Description: ReproZip
        ========
        
        `ReproZip <https://www.reprozip.org/>`__ 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
        ----------
        
        This is the component responsible for the unpacking step on Linux distributions.
        
        Please refer to `reprozip <https://pypi.python.org/pypi/reprozip>`__, `reprounzip-vagrant <https://pypi.python.org/pypi/reprounzip-vagrant>`_, and `reprounzip-docker <https://pypi.python.org/pypi/reprounzip-docker>`_ for other components and plugins.
        
        A GUI is available at `reprounzip-qt <https://pypi.python.org/pypi/reprounzip-qt>`_.
        
        Additional Information
        ----------------------
        
        For more detailed information, please refer to our `website <https://www.reprozip.org/>`_, as well as to our `documentation <https://docs.reprozip.org/>`_.
        
        ReproZip is currently being developed at `NYU <http://engineering.nyu.edu/>`_. The team includes:
        
        * `Fernando Chirigati <http://fchirigati.com/>`_
        * `Juliana Freire <https://vgc.poly.edu/~juliana/>`_
        * `Remi Rampin <https://remirampin.com/>`_
        * `Dennis Shasha <http://cs.nyu.edu/shasha/>`_
        * `Vicky Steeves <https://vickysteeves.com/>`_
        
Keywords: reprozip,reprounzip,reproducibility,provenance,vida,nyu
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Archiving
Provides-Extra: all