Skip to content

Files

Latest commit

52d2108 · Mar 21, 2025

History

History
32 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.42 KB

Build License: LGPL v3 coverage-badge

WRENCH Project
Cyberinfrastructure Simulation Workbench

Objective

Provide a Python API for WRENCH. This API is built on top of WRENCH's REST API.

Dependencies

  • WRENCH master branch and its dependencies
    • You must compile the wrench-daemon target (i.e., make wrench-daemon) during the build process before doing the usual (sudo make install)

Installation

A simple pip install . should do.

Examples and Documentation

Example simulators are provided in the examples directory. See the README file therein for information on what these examples are and how to run them.

For complete documentation, see the API Documentation page.