A tool for visualizing a preCICE configuration file as a dot file.
Project description
preCICE Config-Visualizer
The config-visualizer
is a tool meant to help visualize and debug precice configuration xml files. This tool produces a dot file as output, which visualizes the various participants, communicators and meshes defined in the configuration file and the movement of data between them.
Installation options
Install directly from PyPi using pipx or via pip:
pipx install precice-config-visualizer
To also install the GUI, run:
pipx install 'precice-config-visualizer[gui]'
Usage
precice-config-visualizer --help
precice-config-visualizer [OPTIONS] [-o OUTFILE] [<CONFIG-FILE>]
The command line version of the tool transforms the XML configuration file into a dot graph and either outputs it to the terminal or writes it to a file.
If the extension of the output file is .png
, .pdf
, .svg
, or .jpg
, then the tool will render the output using graghviz
.
The dot output is especially useful if the output needs to be altered for various reasons.
To edit the dot version of the graph, displaying it using a dot viewer such as xdot can be helpful.
The tool reads from stdin if no configuration file is given as an argument and the output is printed to stdout if no output filename if specified using the -o
option.
To generate graph.dot
from precice-config.xml
use:
precice-config-visualizer precice-config.xml > graph.dot
precice-config-visualizer -o graph.dot precice-config.xml
To generate an image from precice-config.xml
use:
precice-config-visualizer -o graph.png precice-config.xml
precice-config-visualizer -o graph.pdf precice-config.xml
precice-config-visualizer -o graph.svg precice-config.xml
To modify the dot graph from precice-config.xml
yourself use:
precice-config-visualizer precice-config.xml > graph.dot
# Edit graph.dot here
dot -Tpdf -o graph.pdf graph.dot
Further options can be used to control the output appearance. Some information can be turned off or merged. For a full list of options, run:
precice-config-visualizer --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file precice-config-visualizer-1.1.0.tar.gz
.
File metadata
- Download URL: precice-config-visualizer-1.1.0.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b9fa187cc43ae46f4b8d389b08599d4ac28a87ad5e797b7c4f7a0901231e70e |
|
MD5 | 1e0dca9579b0394217dec0ccb1295dba |
|
BLAKE2b-256 | 5e8f348d6df8b4b46d3dbd2ab616b66b43aaf836405f9558a9bca741d8a07709 |
File details
Details for the file precice_config_visualizer-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: precice_config_visualizer-1.1.0-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd779c0215663bd46b1583e867ad824035f999a6ee0861014fa09066506f857e |
|
MD5 | 17ab853755e54b55ce3c733b05fa56f3 |
|
BLAKE2b-256 | 207121deed85ea4eb1c327f168d8232495fe98e7e05238570e52b627aab9bcf1 |