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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
535177ffe348c82209468321c9fa49daa834e1979ed5dc078190983cef7c63db
|
|
| MD5 |
a19eb6f128121576f2100ee0375fc3d1
|
|
| BLAKE2b-256 |
9176c94be8a2977bdfc1bda0ed0ed82a263839e898d241aa0e1ccdca5e521b25
|
Provenance
The following attestation bundles were made for mermaid_rs-0.1.3.tar.gz:
Publisher:
release.yml on phil65/mermaid-rs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3.tar.gz -
Subject digest:
535177ffe348c82209468321c9fa49daa834e1979ed5dc078190983cef7c63db - Sigstore transparency entry: 956261617
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e47bed2d6f5eca7bf4df3942bfa02725f6d8e51cead2b6e8a4e3943955274d46
|
|
| MD5 |
7ac2684824bf865ebbd4f2332780c250
|
|
| BLAKE2b-256 |
865dbec2847c53cb4a46a53a818db31b840f9c43510f4326d03be19b16d0a922
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e47bed2d6f5eca7bf4df3942bfa02725f6d8e51cead2b6e8a4e3943955274d46 - Sigstore transparency entry: 956261659
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28ad7d6ce187bfd9846626bf7f51ef1f2544c3d7234d8e433b7280c0bbdc2749
|
|
| MD5 |
1de5c9da1ca1d227df444d5e6256e552
|
|
| BLAKE2b-256 |
dca778ca7cf8464bc48f01deb669f714508c195a571982f01e998ed10d2dbf64
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
28ad7d6ce187bfd9846626bf7f51ef1f2544c3d7234d8e433b7280c0bbdc2749 - Sigstore transparency entry: 956261621
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5212abd9f8c82a5aab6a2dceb8ba82f96a094b872ba68ee3dc54209526f075d
|
|
| MD5 |
70d31bbef65533a816fe68e72cf2b08a
|
|
| BLAKE2b-256 |
6bacfac9f2b9489bce12d008b053bd98a6195fef4f9622d82d2653890a53c507
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
c5212abd9f8c82a5aab6a2dceb8ba82f96a094b872ba68ee3dc54209526f075d - Sigstore transparency entry: 956261644
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314t-macosx_10_12_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.14t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33945921033d7d0c86d2eb1af4d3abb168f1dec78c4d5c9384a5558187a7dd7f
|
|
| MD5 |
0c07e3ec74f1f8bfc840f904603d8c20
|
|
| BLAKE2b-256 |
1db685cd727261f9dbfd923dbf4e1583a50c5b5f8cfa71468314caa9ebb085f7
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314t-macosx_10_12_x86_64.whl -
Subject digest:
33945921033d7d0c86d2eb1af4d3abb168f1dec78c4d5c9384a5558187a7dd7f - Sigstore transparency entry: 956261635
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea5145287694bcf11ddc49647e4ba2c82c803446edb54c23e2453df1ba145a46
|
|
| MD5 |
5d664fc5646ebfcb77336cf0129ad669
|
|
| BLAKE2b-256 |
5aa38821888c4d720e49b763a8100a7529b0d7df3e3aef4b6c1bdecb24f1c041
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314-win_amd64.whl -
Subject digest:
ea5145287694bcf11ddc49647e4ba2c82c803446edb54c23e2453df1ba145a46 - Sigstore transparency entry: 956261618
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8ad2d5a1afd132b886306c6e5a239c993fd9546ed68415b2749c3a9e56edbf6
|
|
| MD5 |
99c80f986543723e74f9130f195a951e
|
|
| BLAKE2b-256 |
a961109f12b96ab2d236b7a66dd00347a6aca95a0f8d54b7fbb86ab1fa8299a2
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a8ad2d5a1afd132b886306c6e5a239c993fd9546ed68415b2749c3a9e56edbf6 - Sigstore transparency entry: 956261655
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38f130b58029dff72c2014e4b334e60da8e16707efcc950de8ead2f7b8ce16f3
|
|
| MD5 |
c4e1a02159b4e2cf7b73319dcd63a3a4
|
|
| BLAKE2b-256 |
77df3a6d42a43d30d78e814bd743ea2f2d2494f25e7839af4c63f4bcf63e26f8
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
38f130b58029dff72c2014e4b334e60da8e16707efcc950de8ead2f7b8ce16f3 - Sigstore transparency entry: 956261646
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c58c644c8db034aaa149c5f91ca6cd697410812b6fda5773b010c2ad7d672c6
|
|
| MD5 |
6b6b2af82782e85c70e213cf19764f00
|
|
| BLAKE2b-256 |
bed696f6c0b9fb91afd956faaa8788ea192528a352aab05b2086506555e7d830
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
4c58c644c8db034aaa149c5f91ca6cd697410812b6fda5773b010c2ad7d672c6 - Sigstore transparency entry: 956261652
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50bce5f696bc16beee40669e68e61cb7a1dd9ee42d8243801688981cee6341b4
|
|
| MD5 |
e93133416a09cc8415261c22813cd48e
|
|
| BLAKE2b-256 |
01551e7052344f1fc565816e7b4b64054094eb50c16599818eb28699cab73e04
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
50bce5f696bc16beee40669e68e61cb7a1dd9ee42d8243801688981cee6341b4 - Sigstore transparency entry: 956261619
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffacda5124e25bea1aef7e682d9c42654337e5b096536aa6ec26746a882acc66
|
|
| MD5 |
e921e2e4164d22adb32f8c91dfdccf9c
|
|
| BLAKE2b-256 |
0a0a868ec51a039e9c1b8bf1c90095b86d1c482620e95ec26d23f6530b80cffb
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
ffacda5124e25bea1aef7e682d9c42654337e5b096536aa6ec26746a882acc66 - Sigstore transparency entry: 956261662
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
023042d6d97aa94029806e81e5f17993f9137e65632de94583fb81fe5f38dc27
|
|
| MD5 |
17c745d08763eb17faefccbf0a08964c
|
|
| BLAKE2b-256 |
3a8ccd096601f30a227294a7ea43c1a4a69df1c1881587e76d1468485360be5f
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
023042d6d97aa94029806e81e5f17993f9137e65632de94583fb81fe5f38dc27 - Sigstore transparency entry: 956261663
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313t-macosx_11_0_arm64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd7d2e838231a75a5755e8a25a149c26a3bdb3ff1563b77e82b4935e3cf3b715
|
|
| MD5 |
fd4a5f2ffc7c5e07b23fe68db83e4cfd
|
|
| BLAKE2b-256 |
f61490d291402c60dc2550fff5b6fdfedfdd2af1d31ed22c104ab43d56e898b6
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313t-macosx_11_0_arm64.whl -
Subject digest:
bd7d2e838231a75a5755e8a25a149c26a3bdb3ff1563b77e82b4935e3cf3b715 - Sigstore transparency entry: 956261657
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313t-macosx_10_12_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.13t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaf5da7d29f134207cf26dd3c3bc776b6defcb5a260426798e2d6bffeebdcc4b
|
|
| MD5 |
64c50ae0668e071a726ab47ca7ac27b4
|
|
| BLAKE2b-256 |
036b355e1d7b83e9c6eb9c5a7c2dc7713c177dfdb9bc3c72109f98e8703e280a
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313t-macosx_10_12_x86_64.whl -
Subject digest:
eaf5da7d29f134207cf26dd3c3bc776b6defcb5a260426798e2d6bffeebdcc4b - Sigstore transparency entry: 956261639
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c77582ab1ebe8d46ef37a0f75717eb1a0bbd3c25e97ff6613b19afa41e387da
|
|
| MD5 |
d2943376391dbb67f031f1e99753ba4f
|
|
| BLAKE2b-256 |
13bb0a7ef774d33807f7a6d7ac409913b9fe595400d45e19e15b2b5cced5bd1d
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313-win_amd64.whl -
Subject digest:
4c77582ab1ebe8d46ef37a0f75717eb1a0bbd3c25e97ff6613b19afa41e387da - Sigstore transparency entry: 956261633
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
869345bf56ef735288db4a15d89e02e69278a045b74c8370443eab91905fbc6a
|
|
| MD5 |
2b1769d4d5f119d1181b22b0746b818f
|
|
| BLAKE2b-256 |
c64a0b43171108b5112b842453fe93393a10252bd0a537ffe0d8ad76823bfe9f
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
869345bf56ef735288db4a15d89e02e69278a045b74c8370443eab91905fbc6a - Sigstore transparency entry: 956261637
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
687e1ab9bf68ba5f27ccf93d68ef9b40d0f2271d908c76cf7f4c366b91376f7b
|
|
| MD5 |
c70bb0eca53f419d78e38b40b2641338
|
|
| BLAKE2b-256 |
0afa759c3651ec7368232744706f0851d9b649c2d721467a8e7cf857609bc6bd
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
687e1ab9bf68ba5f27ccf93d68ef9b40d0f2271d908c76cf7f4c366b91376f7b - Sigstore transparency entry: 956261630
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66958d6dfc94d8099243ca3cb08113a6d02564cb803dc7466eb7fdb41b00e40d
|
|
| MD5 |
fe61baebf2ef2e5bb994549ba3f6e8b3
|
|
| BLAKE2b-256 |
c3be3da87ca7f6ba69a20ca27468152d7cbbfb9b1b227ce73184a4a022045600
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
66958d6dfc94d8099243ca3cb08113a6d02564cb803dc7466eb7fdb41b00e40d - Sigstore transparency entry: 956261640
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76929a2a6eaeae26b5d5ebdda71528319be11a6f123be90e21bebac90ec2b47c
|
|
| MD5 |
5e0d1fde3de2fc4321a9a808fcb854e0
|
|
| BLAKE2b-256 |
778f8bdb4addd9ecb179a96e153e53aeee4bd1f7c16e27b3ca727bb44e4555d3
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
76929a2a6eaeae26b5d5ebdda71528319be11a6f123be90e21bebac90ec2b47c - Sigstore transparency entry: 956261653
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af084a273ffeb189e03f4bde68c800b6a348cb916dc1cb6378f264aac46b73e6
|
|
| MD5 |
a4e39610d1f8a885c856eed07a350c71
|
|
| BLAKE2b-256 |
9df28f0c7dd860e5b47de0b644d8cfe800aa12d0e1df5d11d73a0e94583a67ef
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp312-cp312-win_amd64.whl -
Subject digest:
af084a273ffeb189e03f4bde68c800b6a348cb916dc1cb6378f264aac46b73e6 - Sigstore transparency entry: 956261660
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ed18cc5ffa27277168f9e50ea0ef481ad947881515e484c4ada42c5dc6425ee
|
|
| MD5 |
9816df670f92dbf91c1ce2de221f97da
|
|
| BLAKE2b-256 |
acd7232073c98243fca565faecd8733b92b2efef0811b62a8b025cf6a3c8d365
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
0ed18cc5ffa27277168f9e50ea0ef481ad947881515e484c4ada42c5dc6425ee - Sigstore transparency entry: 956261656
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62dbb1f877bbc30c2ac92aa6e9e6f619aacfb54a24c59cbc2d4d66f4477ce8ca
|
|
| MD5 |
f82c3dbaf1e5bdf6d86f8c4eba0bd06f
|
|
| BLAKE2b-256 |
2f00b3f531c1793a2860b4a668f90901fff9294da7af96c81ea9ee49cc46b03b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
62dbb1f877bbc30c2ac92aa6e9e6f619aacfb54a24c59cbc2d4d66f4477ce8ca - Sigstore transparency entry: 956261642
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49ddd2789e5bd06c9ca1a1014fb598c2f31c4bb569a239271fd8f8bbe3d45a2e
|
|
| MD5 |
476367806e9c613414b5e045804d91ae
|
|
| BLAKE2b-256 |
83dbb56fc13ed8dfbd2c761fb7e8bf04520e58ca4db69de85208c0cafda0b775
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
49ddd2789e5bd06c9ca1a1014fb598c2f31c4bb569a239271fd8f8bbe3d45a2e - Sigstore transparency entry: 956261651
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mermaid_rs-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: mermaid_rs-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5818a0f7dee4b3fee807229ff2c90e0d9bf2a630fa9c21b3a4f6ab2428dbffc
|
|
| MD5 |
c1be51154100afb8309eecb11ab4331b
|
|
| BLAKE2b-256 |
acbc5c86e0d8534c80c6b173a2877c55ddb288f54ecba107289aeb4b84d923e5
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mermaid_rs-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
c5818a0f7dee4b3fee807229ff2c90e0d9bf2a630fa9c21b3a4f6ab2428dbffc - Sigstore transparency entry: 956261623
- Sigstore integration time:
-
Permalink:
phil65/mermaid-rs@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/phil65
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b942c28a486f75a9aa240c58993d67f9b24ef0b3 -
Trigger Event:
release
-
Statement type: