Python bindings to nVenn2 to create generalized, quasi-proportional Venn diagrams
Project description
nVennPy
This package adds a Python interface to the nVenn2 algorithm to create generalized, quasi-proportional Venn diagrams. The release version is available from Pypi by running pip install nvenn2 from an environment.
The problem
We have several sets composed of elements, like gene symbols. Each element can belong to one or more sets, which places it into a region. A region is defined by the sets it belongs to and the sets it does not belong to.
A proportional Venn diagrams shows sets inside closed lines that may intersect and define regions. The area of each region is approximately proportional to the number of elements that belong to that region. The nVenn2 algorithm is also generalized, as it can be used on any number of sets. In practice, a Venn diagram with more that six sets is difficult to interpret. However, more sets can be used if most regions are empty (see example 2).
Input
The input for nVenn2 is always a text table. The algorithm will try to guess the column separator (tab, space, comma or semicolon). Sets can be defined by row or column. If sets are in rows, the first column contains the set names. If sets are in columns, the first row contains the set names. The table is passed to the diagram() method to create a new object. The second parameter tells the module whether the sets are in columns (1) or rows (2). A value of 0 (default) tells the module to try to figure out if the sets are in rows or columns.
Simulation
After a Venn table has been loaded, the diagram is generated by calling the simulate() method on the object. Every time the method is invoked, the starting conditions change, and the result may be different. If one wants to keep a diagram, it is important to save the figure before running simulate() again.
Output
The main output of nVenn2 is an svg figure with the diagram. The svg code is obtained by calling the to_svg() method on the object. It can also be written into a file with the write_svg method. Multiple features in the figure can be customized by calling the rotate_diagram, palette, set_color, set_opacity, set_line_width, show_region_number, show_region_identifier and set_font_size methods. In addition, the diagram can be saved in the context of a web page that allows the user to explore the diagram with the to_html() method. The web page can be written with the write_html method.
Once the input is entered, users can also get the elements in a region with the get_venn_region method.
Example 1
import nvenn2
n = nvenn2.diagram("Set1 TP53 SF3B1 POT1\nSet2 TP53 KRAS NRAS\nSet3 SF3B1 POT1 LMNA\nSet4 TP53 KRAS SF3B1", 2)
n.simulate()
print(n.tosvg())
n.get_venn_region(["Set1", "Set3"])
["POT1"]
Example 2
import nvenn2
v = nvenn2.diagram("a 1 2\nb 2 3\nc 3 4\nd 4 5\ne 5 6\nf 6 7\ng 7 8\nh 8 9\nI 9 10\nj 10 1\n", 2)
There is a public jupyter notebook hosted by Binder here.
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 nvenn2-2.0.28.tar.gz.
File metadata
- Download URL: nvenn2-2.0.28.tar.gz
- Upload date:
- Size: 87.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b38d9fa0098bff4ce1532c7d1934f286a24f6314788043d76ea4b2fcbedd3153
|
|
| MD5 |
9e5e647949b84be4c198068a6e9a91f8
|
|
| BLAKE2b-256 |
47b2ab88ba560914ffb9d11fd8bd2fd9e13639009d9d3efc743125f9e6460e97
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28.tar.gz:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28.tar.gz -
Subject digest:
b38d9fa0098bff4ce1532c7d1934f286a24f6314788043d76ea4b2fcbedd3153 - Sigstore transparency entry: 633176275
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 200.6 kB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d472fb81e0fba2a4722661d6a1cbc07bdd53600b8d1fb8458a200eff677616d2
|
|
| MD5 |
ab428e910eaca3bddecdbba2dd29e84d
|
|
| BLAKE2b-256 |
75ce16b68ea1111e1ddfc5371248da288b9be0abbe0855a56ee1675e812ac0f2
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-win_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-win_arm64.whl -
Subject digest:
d472fb81e0fba2a4722661d6a1cbc07bdd53600b8d1fb8458a200eff677616d2 - Sigstore transparency entry: 633177400
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 211.5 kB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df2ef1001b21cc8450c5326fc3b034e6b2a47fde069583acad4e0a41f092b0a
|
|
| MD5 |
a9201ee89c5fb14b4d004a695f3004e4
|
|
| BLAKE2b-256 |
78726dd4605e9984548476c7bf65fe3b37f572a20ac0790fd840a5b57179d87e
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-win_amd64.whl -
Subject digest:
0df2ef1001b21cc8450c5326fc3b034e6b2a47fde069583acad4e0a41f092b0a - Sigstore transparency entry: 633177442
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-win32.whl
- Upload date:
- Size: 198.3 kB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66c7f6530021c9dfe5acb3a3c40a46355a7b1a38a81b86f7e03947652348b632
|
|
| MD5 |
0ea8cc97bc3db402fa179e7c7fd02c7e
|
|
| BLAKE2b-256 |
43bf1ec5b5adda4deb95c0179c80f3f7d494626c6cfc6c4e37f3c34cfd7bb698
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-win32.whl -
Subject digest:
66c7f6530021c9dfe5acb3a3c40a46355a7b1a38a81b86f7e03947652348b632 - Sigstore transparency entry: 633176759
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 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 |
8e8a8aaa89e3f49e7bf35f62b3c516d5e36d4508738eec0b9c60f2148bb0281b
|
|
| MD5 |
e5ee76ee6a9102cfaa504a08613bf091
|
|
| BLAKE2b-256 |
209c8ca9e7964d0e40f6540e5fc19c6d8be2d294984d2658b2156bd218baba95
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
8e8a8aaa89e3f49e7bf35f62b3c516d5e36d4508738eec0b9c60f2148bb0281b - Sigstore transparency entry: 633177004
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 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 |
7ef6db1bf159c14c955f6363b565e2dc6fa0c948f6d0ed9133ca38dbafc8e40d
|
|
| MD5 |
d7089130c09cfd79580f67ae3c5a7a44
|
|
| BLAKE2b-256 |
6482df7d4e605ef4ee58a681162fc7ae1171a3e74dae42c4f49edbeea487414f
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
7ef6db1bf159c14c955f6363b565e2dc6fa0c948f6d0ed9133ca38dbafc8e40d - Sigstore transparency entry: 633176797
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 238.2 kB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c28e07d1b4e7a02b98fc3fe0415277a54e918949abcd313967204a85686e927d
|
|
| MD5 |
c04633f527a09bf85127d85d70edecc9
|
|
| BLAKE2b-256 |
44a1493b9ac5880ba3892168d5de31a593c8648267ce1e602de584a1993b0f7e
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c28e07d1b4e7a02b98fc3fe0415277a54e918949abcd313967204a85686e927d - Sigstore transparency entry: 633177282
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 205.3 kB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5c7293c977ba2dfb65e031c89386f262410c2604f9e428a6cb12f2186ef52ca
|
|
| MD5 |
21bef8b37f325ffca8ce85443bfe35bf
|
|
| BLAKE2b-256 |
ef5b2bd6ca5ade3a5f9313d925f6a0bf503ee73281413aff1dbd9a9e5bc75d10
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
b5c7293c977ba2dfb65e031c89386f262410c2604f9e428a6cb12f2186ef52ca - Sigstore transparency entry: 633176609
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 218.3 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2314c5094f6ec02d1fa71c85bc9b2bb5a18857793a62860561faa2b037d5959b
|
|
| MD5 |
1dc7c5b874248fc86947b20024ae44fa
|
|
| BLAKE2b-256 |
c1819694eece8077a2bf9584570a8c1d538d0361c94472edeff076be63d6785e
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
2314c5094f6ec02d1fa71c85bc9b2bb5a18857793a62860561faa2b037d5959b - Sigstore transparency entry: 633177464
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314t-macosx_10_13_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314t-macosx_10_13_x86_64.whl
- Upload date:
- Size: 230.9 kB
- Tags: CPython 3.14t, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a7c4a9fa5b0d10fbdc09947b24c450335507a15031d85d7f956781109080c3
|
|
| MD5 |
2b13f24128d716854a212f2e27c3acc4
|
|
| BLAKE2b-256 |
d8a1968553ab5dcde683c9983558c47968d192977a4472465c524214fd746637
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314t-macosx_10_13_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314t-macosx_10_13_x86_64.whl -
Subject digest:
58a7c4a9fa5b0d10fbdc09947b24c450335507a15031d85d7f956781109080c3 - Sigstore transparency entry: 633176776
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 195.2 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a221f7d94c6746fe6ccdbdee1995748c0eb148cc1af915f9dfec12784797620
|
|
| MD5 |
0b60d857a0fee592e515b2bacf213c4a
|
|
| BLAKE2b-256 |
1607b0e99564bc79420360c64275dd5ce0b6986b9c02e8a58a2f528f7aaabd5d
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-win_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-win_arm64.whl -
Subject digest:
8a221f7d94c6746fe6ccdbdee1995748c0eb148cc1af915f9dfec12784797620 - Sigstore transparency entry: 633176945
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 202.2 kB
- 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 |
6ca9e4e8d7b6f1f32d382c3eae8f4cddbeca41a1594cada2361848335ffe9cd4
|
|
| MD5 |
cc69db798db75d645e639cd47c2bdeae
|
|
| BLAKE2b-256 |
8915df492e58e49bd9b41251afc3668f2dbf4ec99079d54b67ac18aec88a34b8
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-win_amd64.whl -
Subject digest:
6ca9e4e8d7b6f1f32d382c3eae8f4cddbeca41a1594cada2361848335ffe9cd4 - Sigstore transparency entry: 633176804
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-win32.whl
- Upload date:
- Size: 191.4 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
481a3d8144d328ffb736c2c73c43f81ac177397c7ae215d41bf14813829703ed
|
|
| MD5 |
37e6af1bfe05c71f602313568015d9b3
|
|
| BLAKE2b-256 |
d27ee4577a2fcc50e267f760ad8872bf89297bdca64e49a70c471a0d98bbcb18
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-win32.whl -
Subject digest:
481a3d8144d328ffb736c2c73c43f81ac177397c7ae215d41bf14813829703ed - Sigstore transparency entry: 633177214
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 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 |
22dac9c970e654e0af4b247a85c3f02c677a1379cdcfa0c13474d244acad13ae
|
|
| MD5 |
5651b16ac716b036be848274555e0f70
|
|
| BLAKE2b-256 |
164413b98ce0360a4080d01546b414d78e175323280338515818503c5a91bee6
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
22dac9c970e654e0af4b247a85c3f02c677a1379cdcfa0c13474d244acad13ae - Sigstore transparency entry: 633177495
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 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 |
c0225b9e52b87f2189d1913ef45c0a55b39e0117df5c87cae1f256703edd404a
|
|
| MD5 |
8fe2582b549ec7382fe89c1f9caf0289
|
|
| BLAKE2b-256 |
662e4c7868976ead6ee79533a347051ae9a0975b62b3d99068591d8292d41ece
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
c0225b9e52b87f2189d1913ef45c0a55b39e0117df5c87cae1f256703edd404a - Sigstore transparency entry: 633176586
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 234.7 kB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3f2614ab848f6d2e014032cc8a3a67fe6f33b5478774e103e4dfb759d3c6282
|
|
| MD5 |
3399bb6dbc6761790055161a92ec11af
|
|
| BLAKE2b-256 |
1f46d51a4506c543396c9f8cc4c83131746142738b7eff5039decce285161ba7
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
b3f2614ab848f6d2e014032cc8a3a67fe6f33b5478774e103e4dfb759d3c6282 - Sigstore transparency entry: 633177365
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 203.6 kB
- Tags: CPython 3.14, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d7846b0a62c00ea5fdcabcd0c194fbea62f598a7f5d7ea658b224201e592710
|
|
| MD5 |
565e39143773952e08a6fa228c4dd4c8
|
|
| BLAKE2b-256 |
eb0e70e3cf90b8bef414ab724f7e38c0bd14265b8b043b590dbb010aa7a649ad
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
2d7846b0a62c00ea5fdcabcd0c194fbea62f598a7f5d7ea658b224201e592710 - Sigstore transparency entry: 633176783
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 212.1 kB
- 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 |
a0446b25d295642684125174bcf153b0495dc2be647b9d32f789817f2370b576
|
|
| MD5 |
8aba373071d2cc54a7430c2b17f35905
|
|
| BLAKE2b-256 |
a2f752cb03f699a4272ee67c43f872bfa250017403c721fe5d34f2911717e99c
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
a0446b25d295642684125174bcf153b0495dc2be647b9d32f789817f2370b576 - Sigstore transparency entry: 633176980
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp314-cp314-macosx_10_13_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp314-cp314-macosx_10_13_x86_64.whl
- Upload date:
- Size: 225.4 kB
- Tags: CPython 3.14, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b75f3c069a588e694f0681f4723c81f6551aa9b21b31cf0cacfa35474f443a6a
|
|
| MD5 |
756701667bed108c2a75c7117da74bc6
|
|
| BLAKE2b-256 |
567a4774b05c16d8aba9287a6d40f733fb93719ff4d18406e8a9b258dbf042bc
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp314-cp314-macosx_10_13_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp314-cp314-macosx_10_13_x86_64.whl -
Subject digest:
b75f3c069a588e694f0681f4723c81f6551aa9b21b31cf0cacfa35474f443a6a - Sigstore transparency entry: 633177473
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 188.8 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b66d2a6ea9915d219040522553a0428006c9cef617e70097ac6392d85db51118
|
|
| MD5 |
1cd13fef99925a8faac7132f46e60d87
|
|
| BLAKE2b-256 |
c3d307942deba45a11a44dd2f6c762be5d652b08bf51671996aab033b539baf6
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-win_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-win_arm64.whl -
Subject digest:
b66d2a6ea9915d219040522553a0428006c9cef617e70097ac6392d85db51118 - Sigstore transparency entry: 633177253
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 196.4 kB
- 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 |
12723955881a63495aebb47fd41274fff3131d2688a0173b03efe3920ab71695
|
|
| MD5 |
892599b5767ced483d0669764b20c661
|
|
| BLAKE2b-256 |
a1bc05921440e688980faa98f8ff5b13419dc07a99d9991cd6755a599163c13f
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-win_amd64.whl -
Subject digest:
12723955881a63495aebb47fd41274fff3131d2688a0173b03efe3920ab71695 - Sigstore transparency entry: 633177145
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-win32.whl
- Upload date:
- Size: 186.9 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44ba3b1a1ca21d4c64aed8be46877ecae436ba9f87962dcfb1bdd10bd4cfe68e
|
|
| MD5 |
177d139fd8dbacd0a3a44d3d9154c750
|
|
| BLAKE2b-256 |
87dd8f86340a4474e8d23568a91272459457728e4f93eba78a06ee231762ef82
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-win32.whl -
Subject digest:
44ba3b1a1ca21d4c64aed8be46877ecae436ba9f87962dcfb1bdd10bd4cfe68e - Sigstore transparency entry: 633176299
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 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 |
f9f2079366b75afde96c9a8a178a9081615739bf969e1ec4fe1a5b578e747340
|
|
| MD5 |
c1c15574b06425ab6ddd6cb4d462d39c
|
|
| BLAKE2b-256 |
dc0925064ec4bd8a1b813681a6ae6fad58d283bbe7cd85a40800ce2e5cf98a7b
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
f9f2079366b75afde96c9a8a178a9081615739bf969e1ec4fe1a5b578e747340 - Sigstore transparency entry: 633177173
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 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 |
51cc36fd5806a7271e4eecb5e070cf69f7ecef00a52275088fa6585a50080a08
|
|
| MD5 |
aabf2d17094dacd2d6612f2c0df511d2
|
|
| BLAKE2b-256 |
b2f83acd8b530e48b33666b0d6d85886099d015ff42c17a071e9d8f9de1f0cb1
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
51cc36fd5806a7271e4eecb5e070cf69f7ecef00a52275088fa6585a50080a08 - Sigstore transparency entry: 633177223
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 234.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
132bd17af7ebe089c2a677e8b7ce2f4b94f16679d1ee64ecf9564d1d75454f36
|
|
| MD5 |
f69e533e4619f8d40dbc7065a2f478ea
|
|
| BLAKE2b-256 |
5b633072e85af4c146cf406b9d217ad67a1b01a97315a692513fed7b899888cf
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
132bd17af7ebe089c2a677e8b7ce2f4b94f16679d1ee64ecf9564d1d75454f36 - Sigstore transparency entry: 633176557
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 203.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33b41876f7390961160798ff8b308603b12170c2c5eb338eedc266585d590bb6
|
|
| MD5 |
3a778700368c39c704534c7e3a71f864
|
|
| BLAKE2b-256 |
7b2ff7fec73663e1d9eb3f7b42d1e066f5a975721b6cca61f95f345d39b56ef4
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
33b41876f7390961160798ff8b308603b12170c2c5eb338eedc266585d590bb6 - Sigstore transparency entry: 633177237
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 211.8 kB
- 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 |
43b0f0b0f8d2c8aa30d49f0d7074bd8c9bb55ca8406d8db0bc3f217cbfdbbb7b
|
|
| MD5 |
1175801ecba46cc696404949134b1357
|
|
| BLAKE2b-256 |
550cd3d8df36881dc7b50506ad2ccec22763d24a4878f3725ed65e0ec93672da
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
43b0f0b0f8d2c8aa30d49f0d7074bd8c9bb55ca8406d8db0bc3f217cbfdbbb7b - Sigstore transparency entry: 633176884
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 225.2 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76c7c5eb795d02fa63770ee5404768a93ecd100944bcfb1f9d5633bc6666c2a6
|
|
| MD5 |
020e31e4386160bc0ed9ec7162f8ef0e
|
|
| BLAKE2b-256 |
b9059ded10b976a22390e49a0ac58ed9865526b7c7f8ba31f0391cb0878e01a5
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
76c7c5eb795d02fa63770ee5404768a93ecd100944bcfb1f9d5633bc6666c2a6 - Sigstore transparency entry: 633177063
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 188.8 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd41cfffda50d6589d8656d79d232c9de959e73de0a82a4bc256e755cf2e971d
|
|
| MD5 |
a0e54e0ec25bc3e89c052fd100e24f09
|
|
| BLAKE2b-256 |
c8a5fff76a64bd4096fb801ba5d4da9208fff6546b4cd7e122280d9cf75659b7
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-win_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-win_arm64.whl -
Subject digest:
dd41cfffda50d6589d8656d79d232c9de959e73de0a82a4bc256e755cf2e971d - Sigstore transparency entry: 633177113
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 196.4 kB
- 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 |
e085b12f6b2d9e90dbbc50766d727d30fa0e6375989dfc5520bee1780c94811e
|
|
| MD5 |
f77efe7b24e96a6d1cb7b5761370cc9b
|
|
| BLAKE2b-256 |
5f3c8a7ed335eb2de8a5d586e3f6dc3841a24f154edd760bf84b9b24336c6758
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-win_amd64.whl -
Subject digest:
e085b12f6b2d9e90dbbc50766d727d30fa0e6375989dfc5520bee1780c94811e - Sigstore transparency entry: 633176847
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-win32.whl
- Upload date:
- Size: 186.8 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4079cabeb37cae33232b474db5dd73a3e733bbc1f83326830c8bfa26e92041db
|
|
| MD5 |
a90e2caf6f02acb2741cafa1623e5b90
|
|
| BLAKE2b-256 |
71ef06037aae48c0bfcb52a391dfb963afc7df842a521bb713e21c5d9bbf49c4
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-win32.whl -
Subject digest:
4079cabeb37cae33232b474db5dd73a3e733bbc1f83326830c8bfa26e92041db - Sigstore transparency entry: 633177134
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 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 |
01cf03c78fab425b45c4467439082044a74926e9bcdb9f5aa107efaa4b762ae3
|
|
| MD5 |
6374271b4bc63d8fbcf2e073d4aac957
|
|
| BLAKE2b-256 |
5dd113ca83cf4c3f43d94bb1ae194ad88d6960335f03620a0f5036841555a9a3
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
01cf03c78fab425b45c4467439082044a74926e9bcdb9f5aa107efaa4b762ae3 - Sigstore transparency entry: 633177374
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 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 |
eb125073e80f941fb05c71e17de562084651e8cb7d4f3f9779ea2c7aae472dba
|
|
| MD5 |
f4dfe7180c454f553c5995a0bddca852
|
|
| BLAKE2b-256 |
3ffda64a327b2529a302963600d629477c044489b7c5d3ea59e6027e1ffcf691
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
eb125073e80f941fb05c71e17de562084651e8cb7d4f3f9779ea2c7aae472dba - Sigstore transparency entry: 633176686
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 235.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39c0fc1f469ec456e54896aae2ddba77b6c708b4384f95bcf2f965569e333f7d
|
|
| MD5 |
b5c7017bb7036210a9c3751350892e87
|
|
| BLAKE2b-256 |
4d730f75fe49eb194ab0e8484263493f77f1be133eca1af04773cc6b124cbd9d
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
39c0fc1f469ec456e54896aae2ddba77b6c708b4384f95bcf2f965569e333f7d - Sigstore transparency entry: 633176817
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 203.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82b612b0c8c19e203c203aa3922efb88bfceeeba8e94fbe98b8e006d28035e2b
|
|
| MD5 |
26903b26437f7d879c13eae9da0759d9
|
|
| BLAKE2b-256 |
284a3670bae95edf680720bba934692f2711b52bfe6da45f2dbdf21fb09a2495
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
82b612b0c8c19e203c203aa3922efb88bfceeeba8e94fbe98b8e006d28035e2b - Sigstore transparency entry: 633177198
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 211.7 kB
- 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 |
e0ad17c8500ee2eca6eb7cb39bc07f453349adfb6b985b0531cb9b4fb8beabe4
|
|
| MD5 |
98d20c6ca963ec59afe0358909227f37
|
|
| BLAKE2b-256 |
0137802d53610f632f9b3f7ef8099b0273f8e2ac39293361724e69f8da9b316c
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
e0ad17c8500ee2eca6eb7cb39bc07f453349adfb6b985b0531cb9b4fb8beabe4 - Sigstore transparency entry: 633177042
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 225.2 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51421f8ae380c93315735974fb91ac9dc8e9683b6c046a5e9a2621d7171bb384
|
|
| MD5 |
2cec4d4acaa9d547dec6babf15fa29d5
|
|
| BLAKE2b-256 |
6bbe9c2895ebb325f87cffa6b0b606d75a3f45e066add250b2709a45f7bfe315
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
51421f8ae380c93315735974fb91ac9dc8e9683b6c046a5e9a2621d7171bb384 - Sigstore transparency entry: 633176533
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 191.4 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28326afa6180980a7a0213dfd1d5c266fc2170642f5edbc1f611a47b65802ca9
|
|
| MD5 |
96dfece7f471ed08706779a160ccaeb6
|
|
| BLAKE2b-256 |
22ad181e7c826cf7c8d7b128dac7c94d70471b49876df303fa93d9e4ce6c81b9
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-win_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-win_arm64.whl -
Subject digest:
28326afa6180980a7a0213dfd1d5c266fc2170642f5edbc1f611a47b65802ca9 - Sigstore transparency entry: 633177293
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 195.6 kB
- 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 |
4dd2f162aa739a4682b565509976a52f9672332ebe4b5ef671189fedb55cee66
|
|
| MD5 |
9dad4c14ab8957244f97e9c3becabe8c
|
|
| BLAKE2b-256 |
edbf3ce37180ac2344a394e8239bc9e023dfb6f63d0950d06e6b5704e572b870
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-win_amd64.whl -
Subject digest:
4dd2f162aa739a4682b565509976a52f9672332ebe4b5ef671189fedb55cee66 - Sigstore transparency entry: 633176923
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-win32.whl
- Upload date:
- Size: 186.4 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
368f72fe6b196ce4588c5d50cb82bfaac90499869aa6253b4370fbdabe112d44
|
|
| MD5 |
6cc06e870295c88eb801218adcd869ed
|
|
| BLAKE2b-256 |
f438c568990e271db50f88d032f0bd1a24f16f82e5b84bb909a002cca7c77816
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-win32.whl -
Subject digest:
368f72fe6b196ce4588c5d50cb82bfaac90499869aa6253b4370fbdabe112d44 - Sigstore transparency entry: 633176401
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 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 |
ccec99c2c6cc6f690d514be1c6fe02040744411ea702d81395c338e7263ea084
|
|
| MD5 |
a3668a7e2f29a56c18d1e68a31439b9b
|
|
| BLAKE2b-256 |
60d1b58a5db817a99ffd89abb8e8d6b39b1394cb41d5b5c89193b84465f22292
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
ccec99c2c6cc6f690d514be1c6fe02040744411ea702d81395c338e7263ea084 - Sigstore transparency entry: 633176740
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 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 |
c62d65e9b21003029ac28736c8aa7686c1126d1171657ddf23caa68a82568d94
|
|
| MD5 |
f924d4891114f1e0093d0d389552dae4
|
|
| BLAKE2b-256 |
50e99135e1b4ce205da496f310c04b2f768137317b2a487d5c1d20035a7b5c6c
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
c62d65e9b21003029ac28736c8aa7686c1126d1171657ddf23caa68a82568d94 - Sigstore transparency entry: 633176861
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d279234043d450fd599e0a9069ae5d2f7ac1746f4abf646f1022ec603183f18
|
|
| MD5 |
a353b9446d8962d1a1b42101d62c481a
|
|
| BLAKE2b-256 |
692c7bf5d95c07264b1f011e27311a902aa1e99c927d4d16d9e29a00c9521b59
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
9d279234043d450fd599e0a9069ae5d2f7ac1746f4abf646f1022ec603183f18 - Sigstore transparency entry: 633177356
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 201.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
123f4336fbaf485fb194a22ec6bc7fcf3afc8da08fae2f08314cadf2cb428a5d
|
|
| MD5 |
410b6d04582f72e1297e5c195bf5ef78
|
|
| BLAKE2b-256 |
6d3d646a3537ded69de64060ec11ead373456b7fe87aa966dd61e9496ca9940b
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
123f4336fbaf485fb194a22ec6bc7fcf3afc8da08fae2f08314cadf2cb428a5d - Sigstore transparency entry: 633176905
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 210.6 kB
- 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 |
0d6062cba1d0b38e8a7870f3bc7a491ad4bdb7a5967809b20e27ba83e78e2b82
|
|
| MD5 |
fd95f7a49c4dabf3880440d5c9665de7
|
|
| BLAKE2b-256 |
b792ac4110c9d864757b5d45b63f62112804084051a46ac40d32ce797166ea20
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
0d6062cba1d0b38e8a7870f3bc7a491ad4bdb7a5967809b20e27ba83e78e2b82 - Sigstore transparency entry: 633176716
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 224.2 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e74afafbec4a198cde446748a7aa177ac667cbaca6c958eaa19bf9ff4b3d3fb
|
|
| MD5 |
76802f131bb0ca014ad9bd8ac3820826
|
|
| BLAKE2b-256 |
de71fcaa5219a0fcacfd4e510f19e3e3ea6f3bd1b2e8bdd4f97f454f564f2dab
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
8e74afafbec4a198cde446748a7aa177ac667cbaca6c958eaa19bf9ff4b3d3fb - Sigstore transparency entry: 633177432
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 190.6 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eeb796e9677c52b2925c3c38873bf87b31febe279e730c8c087348b1a7879af
|
|
| MD5 |
bd8d9426255cada8668700b94398b3de
|
|
| BLAKE2b-256 |
65ffe955bc264871ef5789fb430ad9880cf10423d62db988fa37142427e09a13
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-win_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-win_arm64.whl -
Subject digest:
2eeb796e9677c52b2925c3c38873bf87b31febe279e730c8c087348b1a7879af - Sigstore transparency entry: 633176509
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 195.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f1be47cd857cc29e2de31c042fb61517a1dca12b425d2b2013d9d9633c488a8
|
|
| MD5 |
9aeb52b050a9b7a0bed4f69ded46547a
|
|
| BLAKE2b-256 |
8077eb5f052823944ec53b8e337bc26be90ede75eb604385d9da6586537a21cc
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-win_amd64.whl -
Subject digest:
4f1be47cd857cc29e2de31c042fb61517a1dca12b425d2b2013d9d9633c488a8 - Sigstore transparency entry: 633176660
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-win32.whl
- Upload date:
- Size: 185.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbcecaf7cfffc6ec84519d6f8e12ee02420fa69764c1d040ad93f3c2e8c9a04a
|
|
| MD5 |
4b6de5299cef78003e93481c05640aa2
|
|
| BLAKE2b-256 |
bafdcf1c23a3615ec43002f0c1ab3e6d1681648b1894d7dd3ce32cc07c1bab3d
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-win32.whl -
Subject digest:
fbcecaf7cfffc6ec84519d6f8e12ee02420fa69764c1d040ad93f3c2e8c9a04a - Sigstore transparency entry: 633177082
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, 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 |
961ee6ef62d40613451ccad62e978055c32c3ff929ab53d5215e0e3a51addb24
|
|
| MD5 |
72071c2822ad6e2ca06f460e62078c2c
|
|
| BLAKE2b-256 |
57c26a363285b4e7df0aba2c2ac25361ac5a956688efae72dea98053f084084f
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
961ee6ef62d40613451ccad62e978055c32c3ff929ab53d5215e0e3a51addb24 - Sigstore transparency entry: 633176379
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, 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 |
24c654383e8c74ab4974aa185957dd9b9b979b1f326286fc5d4077060a7f4510
|
|
| MD5 |
e914ad2eb40317aaf1b6617cc7da8903
|
|
| BLAKE2b-256 |
64cc6f14955e3e852f425e7fa251e19a447cd58792e09ae45b91be8b2cdea3eb
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
24c654383e8c74ab4974aa185957dd9b9b979b1f326286fc5d4077060a7f4510 - Sigstore transparency entry: 633177159
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 231.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59a187c54e49b6922fa4a60205d79a8dcfa15501e1e3d213fd2e9eb498b417ac
|
|
| MD5 |
34039a20f9f60fe7056900e3be5a70b4
|
|
| BLAKE2b-256 |
4a68ea9b8e3ad43e81096fdeced004af77d752868f17cb600fd52ec28b6dc1a3
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
59a187c54e49b6922fa4a60205d79a8dcfa15501e1e3d213fd2e9eb498b417ac - Sigstore transparency entry: 633177486
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 200.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
134883ec94bd6d1c787cc14360dd7074309cff3865014cbde741f8237d41dbc8
|
|
| MD5 |
939869a5b334dc1c10a6dff84054dee9
|
|
| BLAKE2b-256 |
a7d05114f4ce4acbe63437059947ad1fd8c1388d6982b27796ecd4d2b6f685d4
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
134883ec94bd6d1c787cc14360dd7074309cff3865014cbde741f8237d41dbc8 - Sigstore transparency entry: 633176700
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 209.3 kB
- Tags: CPython 3.10, 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 |
492d2a67a4149189d9af81a1883d2814ba9f6e9773f987cdd6a6ceda7a3cb9e3
|
|
| MD5 |
fbbdfa690847b9ffcef8ce883adffbb9
|
|
| BLAKE2b-256 |
675ae843380157082b32647319d6c4487f5e49873ff70a37417ce5590666e9c0
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
492d2a67a4149189d9af81a1883d2814ba9f6e9773f987cdd6a6ceda7a3cb9e3 - Sigstore transparency entry: 633177336
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 223.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
937dede9ed16f634ff72a71d931a7093e0e85a13f28093067ca0a540124c65d1
|
|
| MD5 |
ba9450e69ad238ddcd96b0662ce54fd3
|
|
| BLAKE2b-256 |
3852d0926ab6c9b5f46661cda3efe6e25c4c467818eda95c1f2587a89042f940
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
937dede9ed16f634ff72a71d931a7093e0e85a13f28093067ca0a540124c65d1 - Sigstore transparency entry: 633176444
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-win_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-win_arm64.whl
- Upload date:
- Size: 187.9 kB
- Tags: CPython 3.9, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5efd43baca98b27be5ec7d0dafac5e74f2b6404a124f95e9bcadd3f964a3d883
|
|
| MD5 |
9437c50859abbfe31df21b7da5dfb52a
|
|
| BLAKE2b-256 |
7ae892922d61296de5c3d2937760a3dc97b04e5f71404dda4e66b24936c5fefd
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-win_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-win_arm64.whl -
Subject digest:
5efd43baca98b27be5ec7d0dafac5e74f2b6404a124f95e9bcadd3f964a3d883 - Sigstore transparency entry: 633177269
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 194.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1532bab9b08ea7c5506b54ab3d165bf082defee61bec1695c355a7c62e7dc900
|
|
| MD5 |
417c74ee470afbb714fe9094b4a95aa0
|
|
| BLAKE2b-256 |
fbeef8ccdc141c7893e0f35fe3f22a51a0a1bf500eaf675df1d249719b9188c9
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-win_amd64.whl -
Subject digest:
1532bab9b08ea7c5506b54ab3d165bf082defee61bec1695c355a7c62e7dc900 - Sigstore transparency entry: 633177456
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-win32.whl
- Upload date:
- Size: 185.7 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9815d4fe5150d92c4076925deb7046d800f8f2529c6bc422cbbfe973edbc2e09
|
|
| MD5 |
d9968e08076559aedbe81afefacd5634
|
|
| BLAKE2b-256 |
415440fa77e216c13a2eab6b3e90b5c09d48ce2317b94d263699b7ce45190b76
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-win32.whl -
Subject digest:
9815d4fe5150d92c4076925deb7046d800f8f2529c6bc422cbbfe973edbc2e09 - Sigstore transparency entry: 633176493
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, 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 |
bddd42649d7e9d7469bc7ce868e56cbc484be75e13672b83be4e3d56b61f5f77
|
|
| MD5 |
ed09d4fd72414f7a8b1381b9c7a2c710
|
|
| BLAKE2b-256 |
7f69639b9af2cb29ad6f3548d388b79cb7eaac8095d3c7559e9995a40fb5bbf2
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
bddd42649d7e9d7469bc7ce868e56cbc484be75e13672b83be4e3d56b61f5f77 - Sigstore transparency entry: 633177306
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, 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 |
6378fafc65ef55cedc85c54dfcc6b03ecb4534a164ec45c91aea9d19aa0b4cc1
|
|
| MD5 |
e259c1f7bf0dc0848b8c414850619c1b
|
|
| BLAKE2b-256 |
97333a63face25c09b37bf7a2d96b4418f838f4daecec08e2cf18750a9298f35
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
6378fafc65ef55cedc85c54dfcc6b03ecb4534a164ec45c91aea9d19aa0b4cc1 - Sigstore transparency entry: 633176352
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 231.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e00bca979ed63609ae7554a444ed54e9b00aad1a0bee4b38cf2bfdef99bb1c9e
|
|
| MD5 |
131dd6a174f293484da4338d1feffb28
|
|
| BLAKE2b-256 |
e34a1122d16f24a060c8e9f636287fff398697851704c637ba7366764885829f
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
e00bca979ed63609ae7554a444ed54e9b00aad1a0bee4b38cf2bfdef99bb1c9e - Sigstore transparency entry: 633176419
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 200.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c467e8fcb68852112312bd2c802eca80f5e60d2674c0d72a06776575330761c
|
|
| MD5 |
5ef1b6ccdf442d6e8153f392d699421a
|
|
| BLAKE2b-256 |
2d0161cba8272ae06b2f28a3ef6171bb3958e96c6145295c316493fc2f544184
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
3c467e8fcb68852112312bd2c802eca80f5e60d2674c0d72a06776575330761c - Sigstore transparency entry: 633177389
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 209.3 kB
- Tags: CPython 3.9, 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 |
4629f46f64a75ed95457e464e25f072532cdb8e3fffaeda2882034ca8d85a9ee
|
|
| MD5 |
37b1aa146592d3411fce5804f162819e
|
|
| BLAKE2b-256 |
d090900d89aad9900d62ba6a7e758b28ec7c10c7ee31f04b747905ca2ee0f672
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
4629f46f64a75ed95457e464e25f072532cdb8e3fffaeda2882034ca8d85a9ee - Sigstore transparency entry: 633177321
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 223.0 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70afb45b3f6e7eab3680ca4a9285127d3375e1996e42dff6cfb438ac4c911fc7
|
|
| MD5 |
9144e30a99decce75291223408e0532b
|
|
| BLAKE2b-256 |
6c05a72a193af6aadc9e11f58cd4707e2e05b518a7afc5f9e7428fea1f02a895
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
70afb45b3f6e7eab3680ca4a9285127d3375e1996e42dff6cfb438ac4c911fc7 - Sigstore transparency entry: 633176960
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 194.8 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e557112edb814af4e81a1fbb17c05647078b7a1a400f3623a8bf2796868b0144
|
|
| MD5 |
98d83b78be22858b52b904f714880238
|
|
| BLAKE2b-256 |
3211fc216ceee914c483ab4921d675ac125059486e51e81daafb634c1dfcf091
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-win_amd64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-win_amd64.whl -
Subject digest:
e557112edb814af4e81a1fbb17c05647078b7a1a400f3623a8bf2796868b0144 - Sigstore transparency entry: 633177185
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-win32.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-win32.whl
- Upload date:
- Size: 185.7 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0627d66eae284ae85b711ffd88545836a59527481748517d956c314ba946d11c
|
|
| MD5 |
08ad6660afa3c5e174ace8818172687f
|
|
| BLAKE2b-256 |
b0850f81f112071bd7affec66dda083d06671bf5b1f4208fe3208f7245d30d91
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-win32.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-win32.whl -
Subject digest:
0627d66eae284ae85b711ffd88545836a59527481748517d956c314ba946d11c - Sigstore transparency entry: 633176636
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6352deeb8c1209a7f1f0e5c1549f03450008301e7ca3d4bc6eae7ae0c4999c09
|
|
| MD5 |
f07999c1e0d67e13b8b6f37ff9a2089d
|
|
| BLAKE2b-256 |
e50f40dc2145cb490bc569e61123c806a718217b6eb379a26c3bc6d393d2d0a8
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-musllinux_1_2_x86_64.whl -
Subject digest:
6352deeb8c1209a7f1f0e5c1549f03450008301e7ca3d4bc6eae7ae0c4999c09 - Sigstore transparency entry: 633176466
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9565af51da20307294d912406127d00f90d6982c784e1a47d6a4913ef0454dc4
|
|
| MD5 |
58c474cc5d294fe04a9a9036420a93a1
|
|
| BLAKE2b-256 |
4a6f0e1eacc606b4ff7aa54d62f9e8eceb6f4c8f6938223cd68dd2b3d183fa17
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-musllinux_1_2_aarch64.whl -
Subject digest:
9565af51da20307294d912406127d00f90d6982c784e1a47d6a4913ef0454dc4 - Sigstore transparency entry: 633176827
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 231.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8124023720268872bfaff8e764e8f0c7f7560c9f896145168fb26856e0e1fc3a
|
|
| MD5 |
3a6324d261eef9d9432b710e2919b3d3
|
|
| BLAKE2b-256 |
6c8e95c2be0a5190c94c47ed6f5c27a4e88941517402b32f22d4bc093a47a5cd
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
8124023720268872bfaff8e764e8f0c7f7560c9f896145168fb26856e0e1fc3a - Sigstore transparency entry: 633177091
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 200.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d220f61016686ec37d6cc7a97a8d42d595d1b42e2c963c8d305e603d1a0ecd44
|
|
| MD5 |
475de2f9fed8b4095a3cefe42124fae7
|
|
| BLAKE2b-256 |
7063e0abaa99f42ae6a053f2ce21538d5c2a4e5d47d731dd7f0faaf9bfa052f9
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
d220f61016686ec37d6cc7a97a8d42d595d1b42e2c963c8d305e603d1a0ecd44 - Sigstore transparency entry: 633176328
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 209.2 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19a836e34e3977bb01108fdd34e6f9ac0ebdffa6f6f665177d7f315bda5f6ea0
|
|
| MD5 |
80190a977fcd755b58026be66b896373
|
|
| BLAKE2b-256 |
3a4ece97ae57513c508c4faad9217f60c62d08304d5386dd595a0a1c13260279
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-macosx_11_0_arm64.whl -
Subject digest:
19a836e34e3977bb01108fdd34e6f9ac0ebdffa6f6f665177d7f315bda5f6ea0 - Sigstore transparency entry: 633177023
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nvenn2-2.0.28-cp38-cp38-macosx_10_9_x86_64.whl.
File metadata
- Download URL: nvenn2-2.0.28-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 222.8 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c2c6bab63187bd503b710835649c18f1d7be557ea89d89e8d8b9a6e8bb5922d
|
|
| MD5 |
9e16b955a5bba52d1ec0b3c2ae8481cf
|
|
| BLAKE2b-256 |
3983368d7bf2fc61a34c922477784103bedbe6936c5009ee4ea1db0d8f7c2394
|
Provenance
The following attestation bundles were made for nvenn2-2.0.28-cp38-cp38-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on vqf/nVennPy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nvenn2-2.0.28-cp38-cp38-macosx_10_9_x86_64.whl -
Subject digest:
9c2c6bab63187bd503b710835649c18f1d7be557ea89d89e8d8b9a6e8bb5922d - Sigstore transparency entry: 633177412
- Sigstore integration time:
-
Permalink:
vqf/nVennPy@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Branch / Tag:
refs/tags/v2.0.28 - Owner: https://github.com/vqf
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@a29e62579125ed1f88c4bb95942ef0b58f120fe6 -
Trigger Event:
push
-
Statement type: