Skip to main content

Python bindings for mermaid-rs-renderer - Fast Mermaid diagram rendering in Rust

Project description

mermaid-rs

Python bindings for mermaid-rs-renderer - a fast native Rust Mermaid diagram renderer.

Features

  • Fast: 500-1000x faster than mermaid-cli (no browser required)
  • 13 diagram types: flowchart, sequence, class, state, ER, pie, xy chart, quadrant, gantt, timeline, journey, mindmap, git graph
  • Pure Rust: ~3ms cold start vs ~2500ms for mermaid-cli
  • Low memory: ~15MB vs ~300MB for mermaid-cli

Installation

pip install mermaid-rs

Usage

import mermaid_rs

# Simple rendering
svg = mermaid_rs.render("""
flowchart LR
    A[Start] --> B{Decision}
    B -->|Yes| C[OK]
    B -->|No| D[Cancel]
""")

# With options
svg = mermaid_rs.render(
    "flowchart TD; A-->B-->C",
    theme="modern",  # or "mermaid_default"
    node_spacing=60.0,
    rank_spacing=80.0,
)

# With timing info
svg, parse_us, layout_us, render_us, total_us = mermaid_rs.render_with_timing(
    "flowchart LR; A-->B"
)
print(f"Rendered in {total_us/1000:.2f}ms")

# List supported diagrams
print(mermaid_rs.supported_diagram_types())

Supported Diagram Types

  • Flowcharts (flowchart / graph): TD, TB, LR, RL, BT directions
  • Sequence Diagrams (sequenceDiagram)
  • Class Diagrams (classDiagram)
  • State Diagrams (stateDiagram-v2)
  • ER Diagrams (erDiagram)
  • Pie Charts (pie)
  • XY Charts (xychart)
  • Quadrant Charts (quadrantChart)
  • Gantt (gantt)
  • Timeline (timeline)
  • Journey (journey)
  • Mindmap (mindmap)
  • Git Graph (gitGraph)

License

MIT

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

