Cyberinfrastructure Simulation Workbench
Provide a Python API for WRENCH. This API is built on top of WRENCH's REST API.
-
WRENCH 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
)
- You must compile the
-
Run
python3 -m build
to build the package. -
Run
python3 -m pip install ./dist/wrench-*.whl
to install the package
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.