Metadata-Version: 1.1
Name: sciexp2
Version: 1.1.2
Summary: Scientific Experiment Exploration framework
Home-page: https://projects.gso.ac.upc.edu/projects/sciexp2
Author: Lluís Vilanova
Author-email: vilanova@ac.upc.edu
License: GNU General Public License (GPL) version 3 or later
Description: SciExp² (aka *SciExp square* or simply *SciExp2*) stands for *Scientific
        Experiment Exploration*, which contains a comprehensive framework for easing
        the workflow of creating, executing and evaluating experiments.
        
        The driving idea behind the provided abstractions is that of the need for quick
        and effortless *design-space exploration*. That is, the definition and
        evaluation of experiments that are based on the permutation of different
        parameters in the design space.
        
        The framework is available in the form of Python modules which can be
        integrated into your own applications, but also comes with some interfaces to
        allow for quick writing without having to import a whole set of modules and
        instantiate objects of their corresponding classes.
        
Platform: any
Classifier: Development Status :: 4 - Beta
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
Requires: python (>=2.7)
Requires: numpy
Requires: ply
Requires: ipython
Requires: six
Provides: sciexp2
