Metadata-Version: 2.1
Name: sciexp2-expdef
Version: 2.1.1
Summary: Experiment definition framework for SciExp²
Home-page: https://sciexp2-expdef.readthedocs.io/
Author: Lluís Vilanova
Author-email: llvilanovag@gmail.com
License: GNU General Public License (GPL) version 3 or later
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE

SciExp²-ExpDef (aka *Scientific Experiment Exploration - Experiment Definition*)
provides a framework for defining experiments, creating all the files needed for
them and, finally, executing the experiments.

SciExp²-ExpDef puts a special emphasis in simplifying experiment design space
exploration, using a declarative interface for defining permutations of the
different parameters of your experiments, and templated files for the scripts
and configuration files for your experiments. SciExp²-ExpDef supports various
execution platforms like regular local scripts and cluster jobs. It takes care
of tracking their correct execution, and allows selecting which experiments to
run (e.g., those with specific parameter values, or those that were not
successfully run yet).

You can find the documentation in:

  https://sciexp2-expdef.readthedocs.io

