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

Uploaded Source

Built Distribution

experipy-0.3.0-py2.py3-none-any.whl (17.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for experipy-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4ffc59d4eab4a487378abed0717531b4fec9d9e28e246a93d6357cd7957cec08
MD5 2b7f0f4a01c5fdf374ba9ecd52e0207f
BLAKE2b-256 f02c141c6c77b4c02f7611c8d303cde80787ed31c85f2e10d8c88da00ee642a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for experipy-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a78d32f6646fb300ebd05cc57509bc2952f3fa061e2628ebb13a57a0650fe29f
MD5 d73f94950feba8f7255009120e46f5c9
BLAKE2b-256 506afb0c238dd9f15db66aeb6ed65558b200eb7d70235f8db252ea6cf5261fe2

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