Skip to main content

A framework for writing and running Computational Science experiments

Project description

https://travis-ci.org/Elemnir/experipy.svg?branch=master

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 and Slurm 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.4.1.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

experipy-0.4.1-py2.py3-none-any.whl (13.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: experipy-0.4.1.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.5

File hashes

Hashes for experipy-0.4.1.tar.gz
Algorithm Hash digest
SHA256 e2eb8b1cda211cc4de009385475ee3b909a6bbb8790b0e4f9fbd35cef022d0a7
MD5 15f20261de64f9267b0e6efb33d945a5
BLAKE2b-256 039256bf25aea4206e8eb323f4ace5da6b07b328682017039c1519ff2bc14549

See more details on using hashes here.

File details

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

File metadata

  • Download URL: experipy-0.4.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.5

File hashes

Hashes for experipy-0.4.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a58a0880efea129cec71f1e153205d1329e854b93abcaeb152f790eec5412e20
MD5 87f8cc8173144cd7c3f316ccd0c80537
BLAKE2b-256 4ce2d87f5838d10dafa74c05a5a7833fe8f1256323319f61c8df615e6de0208d

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