Skip to main content

Graphviz Diagrams Preprocessor for Foliant

Graphviz is an open source graph visualization tool. This preprocessor converts Graphviz diagram definitions in the source and converts them into images on the fly during project build.

Installation

$ pip install foliantcontrib.graphviz

Config

To enable the preprocessor, add graphviz to preprocessors section in the project config:

preprocessors:
    - graphviz

The preprocessor has a number of options:

preprocessors:
    - graphviz:
        cache_dir: !path .diagramscache
        graphviz_path: dot
        engine: dot
        format: png
        as_image: true
        fix_svg_size: true
        compress_svg: true
        params:
            ...

cache_dir : Path to the directory with the generated diagrams. It can be a path relative to the project root or a global one; you can use ~/ shortcut.

To save time during build, only new and modified diagrams are rendered. The generated images are cached and reused in future builds.

graphviz_path : Path to Graphviz launcher. By default, it is assumed that you have the dot command in your PATH, but if Graphviz uses another command to launch, or if the dot launcher is installed in a custom place, you can define it here.

engine : Layout engine used to process the diagram source. Available engines: (circo, dot, fdp, neato, osage, patchwork, sfdp twopi). Default: dot

format : Output format of the diagram image. Available formats: tons of them. Default: png

as_image : If true — inserts scheme into document as md-image. If false — inserts the file generated by GraphViz directly into the document (may be handy for svg images). Default: true

fix_svg_size : If true — If True, replaces fixed width/height values (e.g., "500px", "300") with "100%" to make SVG responsive and scale to container size. Default: true

compress_svg : If true — removes whitespace and line breaks between tags to create a compact, single-line SVG. This helps prevent SVG from breaking HTML layout and reduces file size. Default: true

params : Params passed to the image generation command:

    preprocessors:
        - graphviz:
            params:
                Gdpi: 100

To see the full list of params, run the command that launches Graphviz, with -? command line option.

Usage

To insert a diagram definition in your Markdown source, enclose it between <graphviz>...</graphviz> tags:

Here’s a diagram:

<graphviz>
    a -> b
</graphviz>

You can set any parameters in the tag options. Tag options have priority over the config options so you can override some values for specific diagrams while having the default ones set up in the config.

Tags also have two exclusive options: caption option — the markdown caption of the diagram image and src — path to diagram source (relative to current file).

If src tag option is supplied, tag body is ignored. Diagram source is loaded from external file.

Diagram with a caption:

<graphviz caption="Deployment diagram"
           params="Earrowsize: 0.5"
           src="diags/sample.gv">
</graphviz>

Note that command params listed in the params option are stated in YAML format. Remember that YAML is sensitive to indentation so for several params it is more suitable to use JSON-like mappings: {key1: 1, key2: 'value2'}.

Release files for foliantcontrib.graphviz 1.1.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for foliantcontrib.graphviz 1.1.7
File Size Uploaded
foliantcontrib_graphviz-1.1.7.tar.gz 6.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for foliantcontrib.graphviz 1.1.7
File Interpreter ABI Platform
foliantcontrib_graphviz-1.1.7-py3-none-any.whl Python 3 none any Details

Total release size:12.3 kB

Release files / foliantcontrib_graphviz-1.1.7.tar.gz

Download URL foliantcontrib_graphviz-1.1.7.tar.gz
Size 6.0 kB
Tags Source
SHA-256 checksum
How to use checksums
616ca90fe845419f6cd713d1ed4020c2f2bf439a84ec7291e458e4d2b7c447d7
BLAKE2b-256 checksum
How to use checksums
4305250578eccf1fb9f17e07d7a806b6cb43390b819789a7ea47abd007adfeb1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.9.25

Release files / foliantcontrib_graphviz-1.1.7-py3-none-any.whl

Download URL foliantcontrib_graphviz-1.1.7-py3-none-any.whl
Size 6.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f88b48516a59ef1ac02a3be2549a078ac9dc85656048436729c1b7ecaa52f799
BLAKE2b-256 checksum
How to use checksums
b8283e21ed3336d5ceb84654da04c994a4bd4c260ab9b8334bd6b7e41ba2fdff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.9.25

Release history Release notifications | RSS feed

This release

1.1.7 This release

2 release files

1.1.5

2 release files

1.1.4

2 release files

1.1.3

2 release files

1.1.2

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page