mermaid_rs-0.1.2.tar.gz (17.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

mermaid_rs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mermaid_rs-0.1.2-cp314-cp314t-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

mermaid_rs-0.1.2-cp314-cp314-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.14Windows x86-64

mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

mermaid_rs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mermaid_rs-0.1.2-cp314-cp314-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mermaid_rs-0.1.2-cp313-cp313t-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mermaid_rs-0.1.2-cp313-cp313t-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

mermaid_rs-0.1.2-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mermaid_rs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mermaid_rs-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mermaid_rs-0.1.2-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mermaid_rs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mermaid_rs-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file mermaid_rs-0.1.2.tar.gz.

File metadata

  • Download URL: mermaid_rs-0.1.2.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mermaid_rs-0.1.2.tar.gz
Algorithm Hash digest
SHA256 919c42cb7fb4c9850d94a0baee4fd8cc53b4655aaf03defba9c39b101dc9d124
MD5 dfbc00a015d7951a2949778663a9e61b
BLAKE2b-256 2d922e58b6fc6d9a77754f9b3bace2d7fbefda2bd1bc149f0d9d35779ee87dd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2.tar.gz:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd108654b5b24fbc7beb286a55817837c8acaae281cc39c87348404f1f653971
MD5 ff9af83cc3d861d509062cb43414140e
BLAKE2b-256 8f8796572a782f39b1fce55c35ba11af86d2c50fed62b82550c576589fc93b7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94242f7dcfc96c099af90defacb675b1f356e71184db2beb4048a812ce61c6bb
MD5 76c0d3b0a2e58bc33417bf5a50941071
BLAKE2b-256 b1066e0fe60d3ead51edcc79f373351f33a41b803606d04cd0b78bdf1f775722

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07b5b68fed182752737a84f6288a3f2e6c51c95052030f273b466d9717e25df7
MD5 d0517c6694fb94e1d525b52c02533048
BLAKE2b-256 fb11eb50a69b1bb9b2bdf1903c461d28c5089be213933332276d807356a11df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 38544fb7144648caac516605a75a5e5aae8be417c9e6c6d0ebea9064fd6e06c4
MD5 d86b9eabd08013c785ff5d766d430886
BLAKE2b-256 177ca3b96a42b510bf740aef349f4ba56b0adb9b751204f6db14f6e9a087767e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mermaid_rs-0.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f0c4b0da079a10f947a7bb634e224afbdcd368a1e8247cf1cce916e592e0176a
MD5 93be8b7390cd63c02d32548416d5c5e6
BLAKE2b-256 0d75e2af9310af4be3fc0b93d1e10dc8f8bf0c2ee07040dea34cc5d0e3fee282

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314-win_amd64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f8add554a73ac1459f86dd62bbb5419e4caef2396e24823c0658aac254a032d
MD5 b5facbdf5b2c1bdf92eb63c406a8a052
BLAKE2b-256 dd40bb379ade665a770c622436749a91ea0cec5245f080f145b3619f07ef1699

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23325d08ebf715809ae31ddd2c87f6505fe909065856af43065bd045bcf0ee9b
MD5 ab11be6f81eeb3ce47af98f30f97aa64
BLAKE2b-256 928c32e9f003e9f5e3c09f13144865a2b7519615054d7d7b528d0c060129dc8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63386924d7ef11a0c8bca2aa7d935a9b003c9677188edd592f50c323473c116c
MD5 f078e18d007c8f14e6f03287748a88f6
BLAKE2b-256 f80e488b9601a31443d93f805fa969315a47992e5cc48f5fa00ada636b651f7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dbf1b7635c6f7a91dab209697ecb5a7bea626dabfa648cd5df34b61401f95bf4
MD5 147f3cc89d3cb083e42dfd462482600f
BLAKE2b-256 22c3fd2aa8ea739e17cc5839462745f7e968958f7ac08b7e61fe928353bc6851

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6aaac05c215b459528b52776bf96319a9a45bffcf5248fc7ac3a79222f5eda4
MD5 315bca1c622598531af37e16e56b27fd
BLAKE2b-256 17220f9ccf951a1a7a4b2670eaf0e68d7b474810a92a6a1735540bca467c59d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ecd5b1e23b3694ddc48f69cad9a4831a4c89c2fdab91787b1598b8878a26281
MD5 4961929d0b3d76e6881d9f35fe332fcc
BLAKE2b-256 0da18b152295c9fa6d21e336547ed724500e699c2276b8310f6d49d0fb09f07d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7019039b510b1236525bd79930fa928fc3ed8b3a146633299774db0de8ec5551
MD5 093dfdfb78f79378a63da4a68e836e2f
BLAKE2b-256 40e6c12f643c3bad88f9b38c3d38eb0f9d027e22cf365b1f19e6c0edac8ca417

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b33ff0bd8600285fb9f2de6bce72d07594197c3dbdd2b2f8660455a4c622d55c
MD5 821d0931c5d5e1a984d4656451764109
BLAKE2b-256 ac3b50571b1c01b1f563bfbb8b510f9294813b39c8fe981fce1e78044b120440

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313t-macosx_10_12_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mermaid_rs-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2421917ea71c6c66fd6bd27d9aada68d7ee171481b28e9b0ac4e649cab31c809
MD5 68e0fa9610fdd7e4d45d23c64cda4245
BLAKE2b-256 8a51f26e3fed12438f2e8f0d123157dc6144642e6e1882483b8f75a192f7c275

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313-win_amd64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57eb6212acb67eff67a65a4ff4000b3e8689d1f5d09e039b202f44aeacf0961a
MD5 8f71a5b560be40b98fe96603df32f99e
BLAKE2b-256 4edcc78ba71878bc85ca4fba3c75a11d23eb32167f43abceb7eee5f463949a7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dac7070b64d2f0fc252d16c97a395eddc5eb9561880bc0a6956556ad8c237b1c
MD5 451728b8835aa547f5ce2bd249876dd8
BLAKE2b-256 3a10acf8783873a565493a3eb554e3ff560c137814458b07aedd146025055f26

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d121d9643e1ec6a22c33dfc4a95c569da98a56a6d6b719cc6b5e9bfb1f19007
MD5 c6eccb346524ab035529e7dcf43b1c70
BLAKE2b-256 c48b45fbb7f500e3c1689add686e29b8e71363f0cb343fdd599dd46766a5e360

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4f3c2969705631caa0107b4591de7fdc6f0accae2cc04d5e882f9c2fd71a253a
MD5 56e8ab152786be4fda0273e47686b592
BLAKE2b-256 42bfd104a209de69a8c74976c4ffb4c3a23b77d2925967b128f0a57f0225ca31

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mermaid_rs-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mermaid_rs-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0db15f254b4b40c55fb1ec354c5b69b960d04a98b63ac7c05629315a22e4ddaa
MD5 e8b6ed05c083b56f60c18bddda8ddfed
BLAKE2b-256 7a37833d7f65caa1796c6ac925e2ff698251dd70f46e14f1d6484994b3ffaef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp312-cp312-win_amd64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0b963b7e9edb43e2500dc96548aab9b2062e1e4272bb1e2e41abbdbdd51e0f0
MD5 b8db4cedab974ff2cc36611edcdd00ee
BLAKE2b-256 5669057f2c39ee1ea86bdae780c665d159671efbd6054943b6103e408a1bcef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee219cbfa41a806ad4f1e1bc091f2ef734cf3c9d0676b0c820f12c0272b73222
MD5 ad4746b8b8b6f01c15d682de5d85a796
BLAKE2b-256 a0a8d68de89b177c3982c8b8b4b1acb34019aede10df80bae01b652d416b8be1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2d354222e846814992c03a27f73e4e698840c366c59528bedc3bc461b4948da
MD5 09d5909a504cea70a1b743e4acca7eff
BLAKE2b-256 6f5b4d19c54bc526b14acf7586834822d6a3104343e455b51c9ac2f4455163f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mermaid_rs-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6381fafdc6430146a62e9879a48f48b72fac1d4367045e054e9af3d3cde3bbf5
MD5 6253da2011efb3d63c2da1e33409fe19
BLAKE2b-256 b2b7733ae24fdbbe041ad9038661dc64506805c7d64af209778f61e22450c8fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on phil65/mermaid-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page