ztensor
Read any tensor format, write canonical .zt.
pip install ztensor
import ztensor, torch
with ztensor.open("model.safetensors") as src: # or open([shard1, shard2])
for t in src.values(): # src itself is a mapping,
print(t.name, t.shape, t.dtype) # so iterating it gives names
t = src["model.layers.0.mlp.w"]
w = torch.from_dlpack(t) # zero-copy
t.location # (path, offset, nbytes) for your own I/O
t["scales"] # parts are tensors too
A tensor with one part answers about that part. A tensor with several, a quantized one or a CSR one, does not pick for you: index the part you mean.
Reads .zt, .safetensors, .gguf, .npz, PyTorch .pt, HDF5 and ONNX,
detected by magic. Writes exactly one format: canonical .zt, where every
tensor starts on a 64 KiB page and carries an XXH3 digest.
No framework modules
Tensors export DLPack and the buffer protocol, so numpy, torch and jax read them zero-copy without this package knowing any of them exist:
numpy.from_dlpack(t)
torch.from_dlpack(t)
memoryview(t)
DLPack also carries bfloat16, which the numpy dtype table cannot, so the
dtype most checkpoints are actually in survives the trip.
A zero-copy export keeps the mapping alive on its own: an array stays valid after the source it came from is closed.
It tells you what it can do
t.caps.map # a zero-copy export will work
t.caps.locate # .location gives the exact byte range
t.caps.evict # its pages are its own
t.caps.verify # there is a digest to check
Each is the precondition of the operation it names, so the report cannot
disagree with the behaviour. When only metadata is wanted, ztensor.index()
opens without mapping: names, shapes and addresses, for the cost of a header
read.
Converting
ztensor.convert("model.safetensors", "model.zt")
ztensor.verify("model.zt", deep=True) # (digest_verified, without_digests)
Conversion is the upgrade path: the foreign file has no digests and arbitrary alignment; the result has both.
The numpy shim
ztensor.numpy.load_file / save_file are a safetensors-shaped convenience
layer, kept for code written against that API. New code should use the tensor
handles above, which can say things a dict of arrays cannot.
Linux and macOS. MIT licensed. The format, the Rust crates and the specification live at github.com/pie-project/ztensor.
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 ztensor-2.1.2.tar.gz.
File metadata
- Download URL: ztensor-2.1.2.tar.gz
- Upload date:
- Size: 165.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3de90aa31e8905fb32a45961d866b2a4ecafed54e5a36650db77bf760a2dfce
|
|
| MD5 |
0e412931677c6b3158eba95481a01051
|
|
| BLAKE2b-256 |
ae27c556630da6fad8f0778685ffc972d5bc78a62f84263c7ea2ff653d7ad05c
|
Provenance
The following attestation bundles were made for ztensor-2.1.2.tar.gz:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2.tar.gz -
Subject digest:
a3de90aa31e8905fb32a45961d866b2a4ecafed54e5a36650db77bf760a2dfce - Sigstore transparency entry: 2341666143
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea3e60c51aeabe24796fffaadf91b5e871086bf46cc50bb08bf5c4e3601f00c
|
|
| MD5 |
ee4a45ae0f748050815eb926af663ef2
|
|
| BLAKE2b-256 |
1ce61f7a8bab7f35a8f633dcb7b784b0171c5231a19102363cc744ee79550c99
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
0ea3e60c51aeabe24796fffaadf91b5e871086bf46cc50bb08bf5c4e3601f00c - Sigstore transparency entry: 2341666285
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3effec15cf4fd65ed7533abd17bf73969da5fe30d4a6ec40859987fc6efd8995
|
|
| MD5 |
4f71364a6e106953898403eeada39dfb
|
|
| BLAKE2b-256 |
6b7e0716c5b1b93c59227fa69b648d7af9eafb1c75c1ec8647d263f95d5894c0
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
3effec15cf4fd65ed7533abd17bf73969da5fe30d4a6ec40859987fc6efd8995 - Sigstore transparency entry: 2341666342
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 960.7 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
010682c4a78c88be7c7d4b8bd038b1697f648f2a957ddb012aa331bc23bf4af5
|
|
| MD5 |
95858cb47577c96dd09278e3c0c7c815
|
|
| BLAKE2b-256 |
971bbf09035d437c8c36c1ff0f3c9e047fc3efd38bfa11da25aff67c9ff8c791
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
010682c4a78c88be7c7d4b8bd038b1697f648f2a957ddb012aa331bc23bf4af5 - Sigstore transparency entry: 2341666320
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e28a5ef1a76a5bcbaa9fa693be9e362e1dafcf4d3167caee9d1a33f2ae0c50f
|
|
| MD5 |
966efce95684a65c8aaa005e2e7e2bc5
|
|
| BLAKE2b-256 |
8c9b61fa77f944fbdf14660a47e965adc7c3909ebcc989350ea13695e41972c9
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
2e28a5ef1a76a5bcbaa9fa693be9e362e1dafcf4d3167caee9d1a33f2ae0c50f - Sigstore transparency entry: 2341666229
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9db6ca56cf4fb4def669dca3f56034e099e8686261435469ee8028d36237de34
|
|
| MD5 |
c56a832c70e19d1466730e3ab58bb971
|
|
| BLAKE2b-256 |
0921a0458507457a0b804deb06539d43397e3e5097a5a1721104262f3156191c
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
9db6ca56cf4fb4def669dca3f56034e099e8686261435469ee8028d36237de34 - Sigstore transparency entry: 2341666309
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe356217129b9460d3a5c373536c39a47ed5b8bc6094194822cd92fa60244be6
|
|
| MD5 |
6c09d2de6cb2e88276e6822087cb4065
|
|
| BLAKE2b-256 |
0e924aad467a1d081658b448ce7218dd85039e25c4f716dc28f7db1d28042af1
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
fe356217129b9460d3a5c373536c39a47ed5b8bc6094194822cd92fa60244be6 - Sigstore transparency entry: 2341666261
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 960.7 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a2631a962b8b0fe2b28de15cf83abaec942d97213faee246ad50180540455f7
|
|
| MD5 |
1dd5edd4520cd93a634fbe8758b1c209
|
|
| BLAKE2b-256 |
ebedcc421c6e1e473e6b3b794a0d13b05acdc17d0991f7e110c08b43bac359fa
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
7a2631a962b8b0fe2b28de15cf83abaec942d97213faee246ad50180540455f7 - Sigstore transparency entry: 2341666272
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f6967f7c89109ac65ac5f6745a41d901d8c01b86261b0b4d0dc397cfae7934f
|
|
| MD5 |
ffef03aa04bde4bf8f3b54f2a2efe915
|
|
| BLAKE2b-256 |
8ed3686e1d6d562d8a2253f35f80339183b3f624d4ea4ebeb5dd56c0eb7a9011
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
8f6967f7c89109ac65ac5f6745a41d901d8c01b86261b0b4d0dc397cfae7934f - Sigstore transparency entry: 2341666373
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50113ad4504d8d87bf686aa723544ad9a3999f43b2ef5bd04bac2195cab86b8e
|
|
| MD5 |
cc74edf2f7b09fc51b2ee705610b53d3
|
|
| BLAKE2b-256 |
53c1f856c9204552888ac487fe19d884bea848d523df588556e58e9f7643d71e
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
50113ad4504d8d87bf686aa723544ad9a3999f43b2ef5bd04bac2195cab86b8e - Sigstore transparency entry: 2341666328
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80305a47dc12333ea21710b77debfa1ef19e937b805f98031677af60f8578720
|
|
| MD5 |
c850db631d5aac4d2670c6b44262175a
|
|
| BLAKE2b-256 |
60abff59d65cfe1282d0fa8ba49dd6378df2d865d46ce572fbb33e50e256e35f
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
80305a47dc12333ea21710b77debfa1ef19e937b805f98031677af60f8578720 - Sigstore transparency entry: 2341666201
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 960.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
715147231d8234276f9458f3510dd33c6b69c210d5e309b0dc0c5f96b1a4c285
|
|
| MD5 |
c1020d67aa063c08c50e1725ac677f0e
|
|
| BLAKE2b-256 |
d098b05025dd09cbc896b34d794875d91f93a83f8445c6d447ba865c5d984146
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
715147231d8234276f9458f3510dd33c6b69c210d5e309b0dc0c5f96b1a4c285 - Sigstore transparency entry: 2341666171
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
939052f286fec9b99687dbe28b0d5998f660ac0efbf04ad8d5ba794463a8de78
|
|
| MD5 |
0ded2dc7ca22a7630ee55b01253efd29
|
|
| BLAKE2b-256 |
90e92c909f2b288e5137d729b9ea3c14a16752b16eaa8adadb38991bdc39adac
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
939052f286fec9b99687dbe28b0d5998f660ac0efbf04ad8d5ba794463a8de78 - Sigstore transparency entry: 2341666183
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf86c6e3dbc41f6be2c5b03a22ebd712a953d2e0b521079a1de096611ca568fb
|
|
| MD5 |
6d643abfdceabf6502fd659bd0e5e901
|
|
| BLAKE2b-256 |
82c29453a105a945623be6d362027eaae371aeb997d5375bc258c95710ee06f6
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
bf86c6e3dbc41f6be2c5b03a22ebd712a953d2e0b521079a1de096611ca568fb - Sigstore transparency entry: 2341666255
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8874ca5f26fefb1fcc3d76ec498e0a9808260b2fab279c0081293e269ca91ea6
|
|
| MD5 |
cce1071547d5157658852c4a2fed26d0
|
|
| BLAKE2b-256 |
45bfc71c6f6527419ec11139e4f9352b1e1d632c36bde32e676756113598fa38
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
8874ca5f26fefb1fcc3d76ec498e0a9808260b2fab279c0081293e269ca91ea6 - Sigstore transparency entry: 2341666302
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 960.8 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d713447faf210020f96a44e83617da5e2df6634688647af09133d40d59a0866b
|
|
| MD5 |
f26f1619822a3a8b0a91d65b1231000c
|
|
| BLAKE2b-256 |
3b6ea51afbea6e5656c4870e210a57d698c6d9fd16484a3d650a8e97963041da
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
d713447faf210020f96a44e83617da5e2df6634688647af09133d40d59a0866b - Sigstore transparency entry: 2341666158
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08a7eb4cc32806a2d33576d8f8fdd70d2fef85c584f6e1bba1d1e45b232db63b
|
|
| MD5 |
1a4c883e5e426294be54683d5f12a0ac
|
|
| BLAKE2b-256 |
07b291ff78b1d5e6c3efc0db884e2eafda19fc07bd3a63223aa19cf07d4b4bbb
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
08a7eb4cc32806a2d33576d8f8fdd70d2fef85c584f6e1bba1d1e45b232db63b - Sigstore transparency entry: 2341666215
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a82e078e4bd4eaa50dcce9de731537ea895b8ed1f9f93242bb80c81435fbe52
|
|
| MD5 |
2bf4a1ca3845642b80adc4505ad62839
|
|
| BLAKE2b-256 |
4169805d857e3fcbbc164f03e6ce070f80d2e4b9d4eb48c7f13add88d7a1816c
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8a82e078e4bd4eaa50dcce9de731537ea895b8ed1f9f93242bb80c81435fbe52 - Sigstore transparency entry: 2341666360
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d903076df94f063f03a3c3f1189f31e05e5a973c13367afb259fe2a1a3cce17
|
|
| MD5 |
90ccffb0c273a3842be1e242448d77aa
|
|
| BLAKE2b-256 |
9f9c426426a39cf1519bb468bf0ed74e68fc1e70cc84850c5803286cb5e6ee7d
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
9d903076df94f063f03a3c3f1189f31e05e5a973c13367afb259fe2a1a3cce17 - Sigstore transparency entry: 2341666245
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 962.5 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91696d7556934078175890e3681c4071530da30391500903a9188cbea010a069
|
|
| MD5 |
878d8035768408abdaa95710c614f19f
|
|
| BLAKE2b-256 |
771dd0671498e3a2763e57629ed77c752e05fffb7431c89bf8305845746f4493
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
91696d7556934078175890e3681c4071530da30391500903a9188cbea010a069 - Sigstore transparency entry: 2341666380
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ztensor-2.1.2-cp39-cp39-macosx_10_12_x86_64.whl.
File metadata
- Download URL: ztensor-2.1.2-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8256e8f6ebbffef2a757c2d154b640c5319b4ff1a2a444763a29ffefdd7fc4d1
|
|
| MD5 |
7dbed8f6116516782ed1416e099d820d
|
|
| BLAKE2b-256 |
b51072ba7ebcd896fd693ca56bff76229ae4668f1cd340700c0f7d6590fb28af
|
Provenance
The following attestation bundles were made for ztensor-2.1.2-cp39-cp39-macosx_10_12_x86_64.whl:
Publisher:
release.yml on pie-project/ztensor
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ztensor-2.1.2-cp39-cp39-macosx_10_12_x86_64.whl -
Subject digest:
8256e8f6ebbffef2a757c2d154b640c5319b4ff1a2a444763a29ffefdd7fc4d1 - Sigstore transparency entry: 2341666293
- Sigstore integration time:
-
Permalink:
pie-project/ztensor@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Branch / Tag:
refs/tags/py-v2.1.2 - Owner: https://github.com/pie-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61a9222326a2f78182b8a4e58b477864d8c26e03 -
Trigger Event:
push
-
Statement type: