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.3.tar.gz (17.0 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.3-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.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mermaid_rs-0.1.3-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.3-cp314-cp314-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.14Windows x86-64

mermaid_rs-0.1.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mermaid_rs-0.1.3-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.3-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.3-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.3-cp313-cp313t-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mermaid_rs-0.1.3-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.3-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

mermaid_rs-0.1.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mermaid_rs-0.1.3-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.3-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

mermaid_rs-0.1.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mermaid_rs-0.1.3-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.3.tar.gz.

File metadata

  • Download URL: mermaid_rs-0.1.3.tar.gz
  • Upload date:
  • Size: 17.0 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.3.tar.gz
Algorithm Hash digest
SHA256 535177ffe348c82209468321c9fa49daa834e1979ed5dc078190983cef7c63db
MD5 a19eb6f128121576f2100ee0375fc3d1
BLAKE2b-256 9176c94be8a2977bdfc1bda0ed0ed82a263839e898d241aa0e1ccdca5e521b25

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3.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.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e47bed2d6f5eca7bf4df3942bfa02725f6d8e51cead2b6e8a4e3943955274d46
MD5 7ac2684824bf865ebbd4f2332780c250
BLAKE2b-256 865dbec2847c53cb4a46a53a818db31b840f9c43510f4326d03be19b16d0a922

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28ad7d6ce187bfd9846626bf7f51ef1f2544c3d7234d8e433b7280c0bbdc2749
MD5 1de5c9da1ca1d227df444d5e6256e552
BLAKE2b-256 dca778ca7cf8464bc48f01deb669f714508c195a571982f01e998ed10d2dbf64

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5212abd9f8c82a5aab6a2dceb8ba82f96a094b872ba68ee3dc54209526f075d
MD5 70d31bbef65533a816fe68e72cf2b08a
BLAKE2b-256 6bacfac9f2b9489bce12d008b053bd98a6195fef4f9622d82d2653890a53c507

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33945921033d7d0c86d2eb1af4d3abb168f1dec78c4d5c9384a5558187a7dd7f
MD5 0c07e3ec74f1f8bfc840f904603d8c20
BLAKE2b-256 1db685cd727261f9dbfd923dbf4e1583a50c5b5f8cfa71468314caa9ebb085f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mermaid_rs-0.1.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ea5145287694bcf11ddc49647e4ba2c82c803446edb54c23e2453df1ba145a46
MD5 5d664fc5646ebfcb77336cf0129ad669
BLAKE2b-256 5aa38821888c4d720e49b763a8100a7529b0d7df3e3aef4b6c1bdecb24f1c041

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8ad2d5a1afd132b886306c6e5a239c993fd9546ed68415b2749c3a9e56edbf6
MD5 99c80f986543723e74f9130f195a951e
BLAKE2b-256 a961109f12b96ab2d236b7a66dd00347a6aca95a0f8d54b7fbb86ab1fa8299a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38f130b58029dff72c2014e4b334e60da8e16707efcc950de8ead2f7b8ce16f3
MD5 c4e1a02159b4e2cf7b73319dcd63a3a4
BLAKE2b-256 77df3a6d42a43d30d78e814bd743ea2f2d2494f25e7839af4c63f4bcf63e26f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c58c644c8db034aaa149c5f91ca6cd697410812b6fda5773b010c2ad7d672c6
MD5 6b6b2af82782e85c70e213cf19764f00
BLAKE2b-256 bed696f6c0b9fb91afd956faaa8788ea192528a352aab05b2086506555e7d830

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50bce5f696bc16beee40669e68e61cb7a1dd9ee42d8243801688981cee6341b4
MD5 e93133416a09cc8415261c22813cd48e
BLAKE2b-256 01551e7052344f1fc565816e7b4b64054094eb50c16599818eb28699cab73e04

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffacda5124e25bea1aef7e682d9c42654337e5b096536aa6ec26746a882acc66
MD5 e921e2e4164d22adb32f8c91dfdccf9c
BLAKE2b-256 0a0a868ec51a039e9c1b8bf1c90095b86d1c482620e95ec26d23f6530b80cffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 023042d6d97aa94029806e81e5f17993f9137e65632de94583fb81fe5f38dc27
MD5 17c745d08763eb17faefccbf0a08964c
BLAKE2b-256 3a8ccd096601f30a227294a7ea43c1a4a69df1c1881587e76d1468485360be5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd7d2e838231a75a5755e8a25a149c26a3bdb3ff1563b77e82b4935e3cf3b715
MD5 fd4a5f2ffc7c5e07b23fe68db83e4cfd
BLAKE2b-256 f61490d291402c60dc2550fff5b6fdfedfdd2af1d31ed22c104ab43d56e898b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eaf5da7d29f134207cf26dd3c3bc776b6defcb5a260426798e2d6bffeebdcc4b
MD5 64c50ae0668e071a726ab47ca7ac27b4
BLAKE2b-256 036b355e1d7b83e9c6eb9c5a7c2dc7713c177dfdb9bc3c72109f98e8703e280a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mermaid_rs-0.1.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4c77582ab1ebe8d46ef37a0f75717eb1a0bbd3c25e97ff6613b19afa41e387da
MD5 d2943376391dbb67f031f1e99753ba4f
BLAKE2b-256 13bb0a7ef774d33807f7a6d7ac409913b9fe595400d45e19e15b2b5cced5bd1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 869345bf56ef735288db4a15d89e02e69278a045b74c8370443eab91905fbc6a
MD5 2b1769d4d5f119d1181b22b0746b818f
BLAKE2b-256 c64a0b43171108b5112b842453fe93393a10252bd0a537ffe0d8ad76823bfe9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 687e1ab9bf68ba5f27ccf93d68ef9b40d0f2271d908c76cf7f4c366b91376f7b
MD5 c70bb0eca53f419d78e38b40b2641338
BLAKE2b-256 0afa759c3651ec7368232744706f0851d9b649c2d721467a8e7cf857609bc6bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66958d6dfc94d8099243ca3cb08113a6d02564cb803dc7466eb7fdb41b00e40d
MD5 fe61baebf2ef2e5bb994549ba3f6e8b3
BLAKE2b-256 c3be3da87ca7f6ba69a20ca27468152d7cbbfb9b1b227ce73184a4a022045600

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 76929a2a6eaeae26b5d5ebdda71528319be11a6f123be90e21bebac90ec2b47c
MD5 5e0d1fde3de2fc4321a9a808fcb854e0
BLAKE2b-256 778f8bdb4addd9ecb179a96e153e53aeee4bd1f7c16e27b3ca727bb44e4555d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mermaid_rs-0.1.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 af084a273ffeb189e03f4bde68c800b6a348cb916dc1cb6378f264aac46b73e6
MD5 a4e39610d1f8a885c856eed07a350c71
BLAKE2b-256 9df28f0c7dd860e5b47de0b644d8cfe800aa12d0e1df5d11d73a0e94583a67ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ed18cc5ffa27277168f9e50ea0ef481ad947881515e484c4ada42c5dc6425ee
MD5 9816df670f92dbf91c1ce2de221f97da
BLAKE2b-256 acd7232073c98243fca565faecd8733b92b2efef0811b62a8b025cf6a3c8d365

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62dbb1f877bbc30c2ac92aa6e9e6f619aacfb54a24c59cbc2d4d66f4477ce8ca
MD5 f82c3dbaf1e5bdf6d86f8c4eba0bd06f
BLAKE2b-256 2f00b3f531c1793a2860b4a668f90901fff9294da7af96c81ea9ee49cc46b03b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49ddd2789e5bd06c9ca1a1014fb598c2f31c4bb569a239271fd8f8bbe3d45a2e
MD5 476367806e9c613414b5e045804d91ae
BLAKE2b-256 83dbb56fc13ed8dfbd2c761fb7e8bf04520e58ca4db69de85208c0cafda0b775

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mermaid_rs-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c5818a0f7dee4b3fee807229ff2c90e0d9bf2a630fa9c21b3a4f6ab2428dbffc
MD5 c1be51154100afb8309eecb11ab4331b
BLAKE2b-256 acbc5c86e0d8534c80c6b173a2877c55ddb288f54ecba107289aeb4b84d923e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mermaid_rs-0.1.3-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