No project description provided
Project description
fmod_toolkit
fmod_toolkit is a lightweight Python package designed to extract and export audio from FMOD files to WAV format.
It includes pre-bundled FMOD libraries for Windows, macOS, and Linux, enabling seamless cross-platform usage without manual library installation.
The libraries shipped with the package are FMOD Engine 2.00.10, which is one of the last versions that used u16 instead of f32 for sampling.
The linux libraries have their executable stack flag cleared.
(execstack -c libfmod.so)
usage
FSB files can be loaded, RIFF based .bank files fail at the moment.
It's possible to use a different FMOD library by setting the environment variable PYFMODEX_DLL_PATH.
This is necessary on platforms this package doesn't ship FMOD libraries for.
from fmod_toolkit import raw_to_wav
# fsb_data: bytes containing the FMOD sound bank (FSB) file
fsb_data: bytes = ... # Load your FSB file data here
# fsb_basename: base name for output WAV files (e.g., "soundbank")
fsb_basename: str = "soundbank"
# channels: number of audio channels (e.g., 2 for stereo)
channels: int = 2
# sample_rate: desired output sample rate (e.g., 44100 Hz)
sample_rate: int = 44100
# Convert FSB data to WAV files
for filename, filedata in raw_to_wav(fsb_data, fsb_basename, channels, sample_rate):
# Save each WAV file to disk
with open(filename, "wb") as f:
f.write(filedata)
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 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 fmod_toolkit-0.1.3.tar.gz.
File metadata
- Download URL: fmod_toolkit-0.1.3.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7c16c90c23b13726b78eda562563bc7463098baa7820dc33fae94411a2e1c7f
|
|
| MD5 |
c0724d179964b9070849e2edb88ac3aa
|
|
| BLAKE2b-256 |
3a0034fd772fcffb7ebc96d795ed47d6f4140c6de45aa30b0e21e73d361853bb
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3.tar.gz:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3.tar.gz -
Subject digest:
e7c16c90c23b13726b78eda562563bc7463098baa7820dc33fae94411a2e1c7f - Sigstore transparency entry: 583293680
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_arm64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_arm64.whl
- Upload date:
- Size: 572.1 kB
- Tags: CPython 3.8, CPython 3.8+, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4266b36c0be5cadad4c7ba75d737bf3fbe1fd1cbd9895e255a4c5c0a62cc5a5e
|
|
| MD5 |
2faa3da1e334319497b8bbe3b5c33c32
|
|
| BLAKE2b-256 |
f6d9b88502975802d16fb250d7dc76067ec0f18c27321e525a6f650cb63a9c0b
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_arm64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_arm64.whl -
Subject digest:
4266b36c0be5cadad4c7ba75d737bf3fbe1fd1cbd9895e255a4c5c0a62cc5a5e - Sigstore transparency entry: 1246559781
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_amd64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_amd64.whl
- Upload date:
- Size: 795.7 kB
- Tags: CPython 3.8, CPython 3.8+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a56432c291d0cfbf9e88dcb94e144bc9f244672590871398f8e1891d5d6f3c2e
|
|
| MD5 |
2d63eb52b43065080dabc81f20ef7ac6
|
|
| BLAKE2b-256 |
d23d0bc89ec60114514bae299c589ebece9b46361e6f6b64d521f905a029b855
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_amd64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-win_amd64.whl -
Subject digest:
a56432c291d0cfbf9e88dcb94e144bc9f244672590871398f8e1891d5d6f3c2e - Sigstore transparency entry: 1246559824
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-win32.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-win32.whl
- Upload date:
- Size: 703.7 kB
- Tags: CPython 3.8, CPython 3.8+, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7c6443863f08b2e0ec934126e276c110d3587cd89dfae92ee1368ddbede288
|
|
| MD5 |
a652008dabdf0f990485577ca54ec7c5
|
|
| BLAKE2b-256 |
f4a57378717833a57b7a3f67d4f65421482fc7d1ace2cd7e7cc92e96ff4b63ae
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-win32.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-win32.whl -
Subject digest:
8e7c6443863f08b2e0ec934126e276c110d3587cd89dfae92ee1368ddbede288 - Sigstore transparency entry: 1246559839
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8, CPython 3.8+, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8549951dcda9eff4f2b910b6ea3412cc9a7d0e7b087d41b6483d2dc04c65240
|
|
| MD5 |
361ee967c1037766fbab29f50d6cfd1b
|
|
| BLAKE2b-256 |
94eea0bbd92441c6445d0ae8047854cbeaf54516aef9d64f499c66ac5370b66d
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_x86_64.whl -
Subject digest:
a8549951dcda9eff4f2b910b6ea3412cc9a7d0e7b087d41b6483d2dc04c65240 - Sigstore transparency entry: 1246559934
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_i686.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, CPython 3.8+, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c27b0b3d919bd9cdad097395b4f563af70f727c1ec9f96d8891631af80c7333b
|
|
| MD5 |
fc5ccd32621745a7659e054c0a1b994e
|
|
| BLAKE2b-256 |
fd8de9cd0c3d818890fd16f0e4c659ffc632a27a52a5093c3ef51b22cadfd92f
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_i686.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_i686.whl -
Subject digest:
c27b0b3d919bd9cdad097395b4f563af70f727c1ec9f96d8891631af80c7333b - Sigstore transparency entry: 1246559912
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, CPython 3.8+, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7de8941eb6d4c87e4fd5bf95d11afb9f41648f492dc4111fc7498dc82447b88c
|
|
| MD5 |
ba50ce825aa32a7e640298b7bd56f862
|
|
| BLAKE2b-256 |
33a8e8b5d593c961948d99f5df7210e1c84fd00c2a935eb07660db1205e432ca
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_armv7l.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_armv7l.whl -
Subject digest:
7de8941eb6d4c87e4fd5bf95d11afb9f41648f492dc4111fc7498dc82447b88c - Sigstore transparency entry: 1246559963
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, CPython 3.8+, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea6786f64e8de20d21f984aa3509304d0f31735c09fca6a4295ee5f264dff9ad
|
|
| MD5 |
10659b56e1e1ff8834d6714b26579512
|
|
| BLAKE2b-256 |
dcaaa2fa962810d220dab152bc5e6fffcde0dd614baab5044f8c8a3c12651e63
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_aarch64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-musllinux_1_2_aarch64.whl -
Subject digest:
ea6786f64e8de20d21f984aa3509304d0f31735c09fca6a4295ee5f264dff9ad - Sigstore transparency entry: 1246559953
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 620.0 kB
- Tags: CPython 3.8, CPython 3.8+, 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 |
5abeadaba90a7620fa1cf49bde0566545dc9aac644136536c642e1dd8f039fde
|
|
| MD5 |
7c0c25e22ee6f72b3bf7f6ac65270244
|
|
| BLAKE2b-256 |
24e891a6fd525202e07d823fc68f643b80738da0803d9f5be85118cb2572bd26
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
5abeadaba90a7620fa1cf49bde0566545dc9aac644136536c642e1dd8f039fde - Sigstore transparency entry: 1246559793
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 700.4 kB
- Tags: CPython 3.8, CPython 3.8+, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1d97d9c2c69528a8b5696a04a86d178569c7bac5fadeb4e28aa92e19885aa6c
|
|
| MD5 |
f570ef9c1f79c9ee322da936c32c4a42
|
|
| BLAKE2b-256 |
262f116a602d7d0d21c3082088fd1d0b9e8d56ac63aed70560f3a050b907e3d8
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
d1d97d9c2c69528a8b5696a04a86d178569c7bac5fadeb4e28aa92e19885aa6c - Sigstore transparency entry: 1246559855
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 700.0 kB
- Tags: CPython 3.8, CPython 3.8+, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7d553b4d3695eca8bdd94d03bce35ef58a9c2938b87b202aed24dc6bf2b4a3b
|
|
| MD5 |
5e7865d561a12fa49293d8aec949446e
|
|
| BLAKE2b-256 |
129b084850bac391a6b60f34fd7ed95585b96215273fe9caeeb60036f9e1de8c
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
f7d553b4d3695eca8bdd94d03bce35ef58a9c2938b87b202aed24dc6bf2b4a3b - Sigstore transparency entry: 1246559891
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_11_0_arm64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, CPython 3.8+, 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 |
cd5ae416f63b2d2a68b7eeef511f43e69e27576626e46195e02c72f829d6ff0f
|
|
| MD5 |
28293f8ec820021a60fac47d28e61703
|
|
| BLAKE2b-256 |
35439bbd3e2191b7a844fa3a584d505fd4be0cff408e44f2c6ea91cdd4cfd87e
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_11_0_arm64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_11_0_arm64.whl -
Subject digest:
cd5ae416f63b2d2a68b7eeef511f43e69e27576626e46195e02c72f829d6ff0f - Sigstore transparency entry: 1246559808
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_10_9_x86_64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_10_9_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, CPython 3.8+, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c0a7ff0d6ea87cc424cfe13d9062e29791868658dc4dd93c17b2e34394f00a9
|
|
| MD5 |
6d1266996aac879c012eb4b08d968c43
|
|
| BLAKE2b-256 |
82e9149f2a55dbb079a8bdc3dcc5dd2a5b0886ae402c128fd50dbacf2a74ccc2
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_10_9_x86_64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3.abi3t-macosx_10_9_x86_64.whl -
Subject digest:
6c0a7ff0d6ea87cc424cfe13d9062e29791868658dc4dd93c17b2e34394f00a9 - Sigstore transparency entry: 1246559867
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c48c6b8dd50eb4bd5153cbd0ac3ba401b77b164e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-win_arm64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-win_arm64.whl
- Upload date:
- Size: 572.1 kB
- Tags: CPython 3.8+, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da971a4c788da79b7c8d12769bc5ae0a4c8f08b359d4caab57019c679f5b6c4a
|
|
| MD5 |
c09377f63e05e2c0b885312cebf6e89d
|
|
| BLAKE2b-256 |
2010c8da14d568aa7fdc3572b3079029ddb0d9b1489ce31007785841a83add05
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-win_arm64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-win_arm64.whl -
Subject digest:
da971a4c788da79b7c8d12769bc5ae0a4c8f08b359d4caab57019c679f5b6c4a - Sigstore transparency entry: 583293735
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-win_amd64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-win_amd64.whl
- Upload date:
- Size: 795.7 kB
- Tags: CPython 3.8+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33256c13ab84deadc443c6fd428938827469b0df964261c314863b430239dee2
|
|
| MD5 |
4da7183bb35acf8700f61acac967224b
|
|
| BLAKE2b-256 |
4e6b608e1f9467fa54e370b9643d25d9be21e10cc1370cd4261f828a2c5e932a
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-win_amd64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-win_amd64.whl -
Subject digest:
33256c13ab84deadc443c6fd428938827469b0df964261c314863b430239dee2 - Sigstore transparency entry: 583293716
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-win32.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-win32.whl
- Upload date:
- Size: 703.7 kB
- Tags: CPython 3.8+, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7dc63804c93e296769295a04536b8be6df30a5674b421fbd367767f647fb9a8
|
|
| MD5 |
176973b52d461378ca6f07a179f9abf0
|
|
| BLAKE2b-256 |
d796236dffd44b50542f24129afaa61f33d12f7d95aaf2982e96490985b1495c
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-win32.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-win32.whl -
Subject digest:
a7dc63804c93e296769295a04536b8be6df30a5674b421fbd367767f647fb9a8 - Sigstore transparency entry: 583293713
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8+, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e135b5f2d708c3b244caac79a29daed17b63de9e7ba1e874608a40ecce6e7467
|
|
| MD5 |
897e328066493fc4d3d663bd729dae31
|
|
| BLAKE2b-256 |
408a37fb7a9c5d05a4f38989852eaf8d13cea4c3902388023d76155903eabe47
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_x86_64.whl -
Subject digest:
e135b5f2d708c3b244caac79a29daed17b63de9e7ba1e874608a40ecce6e7467 - Sigstore transparency entry: 583293682
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_i686.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8+, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3be1e00779949dbec24b8c5d45bf3c73b495881e815532a7d73fbc245d592c6
|
|
| MD5 |
3d2c6016f024435520b0a3835fa64966
|
|
| BLAKE2b-256 |
fd34b56db0996e39df6dbd7045bd6829299069426604930e613103911887e54f
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_i686.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_i686.whl -
Subject digest:
e3be1e00779949dbec24b8c5d45bf3c73b495881e815532a7d73fbc245d592c6 - Sigstore transparency entry: 583293732
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8+, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2b3b8707818a4064a08e86fa2196d071771391153d58e0bd5c2d6c7a29a3a90
|
|
| MD5 |
305d8962c8c294af22b56dafd47edfb9
|
|
| BLAKE2b-256 |
9f9e4b0201328bf5be8e7d82ce4960ceac78fd0d62678e4ec09fb334266e7776
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_armv7l.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_armv7l.whl -
Subject digest:
e2b3b8707818a4064a08e86fa2196d071771391153d58e0bd5c2d6c7a29a3a90 - Sigstore transparency entry: 583293704
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8+, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d802674ac049b21b93ab154aefc1523a28f599c9ba3809a96daca93b75ba23
|
|
| MD5 |
80554505d26f0461c1e8a8c815fc0c53
|
|
| BLAKE2b-256 |
398d9274a1638295dbb1509b44a77ede762206586518bab715666e116c39d185
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_aarch64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-musllinux_1_2_aarch64.whl -
Subject digest:
65d802674ac049b21b93ab154aefc1523a28f599c9ba3809a96daca93b75ba23 - Sigstore transparency entry: 583293692
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 620.0 kB
- Tags: CPython 3.8+, 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 |
c8bdd31ca28e9cfc9ae3d22845d49efb268e1113fa56d48412e32f661e5401da
|
|
| MD5 |
860a777d2ef61a5961dd92e784857ea8
|
|
| BLAKE2b-256 |
5b563d47e442893373e76ac3f81584f823a9395ac313814bcac878612210ec75
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c8bdd31ca28e9cfc9ae3d22845d49efb268e1113fa56d48412e32f661e5401da - Sigstore transparency entry: 583293739
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 700.4 kB
- Tags: CPython 3.8+, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ea99e5b8792e28c6a678ba55d929737c0a93faea0b66998f2bbadd09e06065d
|
|
| MD5 |
12a88d63e1ba66cb570273de25fa712e
|
|
| BLAKE2b-256 |
abdbb11623615ddbdda3f5c68acd04da2b25ae32fc7668c488538c4092f4f1a2
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
7ea99e5b8792e28c6a678ba55d929737c0a93faea0b66998f2bbadd09e06065d - Sigstore transparency entry: 583293708
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 700.0 kB
- Tags: CPython 3.8+, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
190b29dbaaee97b6576bb77876f12b30e29f4f52ebbf631c14f9d61f4b3ed4df
|
|
| MD5 |
ead3cb21af9d43ff2eed3f601483284b
|
|
| BLAKE2b-256 |
ee20094a160e82ed5c5d9de100b9c36e3283fed27916838707525439bc225f4d
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
190b29dbaaee97b6576bb77876f12b30e29f4f52ebbf631c14f9d61f4b3ed4df - Sigstore transparency entry: 583293724
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8+, 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 |
c54c6503ee7b99522a7bee9463b706bc8ed68c3cbdf2b214203a13668526802b
|
|
| MD5 |
3216d20504c2cf03e85eb7e5dc338700
|
|
| BLAKE2b-256 |
3a15ea58b59d424f6a5751c555acc9b31d65afff5d6db2b80979877751c58657
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-macosx_11_0_arm64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-macosx_11_0_arm64.whl -
Subject digest:
c54c6503ee7b99522a7bee9463b706bc8ed68c3cbdf2b214203a13668526802b - Sigstore transparency entry: 583293688
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file fmod_toolkit-0.1.3-cp38-abi3-macosx_10_9_x86_64.whl.
File metadata
- Download URL: fmod_toolkit-0.1.3-cp38-abi3-macosx_10_9_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8+, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6c5a1c3db73e5d12d34760805e87aa85f493101e5ff4ef1a595407258c94dc3
|
|
| MD5 |
6b7901455bcaffbed5278ef9613ba57e
|
|
| BLAKE2b-256 |
8d5ae974f1196f47d6a0864b9ac0b1610867090c1b6f0a8211a41ddf14ec3c20
|
Provenance
The following attestation bundles were made for fmod_toolkit-0.1.3-cp38-abi3-macosx_10_9_x86_64.whl:
Publisher:
release.yml on K0lb3/fmod_toolkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fmod_toolkit-0.1.3-cp38-abi3-macosx_10_9_x86_64.whl -
Subject digest:
c6c5a1c3db73e5d12d34760805e87aa85f493101e5ff4ef1a595407258c94dc3 - Sigstore transparency entry: 583293699
- Sigstore integration time:
-
Permalink:
K0lb3/fmod_toolkit@c471d3b284232782678f544ab5deaace87057201 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/K0lb3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c471d3b284232782678f544ab5deaace87057201 -
Trigger Event:
workflow_dispatch
-
Statement type: