Skip to main content

A framework for writing and running Computational Science experiments

Project description

A framework for writing and running Computational Science experiments.

experipy provides a composable grammar for automating experiment script generation and a tool which can then execute those scripts. Supports PBS script based queueing.

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.

Installation

experipy can be installed from PyPI, and has no other dependencies.

?> pip install experipy

Documentation

Full documentation for experipy can be found at https://experipy.readthedocs.io.

Features In The Works

  • Expand experipy.system to include more standard command line tools

  • Beef up PBS script options

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.2.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

experipy-0.2.0-py2.py3-none-any.whl (14.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file experipy-0.2.0.tar.gz.

File metadata

  • Download URL: experipy-0.2.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for experipy-0.2.0.tar.gz
Algorithm Hash digest
SHA256 cba92a421b4cf10b486b478f791e90ed53e3a76f3f76dd918673b0d6a33f738a
MD5 586162204e827fdec4cb23cb2905fd17
BLAKE2b-256 ab144cfe9db81697a4c31edc1c1dae37a30258c0d823b1d25d5dd5f6006475a4

See more details on using hashes here.

File details

Details for the file experipy-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for experipy-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 61df07b35a6692f5064e1556faf7f56448b0703c44d0ab6364468608ffd8f09c
MD5 cc585e21c1a993916d4b706b3f5adb5f
BLAKE2b-256 f6bebe868d14a262f7d5139a954b947ea320975c0b1bd19394a69c1e288be35d

See more details on using hashes here.

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