Skip to main content

A framework for writing and running Computational Science experiments

Project description

# experipy
A framework for writing and running Computational Science experiments.

Experipy provides a composable grammar for automatically writing scripts and a tool which can then execute them. Support for PBS script based queueing is (mostly) implemented.

## A simple example

from experipy.exp import Experiment
from experipy.grammar import Executable

exp = Experiment(Executable("echo", ["Hello World"]),
expname="test",
destdir="results")
exp.run()

This will run the program `echo` with the argument `Hello World` in a directory in `/tmp`, writing the output and error, along with timing information, to the directory `results`. Directories will be created as needed. A complete example showing how to write an experiment for a Python script can be found in `test/runtest.py`.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

experipy-0.1.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

experipy-0.1.0-py2.py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page