Bindings for MLA Archive manipulation
Project description
MLA Python Bindings
Python bindings for the MLA (Multi-Layer Archive) format, enabling secure, compressed, and signed archives from Python.
Installation
Install from PyPI:
pip install mla-archive
Or build from source:
Install maturin:
maturin is a tool for building and publishing Rust-based Python packages.
You can install it via pipx:
pipx install maturin
Build the Python wheel:
maturin build --release
This creates a .whl file in the target/wheels/ directory.
(Alternative) Install directly into a Python virtual environment:
python -m venv .venv
source .venv/bin/activate
maturin develop
This builds and installs the package for development.
Usage Example
import mla
def main() -> None:
# --- Writing ---
config: mla.WriterConfig = mla.WriterConfig.without_encryption_without_signature()
with mla.MLAWriter("example.mla", config) as archive:
archive[mla.EntryName("hello.txt")] = b"Hello, MLA!"
archive[mla.EntryName("data.bin")] = b"\x00\x01\x02"
print("Archive written: example.mla")
# --- Reading ---
sig_cfg: mla.SignatureConfig = mla.SignatureConfig.without_signature_verification()
config: mla.ReaderConfig = mla.ReaderConfig.without_encryption(sig_cfg)
with mla.MLAReader("example.mla", config) as archive:
for name in archive.keys():
# name is of type EntryName
print(f"{name.raw_content_to_escaped_string()}: {archive[name].decode('utf-8')}")
if __name__ == "__main__":
main()
Features
- Create and extract MLA archives from Python
- Support for compression, encryption, and signatures (if enabled in the archive)
- Simple dictionary-like API for file access
- Compatible with archives created by the Rust
mlarCLI
API
mla.MLAReader(path, config)— Open an archive for readingmla.MLAWriter(path, config)— Open an archive for writingarchive[name] = data— Add a file (write mode)archive[name]— Read a file (read mode)archive.finalize()— Finalize and close the archive (write mode)- Iteration:
for name in archive: ...
See tests for more usage examples.
Type stub files
The MLA Python bindings include type stub files (.pyi) to provide static type information for tools like mypy, IDEs, and linters.
- The bindings expose a native extension module
mla.mlaalong with the top-levelmlapackage. - To support static analysis, there are stub files both for the top-level package (
mla/__init__.pyi) and the native submodule (mla/mla.pyi). - These stubs allow type checkers to understand the full API surface, since compiled native modules lack introspectable Python signatures.
- When developing or modifying the bindings, ensure all
.pyifiles are kept alongside their respective Python or compiled modules so tools can locate them. - To verify your stubs correctly match the runtime API (with
mypyas an example), use:
python3 -m mypy.stubtest mla
Testing
Run the test suite with:
pytest
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 mla_archive-0.6.0.tar.gz.
File metadata
- Download URL: mla_archive-0.6.0.tar.gz
- Upload date:
- Size: 200.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89324311f828609d820a70e7a5fe3ac28958c8fee94a1bb670f5c4d3bdcce931
|
|
| MD5 |
66b8a265d89372325ed8cffe36c76c76
|
|
| BLAKE2b-256 |
767cb88c643b3c1927b453c4cae419eb6ed3b6ea935717b6eb0ef54a508d8909
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0.tar.gz:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0.tar.gz -
Subject digest:
89324311f828609d820a70e7a5fe3ac28958c8fee94a1bb670f5c4d3bdcce931 - Sigstore transparency entry: 955245465
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, 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 |
a824da1ca22013c7cac80040bd4fe3cd11c574bf2aa644866dadfd417128ed39
|
|
| MD5 |
2e79c70f033d8e6567c11cb7693cd96d
|
|
| BLAKE2b-256 |
76fe6b9a5dbfb6e8245e8de2cba21ba2d3a20368b2109592af6b67067b91ed21
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl -
Subject digest:
a824da1ca22013c7cac80040bd4fe3cd11c574bf2aa644866dadfd417128ed39 - Sigstore transparency entry: 955246413
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, 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 |
e0ff4056009c7235b4d0078a69f4da4ab477b25073693e99ab4954a62beed0d7
|
|
| MD5 |
d321ab7f9033fcba62548caddd698b1d
|
|
| BLAKE2b-256 |
03315e4b985f676cd3ebbf1227f9de15d58476c090670e01e5f8fde2ad3e3585
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl -
Subject digest:
e0ff4056009c7235b4d0078a69f4da4ab477b25073693e99ab4954a62beed0d7 - Sigstore transparency entry: 955245708
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, 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 |
cffa012eab1e2ca75c3a26676e66d2ece7a7e4fc4389d07c2d458995ce38ade2
|
|
| MD5 |
9029f16c8ad9a0df4a0c5fbee15b6420
|
|
| BLAKE2b-256 |
7d1b53317485826aabdfc0d810973d07a16a33ae0303f87b2df0270c14efd323
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl -
Subject digest:
cffa012eab1e2ca75c3a26676e66d2ece7a7e4fc4389d07c2d458995ce38ade2 - Sigstore transparency entry: 955246426
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, 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 |
9983e76f0e638eb18fb7b3a9979fbd4686f983c4ca312d7fdb2700e7120e8de7
|
|
| MD5 |
9a5ff8b5453a8f6c046cac148dcd3a6c
|
|
| BLAKE2b-256 |
ac21004f09f272b73f2732dcfa0ab2754f3506156f44b77b76d2c792d6c5213c
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl -
Subject digest:
9983e76f0e638eb18fb7b3a9979fbd4686f983c4ca312d7fdb2700e7120e8de7 - Sigstore transparency entry: 955247119
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, 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 |
cc277c15c19fb78a090a74a9f1f7c94302c3231559a5ea46103deae11cc4932b
|
|
| MD5 |
a9b69dce2091edc5c4ddb25835663d29
|
|
| BLAKE2b-256 |
f67a0f28e1571bd1fff64f88143d396ecacd678733c3f51b0943af2dd95005f7
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
cc277c15c19fb78a090a74a9f1f7c94302c3231559a5ea46103deae11cc4932b - Sigstore transparency entry: 955246379
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e390a59b5213b9df27b88a3a3a3c2c176cd37a92042655b68cae38b1db5ebb7c
|
|
| MD5 |
11c1706a8327461d0989c5f2914be0e0
|
|
| BLAKE2b-256 |
f7d2157f1bf5c0bad95aeb48d3c7f3d3bebbd348efd39d67f28b7c68fad984f0
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
e390a59b5213b9df27b88a3a3a3c2c176cd37a92042655b68cae38b1db5ebb7c - Sigstore transparency entry: 955246404
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
186bfcc4f324b9760d2673d67681aa1d19cf50dde846b1ca07a2ba8cb5b1e115
|
|
| MD5 |
ca79ff556a5b707a468b295172305e1c
|
|
| BLAKE2b-256 |
588ab189c777cce027bba227598fd4bb8515140c5f1b705dcf399c6f60ba5be4
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
186bfcc4f324b9760d2673d67681aa1d19cf50dde846b1ca07a2ba8cb5b1e115 - Sigstore transparency entry: 955246492
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67d67d4f00e0d2ea03d9ef68d52de74832a78b10cfd868120a8a48eadcae6b38
|
|
| MD5 |
ec18670f7eac3a0b90c6d383314957a6
|
|
| BLAKE2b-256 |
3b47e39ef091c68a2df856aa26e9728924eaacb1a90529b834ce249a3c16a458
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
67d67d4f00e0d2ea03d9ef68d52de74832a78b10cfd868120a8a48eadcae6b38 - Sigstore transparency entry: 955245564
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, 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 |
c36de3869e1f192ebbce93ca522483b4482494be06f8ef3a6b6ad887951b0f4d
|
|
| MD5 |
ebaf10e8e26ba91b860badde4d86c2bc
|
|
| BLAKE2b-256 |
af9932b5fb7e054c301dc53feb1032aeadfc4f8edeafdbf224ab7ca19ac4c84d
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c36de3869e1f192ebbce93ca522483b4482494be06f8ef3a6b6ad887951b0f4d - Sigstore transparency entry: 955246515
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, 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 |
05814982125baafb770780e2d1bade4be36e2e7e23dcf9a7a49cfd90d1d8065d
|
|
| MD5 |
96dc293b7199f4f25a1a1d59a847c02d
|
|
| BLAKE2b-256 |
8b2a30caab075f6186a23bbed4fabbf44d5878504cad543557189910b44f010f
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
05814982125baafb770780e2d1bade4be36e2e7e23dcf9a7a49cfd90d1d8065d - Sigstore transparency entry: 955245532
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14t, 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 |
df76299f41d9a4b23ca61e9c261a1a4af78e9343cab2ab34ec2663dee72a6ba4
|
|
| MD5 |
d9399c94ebb3a9437ac58b4a1678d605
|
|
| BLAKE2b-256 |
b4d5fc719d778613e5c2f3624d2b65d65972120362ae85e1b87ca0107bb97f26
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
df76299f41d9a4b23ca61e9c261a1a4af78e9343cab2ab34ec2663dee72a6ba4 - Sigstore transparency entry: 955247163
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14t, 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 |
5ac429d9d70236ae02f8b9f954d192f11718190eec48f12ea90f8aab33bea96d
|
|
| MD5 |
667f208cddf85e403e7b3f60932160b4
|
|
| BLAKE2b-256 |
8b6e36fdc51f6767bdd17f0e882b2986bae8ae8135e375ca282fd3a0c0181f88
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_i686.whl -
Subject digest:
5ac429d9d70236ae02f8b9f954d192f11718190eec48f12ea90f8aab33bea96d - Sigstore transparency entry: 955246091
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14t, 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 |
2e3cebd07c6297c4cad8334a73877f9f79279390ce8b110f94aa0a088fbc70d2
|
|
| MD5 |
4e07f87081218fc69b05d4b36786ea97
|
|
| BLAKE2b-256 |
95079882300b3fdf64b529eb58f4b381b5da3fc3f7a767ace562620183301e38
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_armv7l.whl -
Subject digest:
2e3cebd07c6297c4cad8334a73877f9f79279390ce8b110f94aa0a088fbc70d2 - Sigstore transparency entry: 955246960
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.14t, 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 |
feded57245790c7330d5322d7743f5320af7544e216de556c02e618ff8ba2a43
|
|
| MD5 |
4976bf3ee6eef2de6893ea0100717205
|
|
| BLAKE2b-256 |
c4d5aa55f8f7d4363a01ddf7eda985d01facea52a93273d6a698c12cfe99f339
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
feded57245790c7330d5322d7743f5320af7544e216de556c02e618ff8ba2a43 - Sigstore transparency entry: 955245932
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
115125e0313da3266ee4782477392614de00b4178d024baf4d9b525adeb21aa8
|
|
| MD5 |
83f3f249574082375a6923ab93aa9af5
|
|
| BLAKE2b-256 |
341b91335b37b4283ec8fd838fadaef488a22bb9ad3dcab7cdec9877798f9552
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
115125e0313da3266ee4782477392614de00b4178d024baf4d9b525adeb21aa8 - Sigstore transparency entry: 955246806
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41c157394234eb8eec04dc2c0539a48a1ed8fbf0b72fec3ca6979a82beb590ba
|
|
| MD5 |
de1085c91ecd34f5f277d3bcef8e3e5b
|
|
| BLAKE2b-256 |
795eb685c6937be6a4e0bb0813171f1a0f2a578f6b8fd7aae16bb1d9dc071d5b
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
41c157394234eb8eec04dc2c0539a48a1ed8fbf0b72fec3ca6979a82beb590ba - Sigstore transparency entry: 955245905
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
144bd9ebdfd88044c4343eb03e59820d67733da09a8963406e48f917c4adf50e
|
|
| MD5 |
ad21d020515d18e4e366aa8b0cf51e6a
|
|
| BLAKE2b-256 |
0b34e898decd8c2798fa06376e2c79476d0fee49cd722ddafc69f9aeba5b9ec0
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
144bd9ebdfd88044c4343eb03e59820d67733da09a8963406e48f917c4adf50e - Sigstore transparency entry: 955245838
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 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 |
c6f5fdd517d7027c1f0105d038d8a4d6d5a390c85a81e63285d77465c5199a80
|
|
| MD5 |
4b0e848502a146af5cb0fb13de73c5b4
|
|
| BLAKE2b-256 |
47f1a82a26ddaf47031349ee807369520740cac455ce8f7d8303fcd7a2901d6f
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c6f5fdd517d7027c1f0105d038d8a4d6d5a390c85a81e63285d77465c5199a80 - Sigstore transparency entry: 955245780
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 1.2 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 |
5c602ebc5b7656f58acfa78bede1f0b02809d68b6aac662406745ba41aced162
|
|
| MD5 |
daceba6e633123c41ddb153c9055ac27
|
|
| BLAKE2b-256 |
913e045401934b77699b70f58c9537dc62cd5c8ae85449bc4b031258ca88bb04
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-win_amd64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-win_amd64.whl -
Subject digest:
5c602ebc5b7656f58acfa78bede1f0b02809d68b6aac662406745ba41aced162 - Sigstore transparency entry: 955245983
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, 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 |
4d00e15a32f44c7e3a5baf98a81f6827dcc30aaaa1261de8f7ee87594b7da4f7
|
|
| MD5 |
9a0ddfaa3422a6a0d29d87fc7614432a
|
|
| BLAKE2b-256 |
c2224850ab35c867a55e0f24bb5c265b5edcafc317bd38787d9d2751d2c6c90c
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
4d00e15a32f44c7e3a5baf98a81f6827dcc30aaaa1261de8f7ee87594b7da4f7 - Sigstore transparency entry: 955246474
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-musllinux_1_2_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, 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 |
a6dc03a44f637aef6dc0ca9be5389502e2c0b876e1b97db1d4911865d09a1fd4
|
|
| MD5 |
5f2471d9dd7447630a29321458988748
|
|
| BLAKE2b-256 |
329278c3ea6525453c9148148e5d826b041228a0e105da9133e06fd923801570
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-musllinux_1_2_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-musllinux_1_2_i686.whl -
Subject digest:
a6dc03a44f637aef6dc0ca9be5389502e2c0b876e1b97db1d4911865d09a1fd4 - Sigstore transparency entry: 955245589
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, 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 |
98986ed289219e2d5efcbbe8eb090107c47ec5126894c93fb0c64aaedb84efd6
|
|
| MD5 |
f50158a99fa5d71577108bc7fda7fcac
|
|
| BLAKE2b-256 |
b52b2318ee2df659af0ab3c8c92b3b5fcb33facc83e28a0d6fa4e4005d90b190
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-musllinux_1_2_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-musllinux_1_2_armv7l.whl -
Subject digest:
98986ed289219e2d5efcbbe8eb090107c47ec5126894c93fb0c64aaedb84efd6 - Sigstore transparency entry: 955246567
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.14, 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 |
413526ebe2677a803917077daddcf42bdf9009d96cc42ed3a9166838b2a7fcec
|
|
| MD5 |
281d6be237f2818b49ca6e18d2b6c898
|
|
| BLAKE2b-256 |
593b1fbe6d879720ae0f4d6700e6cc28dbac8fa1dd239ca2f8f3f8e680ce1d98
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
413526ebe2677a803917077daddcf42bdf9009d96cc42ed3a9166838b2a7fcec - Sigstore transparency entry: 955247041
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 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 |
f1def6913c2ef0c7ef3c45f36d0a0cd93ff9039293266ce514a126c804203713
|
|
| MD5 |
d3c676d18f97e71f41309d025810fb06
|
|
| BLAKE2b-256 |
bc4b7c5d72a8ea44738703954abf87890eb3c703be6fa8efa81a873b728dcaed
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
f1def6913c2ef0c7ef3c45f36d0a0cd93ff9039293266ce514a126c804203713 - Sigstore transparency entry: 955245488
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb2e7f8789840784806ee1bd2318b49e60418a3094337df9b3fa0ab7930ae080
|
|
| MD5 |
439dcf1bedf32e670b2303c345c41b81
|
|
| BLAKE2b-256 |
95959b31e4296104433ece56807051754dfc45d6e823664b841473d0fa7d0e7b
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
cb2e7f8789840784806ee1bd2318b49e60418a3094337df9b3fa0ab7930ae080 - Sigstore transparency entry: 955246323
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57308d41d961401089f5daf55ca7336910175c34b1c3b62011210720a5edd8d5
|
|
| MD5 |
2c39f84a6bc28bea5188a71ce07a9c60
|
|
| BLAKE2b-256 |
19341f507957785838ed96d228ded498a30e0ed67dce18d390e012e7ae6ed1aa
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
57308d41d961401089f5daf55ca7336910175c34b1c3b62011210720a5edd8d5 - Sigstore transparency entry: 955245691
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
024b06e7e2adb321e4399f9fdfb1e550b2f61e22200736dfc8445275509da71f
|
|
| MD5 |
56bfab1da031488c1b8c4fbc5e747ef1
|
|
| BLAKE2b-256 |
53e19522595982e5e86efb333cb90f9f0fc37647c83e8d3b569e8ff556394fe0
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
024b06e7e2adb321e4399f9fdfb1e550b2f61e22200736dfc8445275509da71f - Sigstore transparency entry: 955246217
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 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 |
be80ebb39fa2946e2766be512b5b13b9fdc64585e7ed410732d3afa45aca77d6
|
|
| MD5 |
573ff0e8a6f7ff25c8a4b6955a351d38
|
|
| BLAKE2b-256 |
aad92537be8975af16bbf21d7cf273ac2a9a26f9ad57bb5768dc24c2444b859a
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
be80ebb39fa2946e2766be512b5b13b9fdc64585e7ed410732d3afa45aca77d6 - Sigstore transparency entry: 955246628
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.14, 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 |
f7c12d34494b058019a763ff50d395f8dbd18b98dfe27d0889ead70adba7a3ab
|
|
| MD5 |
481bc7783f35ac5fb2a375e964041916
|
|
| BLAKE2b-256 |
5f553a1f61c651bbbf1fd0ca26fd47e5f740495b57738c6335a9a6c69d84d7cc
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
f7c12d34494b058019a763ff50d395f8dbd18b98dfe27d0889ead70adba7a3ab - Sigstore transparency entry: 955246438
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 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 |
f09ff566518e27b4e2e55880bac8c13d7fc365a509cc92405a18d83ac4178d87
|
|
| MD5 |
d8c96dd8e04d7b670b6a77def5363bff
|
|
| BLAKE2b-256 |
68d71fe6b18854fa882aa872a9b9d01dc112c1ef655da6f245c0cb50ca953493
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
f09ff566518e27b4e2e55880bac8c13d7fc365a509cc92405a18d83ac4178d87 - Sigstore transparency entry: 955246538
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13t, 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 |
96b44ef6974bd77d4fce7e8734a1203a273f180519ad93f402334a5f841ddb3b
|
|
| MD5 |
bc9fb5c44be69ccab22019c78e223b4c
|
|
| BLAKE2b-256 |
087f266fd9c44150ce33a5ae7bc7a4ef501f13038f3dc025dd3230d9fb8b0300
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl -
Subject digest:
96b44ef6974bd77d4fce7e8734a1203a273f180519ad93f402334a5f841ddb3b - Sigstore transparency entry: 955245973
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13t, 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 |
2929b8436683562e17a900f19d7fcc1b721422d5e3d4945d6c2ea3eb9a8bd718
|
|
| MD5 |
b14012ace6e0227db695a0f13bbbb5fc
|
|
| BLAKE2b-256 |
1d8c22c05091da0f259c53873ee53034c8991a7a01449dd1f6a86f51af7f06e3
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_i686.whl -
Subject digest:
2929b8436683562e17a900f19d7fcc1b721422d5e3d4945d6c2ea3eb9a8bd718 - Sigstore transparency entry: 955246110
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13t, 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 |
21d6d3fae87aae429a782ecc28c64e233a2ac3ba5cc8d9e84b8388c52ae026a0
|
|
| MD5 |
9df6f33aad646556138fff0597161913
|
|
| BLAKE2b-256 |
fa404e363007094edbe50015f3494c54e6f0c5afa074c5d1a95863b70644701d
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl -
Subject digest:
21d6d3fae87aae429a782ecc28c64e233a2ac3ba5cc8d9e84b8388c52ae026a0 - Sigstore transparency entry: 955245861
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13t, 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 |
1f019c3fd74f488c8531498433c486f20f50af597f945953ef2ce4fb2e965e2e
|
|
| MD5 |
016214bc1d5fec2a8a08cf41236857d7
|
|
| BLAKE2b-256 |
d3306ca5bbafe0f456686334b04dad2d9e0d476b7937dc856200626ce87ec35c
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl -
Subject digest:
1f019c3fd74f488c8531498433c486f20f50af597f945953ef2ce4fb2e965e2e - Sigstore transparency entry: 955245879
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c96878e8a11a9845982b2e50ca241b10f0104bf30ec6e3f6efa6b6319bb12a4
|
|
| MD5 |
d82c3e675d0e323808c60ae723461517
|
|
| BLAKE2b-256 |
14d9d19f38c11f78a6aa97bb0caae5a61fc46d4998ec7af7856ab676d333a412
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
3c96878e8a11a9845982b2e50ca241b10f0104bf30ec6e3f6efa6b6319bb12a4 - Sigstore transparency entry: 955246754
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f727e3cf02842cc1eda938ee4c4586ca2cd85e8c50b891b037be27231e272827
|
|
| MD5 |
6893b62cdcb5acd91ac0669ce6508eaa
|
|
| BLAKE2b-256 |
30b71945c48e2add0a34449e6b1a488f343fbb8549059b178c045a170e630bd4
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
f727e3cf02842cc1eda938ee4c4586ca2cd85e8c50b891b037be27231e272827 - Sigstore transparency entry: 955246725
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fc0f2c34734d8a39d004bcdbaf912cbe0d9d4ee2b21f173b5da3931c88efc65
|
|
| MD5 |
ecba602cbfb6b1b6295157072999ecdf
|
|
| BLAKE2b-256 |
994109c1afdd0e49ea9b7abce9d134e825a03340df1bfb6cfe77f74bca12021e
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
7fc0f2c34734d8a39d004bcdbaf912cbe0d9d4ee2b21f173b5da3931c88efc65 - Sigstore transparency entry: 955246605
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 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 |
c3a537280ba32fbec6e19970770956deef12f6c816b15224e227837265ca156b
|
|
| MD5 |
a9f66255e65199fc9853adcd581eb556
|
|
| BLAKE2b-256 |
191da1c910be745ec4d67460775b3b81248cc4938e76b7ed8de235002e64f84e
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c3a537280ba32fbec6e19970770956deef12f6c816b15224e227837265ca156b - Sigstore transparency entry: 955245890
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.2 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 |
2fcee753cf1687eae65b89774fe165abb425735168ff764796f6857c297d383a
|
|
| MD5 |
6d8d0f55911ada967952544f7404d260
|
|
| BLAKE2b-256 |
0124f872fad184af3b3c79f46e198858d6694b966c108c158502c05856089995
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-win_amd64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-win_amd64.whl -
Subject digest:
2fcee753cf1687eae65b89774fe165abb425735168ff764796f6857c297d383a - Sigstore transparency entry: 955245610
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, 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 |
94d54567178270185438cf3a97b8c183209a9047dc8d2ddfa79f0004d0ffc26e
|
|
| MD5 |
08ab715dfd1a348349b1f1d412d51aa3
|
|
| BLAKE2b-256 |
58dbf334c1a252a1013903f96392fc86a34d3da2f0c5b1fec4d4b2a1fe2271a5
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
94d54567178270185438cf3a97b8c183209a9047dc8d2ddfa79f0004d0ffc26e - Sigstore transparency entry: 955245955
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, 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 |
bc1c1d6603d8d90592548491e613f0baa06e4f1e434d9b00a914c5c5a3576e89
|
|
| MD5 |
2b1466f14da3a2ba2801005268957f3c
|
|
| BLAKE2b-256 |
12808da0082fbbd2fa65b25ffbf6a9ce495ef4c5e5a6d77e70024bc9e312b906
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-musllinux_1_2_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-musllinux_1_2_i686.whl -
Subject digest:
bc1c1d6603d8d90592548491e613f0baa06e4f1e434d9b00a914c5c5a3576e89 - Sigstore transparency entry: 955246871
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, 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 |
488a0dde13a06944c0f8d849b9a0de38746c0b1dbe660f36d80fe29083591f14
|
|
| MD5 |
c4dad2ddde56d20326b00c014f3a6de6
|
|
| BLAKE2b-256 |
696b2c81fde25d20c05b1258c96d22931425cf44363dd86b1cb7824a237390c6
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-musllinux_1_2_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-musllinux_1_2_armv7l.whl -
Subject digest:
488a0dde13a06944c0f8d849b9a0de38746c0b1dbe660f36d80fe29083591f14 - Sigstore transparency entry: 955246683
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, 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 |
6a2d2132e73ea225fa0d8129b895b8bfff5ab0e9f9376025827cdee4429c8f52
|
|
| MD5 |
627c9c01ff08fafc7e1732bb973050b2
|
|
| BLAKE2b-256 |
27cc83c16acd476ed953c6ed4e3e4aff12e48b450a491a7f3661cdb96a10fdc0
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
6a2d2132e73ea225fa0d8129b895b8bfff5ab0e9f9376025827cdee4429c8f52 - Sigstore transparency entry: 955246781
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 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 |
03bf71dcadd1d597164ce4db720a64c68440869024a40625f8392915086b15c5
|
|
| MD5 |
479e2aab7e5817436659466cc834c3d2
|
|
| BLAKE2b-256 |
a1f9bb65dbbc77bff2b662add047fd650d37c1512017ee1066895d6b369f53a2
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
03bf71dcadd1d597164ce4db720a64c68440869024a40625f8392915086b15c5 - Sigstore transparency entry: 955247059
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f961f4aa08f2e4c05ea3f7307a5e88c47b1a78c56fa4e48c06fcf4a1e29dcc9
|
|
| MD5 |
6f53ad3b4186f4165aec60a77e6b2cd2
|
|
| BLAKE2b-256 |
84d52c3994deb74e0a734661bba0c402b45639d941adbbef36779a29c7f06f54
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
8f961f4aa08f2e4c05ea3f7307a5e88c47b1a78c56fa4e48c06fcf4a1e29dcc9 - Sigstore transparency entry: 955245663
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
812d1bb5971bb064efa27d3747b2576fb850729d0854943fb6f6f172f7ea221d
|
|
| MD5 |
93325e1021d2a3e751078a2390d4e436
|
|
| BLAKE2b-256 |
50d45f49ee971d996f67c12dc7a889aeba7ba7c0d098a2f29a80a19cfa1cd380
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
812d1bb5971bb064efa27d3747b2576fb850729d0854943fb6f6f172f7ea221d - Sigstore transparency entry: 955246449
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d28ac0fd813ee6d32ba5cabedada6b271259fc6554e98be4ab2c921a2bf4c4a
|
|
| MD5 |
25149613349abf7afa27fd86d363de44
|
|
| BLAKE2b-256 |
3c9da79a1fff79f96e70fd8f64daa2cd490ef5b0490353e048f1353a3c7294db
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
2d28ac0fd813ee6d32ba5cabedada6b271259fc6554e98be4ab2c921a2bf4c4a - Sigstore transparency entry: 955246133
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 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 |
7fdb6877d64d71497d572a604b1670a66957cda2c3f0e817433cc85acdc6dc9e
|
|
| MD5 |
9cb175520c61d2026702032486386156
|
|
| BLAKE2b-256 |
39015cc72f2800838a58dd4fdd50024d882f8ad9d66565336728d0e4cf70b96a
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
7fdb6877d64d71497d572a604b1670a66957cda2c3f0e817433cc85acdc6dc9e - Sigstore transparency entry: 955245817
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, 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 |
1e33244b2fec9fa6a43a8523ac7b869cdf00970bdb21fa97632091651ec299c9
|
|
| MD5 |
c6efdf8b65814acf4ebc50c51cf6f201
|
|
| BLAKE2b-256 |
cb9c406328f21f6f95c5aed779e0110e505329aae47f545248c4ceddc69c51c4
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
1e33244b2fec9fa6a43a8523ac7b869cdf00970bdb21fa97632091651ec299c9 - Sigstore transparency entry: 955246154
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 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 |
4e790c802c0451f4f316137a3d37e540a9986fe33b624f55d74b0b92624e2748
|
|
| MD5 |
8d6dce605a4c7633f01086624d889364
|
|
| BLAKE2b-256 |
a12a9c4d5a8823aa4c92f4f859ba51bdf63a8fee9ffcc60c429bd9cd794b6450
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
4e790c802c0451f4f316137a3d37e540a9986fe33b624f55d74b0b92624e2748 - Sigstore transparency entry: 955246645
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.2 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 |
4493e7d49cddd18e75705dd1ee102e21696954510e065d5e8cad77fccb7cdc56
|
|
| MD5 |
0d68590ea82515929668c019020d0238
|
|
| BLAKE2b-256 |
09f2778fa0128fa6ef8e786eaa394479a21c4f096dd302969c5cc67531586a1a
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-win_amd64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-win_amd64.whl -
Subject digest:
4493e7d49cddd18e75705dd1ee102e21696954510e065d5e8cad77fccb7cdc56 - Sigstore transparency entry: 955246292
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, 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 |
866f61fd2851d1909a3b9c70c3c69948292c05ae96d8db07caff169ecbd791b2
|
|
| MD5 |
35303aecb1d62f6eeb30aacf676876ec
|
|
| BLAKE2b-256 |
5e4f5903309166463db1caf33f4b1d7129398ca1f2b45a668e6aba16e4b4a509
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
866f61fd2851d1909a3b9c70c3c69948292c05ae96d8db07caff169ecbd791b2 - Sigstore transparency entry: 955245509
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, 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 |
c2273622288e484d89dd820ab44643eb061e91b436a18cb51a48b56bb0786d00
|
|
| MD5 |
f071dcdd5a2f48285e8982e5fa842601
|
|
| BLAKE2b-256 |
d2bfa80a805757353bb91fcfa43e76c69be8f32dbdf5dcc308f829da29df6db4
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-musllinux_1_2_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-musllinux_1_2_i686.whl -
Subject digest:
c2273622288e484d89dd820ab44643eb061e91b436a18cb51a48b56bb0786d00 - Sigstore transparency entry: 955245741
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, 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 |
4bf17642d2e10b2a2a8f96d5b24a2f36f1742cd35139ec0ed235c6c11cbe25dc
|
|
| MD5 |
f3ef49d5c4909a1005ea09a36036345f
|
|
| BLAKE2b-256 |
90738775a2002d93828c2fb70d0b1ec2826a0a1792469abe0ea40ccaed9f3f70
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-musllinux_1_2_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-musllinux_1_2_armv7l.whl -
Subject digest:
4bf17642d2e10b2a2a8f96d5b24a2f36f1742cd35139ec0ed235c6c11cbe25dc - Sigstore transparency entry: 955247188
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, 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 |
230d3fec110474eaeab66bd205f3e7a1e5f3959b9d4f4e46740842d1f5d1bdba
|
|
| MD5 |
f29e1d2b32c29820fdd1f5c356cae7ee
|
|
| BLAKE2b-256 |
b7c3da139a060216fc2fe98c6e460d7d3b5110df9c1b399ea9509cfa93a2fd15
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
230d3fec110474eaeab66bd205f3e7a1e5f3959b9d4f4e46740842d1f5d1bdba - Sigstore transparency entry: 955246042
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 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 |
35ecf35d9e3e83e7631ba9c8cd9d5c803c936c5c0fce14b89554aa32e31302c1
|
|
| MD5 |
0226e1dca25ce874b10051d4aa7ea32b
|
|
| BLAKE2b-256 |
ffb0002e37a6dba7236b672794420236aa3033654d9ed78660409448f7095c80
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
35ecf35d9e3e83e7631ba9c8cd9d5c803c936c5c0fce14b89554aa32e31302c1 - Sigstore transparency entry: 955247015
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74a0b56164ab2de397acd7ef1875e43d9d51b8882c598b6d925679727998719d
|
|
| MD5 |
ed8a8821664eaa40c168a45ac8e4e5b5
|
|
| BLAKE2b-256 |
5fb6253d9559e2d02a5d29103d8bcc5034a99ff23698e8fa3bbf01d04adac97e
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
74a0b56164ab2de397acd7ef1875e43d9d51b8882c598b6d925679727998719d - Sigstore transparency entry: 955246026
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53fc03dcbac9164e5b539af312cc179abcb831a7157101996dee9f0052eeec9e
|
|
| MD5 |
4c838b87684a87a46ffcf7c31eecfeb8
|
|
| BLAKE2b-256 |
8b65e3f274b26f9990dd09e4754b8cd6e751df494f9500bea7dd4315d1b6e422
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
53fc03dcbac9164e5b539af312cc179abcb831a7157101996dee9f0052eeec9e - Sigstore transparency entry: 955246856
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
402c5053c242e8ce5c569f7c30c6b73a204a94b932ca3f9ad656c81b8c3c7c5c
|
|
| MD5 |
1be39b57ecb5731ac392c433d4e7bf91
|
|
| BLAKE2b-256 |
d0b8b53818b7cfb177145ca1bf5c7b61d89636f27ee3c4ff8258774763573890
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
402c5053c242e8ce5c569f7c30c6b73a204a94b932ca3f9ad656c81b8c3c7c5c - Sigstore transparency entry: 955246005
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 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 |
2e90d3d70d16215731e33ab0ca6a6c4f8f0e29b90f98547fb42896ea89883504
|
|
| MD5 |
f7c8602026a089bf7c975ecb0ddc8561
|
|
| BLAKE2b-256 |
151600bcd89f50e72e00ef200757971b4bb8c12b7a4e49ce93fe019b4a858a10
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
2e90d3d70d16215731e33ab0ca6a6c4f8f0e29b90f98547fb42896ea89883504 - Sigstore transparency entry: 955247090
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, 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 |
9a52ce400a7688b466ec51647dcb81738283eb68466ec165e0f1536dcdc32bfe
|
|
| MD5 |
afe42ce615425dadda81aa9f8f62c923
|
|
| BLAKE2b-256 |
b266042601fec357c50b5bab6f382412d3acb11f8a04fddc2cf9811af4f0d8b0
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
9a52ce400a7688b466ec51647dcb81738283eb68466ec165e0f1536dcdc32bfe - Sigstore transparency entry: 955246236
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 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 |
87c50afe1d846fcf86ebbf42fc025574a12619b61d43b0e843a671ba1a60c3ca
|
|
| MD5 |
0648cbab47def27c19e645789a5fa1fd
|
|
| BLAKE2b-256 |
a1dfe687b74331c9958ef4db3e8cc13c0f732685c52149bc904106a0ce3b1cca
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
87c50afe1d846fcf86ebbf42fc025574a12619b61d43b0e843a671ba1a60c3ca - Sigstore transparency entry: 955246832
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
730bf7b5f17e92697c955c8c4941225d4ba8401ef11dc16f6ef32132e6c1cb33
|
|
| MD5 |
a48c2fc338b3dcde4edaa1b1e9c27fdd
|
|
| BLAKE2b-256 |
22bcf722680685a2c435643edf6cc2cd70d12e5faaac7a40fe64de2b81bc37d5
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-win_amd64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-win_amd64.whl -
Subject digest:
730bf7b5f17e92697c955c8c4941225d4ba8401ef11dc16f6ef32132e6c1cb33 - Sigstore transparency entry: 955247144
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, 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 |
826c5704d420b4b99c03ab02c51bb4a4354594b4d05e176964320c0020d1b28f
|
|
| MD5 |
1840ebfe0eb40450e85d159764787f76
|
|
| BLAKE2b-256 |
917d7e91503ccf0bfa8467ab57a4753e6339d1a3659ae9e017f436b00849c6e2
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
826c5704d420b4b99c03ab02c51bb4a4354594b4d05e176964320c0020d1b28f - Sigstore transparency entry: 955246585
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, 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 |
ae98299e4b015c63c1d11be0500107b3ad76b7a52b03d0c379a2bac70a2b4e23
|
|
| MD5 |
1c0e56e81a263b2a1685f01b8ef118c9
|
|
| BLAKE2b-256 |
5e7f1df5909625dc3102c6e6c3d840ae0b680a020c84090899cbd3ada085afef
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-musllinux_1_2_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-musllinux_1_2_i686.whl -
Subject digest:
ae98299e4b015c63c1d11be0500107b3ad76b7a52b03d0c379a2bac70a2b4e23 - Sigstore transparency entry: 955246992
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, 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 |
439e2b8598cc896f5863b0c57298234191ecb7a33db4d4a822c305e6a7818eff
|
|
| MD5 |
67c1b9937b5b79665a68c29d954dd806
|
|
| BLAKE2b-256 |
6dd233e69f2f9363b4283e3c23a26710a1ef079d79431474ad61404327ddb032
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-musllinux_1_2_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-musllinux_1_2_armv7l.whl -
Subject digest:
439e2b8598cc896f5863b0c57298234191ecb7a33db4d4a822c305e6a7818eff - Sigstore transparency entry: 955246705
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, 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 |
dc446f261351890b96b4b952f9e5b91ac75f067c4e663512316f394b3dd5d9d7
|
|
| MD5 |
58302246ccb2469213b6b3eb6323fbe5
|
|
| BLAKE2b-256 |
5574a7ed4efcc4a2d16773f97718357bc14b514c450b79fd711a12e088b3a662
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
dc446f261351890b96b4b952f9e5b91ac75f067c4e663512316f394b3dd5d9d7 - Sigstore transparency entry: 955246354
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, 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 |
b35b0ff0ed8044286462b67734a3a41b1f557b2676850ebfd744e34e01d1d551
|
|
| MD5 |
47e4d6d0f72f97b2cf6a36339e6589bd
|
|
| BLAKE2b-256 |
86a76bc5c605db5ad5332521fac298c258a7aaddfe21cffbc435c3825eb44b55
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b35b0ff0ed8044286462b67734a3a41b1f557b2676850ebfd744e34e01d1d551 - Sigstore transparency entry: 955246931
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1b6967fc30083a1a790f6653bc24705bd6c63ce2e6575d1056a3c571547d75b
|
|
| MD5 |
3c5eb29d8b1527a77d7043198c105222
|
|
| BLAKE2b-256 |
339cd2c6e8f4e6c904a1f6351715998d91c0b6f55529c7a147ffda5637c08b0f
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl -
Subject digest:
e1b6967fc30083a1a790f6653bc24705bd6c63ce2e6575d1056a3c571547d75b - Sigstore transparency entry: 955245634
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4553e80e55503bb50a9847600ad1440c04e556c69aaec0fd2937d808d0d0c849
|
|
| MD5 |
763eea64696039cd3905a5ba7cd7cd7a
|
|
| BLAKE2b-256 |
a6aba47a6a539d897fc0026d495441f5114e5b0ed997140900d58f16309757e8
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl -
Subject digest:
4553e80e55503bb50a9847600ad1440c04e556c69aaec0fd2937d808d0d0c849 - Sigstore transparency entry: 955246906
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a087583b5b07761de1568566fdd04d90dc652a4b6d0c442916f74cdaeb273d0
|
|
| MD5 |
ed7e67fb448630b0a9956ed78d196eac
|
|
| BLAKE2b-256 |
25877254c0e1dbaee93297557c3e5046a36aba7a3b68e6c671e6122d95d6c045
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl -
Subject digest:
9a087583b5b07761de1568566fdd04d90dc652a4b6d0c442916f74cdaeb273d0 - Sigstore transparency entry: 955246259
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, 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 |
841064a82be94627d5c578b2153a84903377b1aef57dd14586f955e17cc27393
|
|
| MD5 |
150c0ee55c0b87874300da38f667b310
|
|
| BLAKE2b-256 |
1ea51a63cd8e7e5d73782868d7c19100d23dd5b842586d32211db0774747c6ad
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
841064a82be94627d5c578b2153a84903377b1aef57dd14586f955e17cc27393 - Sigstore transparency entry: 955246666
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, 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 |
a79e8d9936daffa3a47bbf39117662119773c4035da49e708a4470585b0c4030
|
|
| MD5 |
c647a599084f686c88efbbb6120892b1
|
|
| BLAKE2b-256 |
d4bfc09a77f28542a8fe290ca5bd6dae294824678c47bd3e0b3cbb16efd82700
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl -
Subject digest:
a79e8d9936daffa3a47bbf39117662119773c4035da49e708a4470585b0c4030 - Sigstore transparency entry: 955246066
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mla_archive-0.6.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: mla_archive-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, 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 |
ff3649a5f25043deb58f00839b5b391c7fbf582b5bb89d5c3ab229cf1437f55b
|
|
| MD5 |
1c921176687152b01347bc04219c5279
|
|
| BLAKE2b-256 |
fd10f344fe03c0809128f754816e1843866b8654ec84663985b9924d722e77bd
|
Provenance
The following attestation bundles were made for mla_archive-0.6.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
py-bindings.yml on ANSSI-FR/MLA
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mla_archive-0.6.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
ff3649a5f25043deb58f00839b5b391c7fbf582b5bb89d5c3ab229cf1437f55b - Sigstore transparency entry: 955246184
- Sigstore integration time:
-
Permalink:
ANSSI-FR/MLA@f82ea526aa5444e67b14314e5642a43d06616137 -
Branch / Tag:
refs/tags/mla-bindings-py-v2.0.0 - Owner: https://github.com/ANSSI-FR
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
py-bindings.yml@f82ea526aa5444e67b14314e5642a43d06616137 -
Trigger Event:
push
-
Statement type: