Wrapper package for NDI SDK python bindings.
Project description
ndi-python
NewTek NDI Python wrapper
Installation
ndi-python is support pypi package now. https://pypi.org/project/ndi-python/
So you can install it using pip if it is a supported environment.
pip install ndi-python
The supported environment is as follows.
- Windows x64 Python(3.10-3.14)
- macOS arm64(>=13.0) Python(3.10-3.14)
- Linux x64,aarch64,armv7l Python(3.10-3.14)
Setup Avahi
Linux requires Avahi to search for NDI sources.
Please install according to your environment.
Ubuntu
sudo apt install avahi-daemon
sudo systemctl enable --now avahi-daemon
Arch Linux
sudo pacman -S avahi
sudo systemctl enable --now avahi-daemon
Run examples
I've ported some examples to python.
You can try it by running the ndi-python examples.
git clone https://github.com/buresu/ndi-python.git
cd ndi-python/example
pip install -r requirements.txt
python find.py
Capture NDI|HX Source
Capturing NDI|HX sources requires an environment capable of decoding H.264 video.
On Linux, the NDI SDK dynamically loads FFmpeg libraries internally for H.264 decoding.
Please install a compatible FFmpeg version that matches the version required by your NDI SDK.
You can check which FFmpeg version is required with a command similar to the following:
strings /path/to/ndilib/libndi.so | grep libavcodec
out: libavcodec.so.61
In this case, libavcodec.so.61 corresponds to FFmpeg 7.x.
Development
Install NDI SDK
NDI SDK is required for development.
You should install according to your environment.
Windows, Mac, Ubuntu
Donwload and install NDI SDK.
https://ndi.video/for-developers/ndi-sdk/download/
Arch Linux
yay -S ndi-sdk
Build
git clone https://github.com/buresu/ndi-python.git
cd ndi-python
pip install .
If you need to set the NDI SDK directory explicitly:
CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk" pip install .
To build for a specific Python version:
CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk" /path/to/python3.12 -m pip install .
License
ndi-python is MIT License
NDI follows NDI's license
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 Distributions
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 ndi_python-6.3.2.3-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
826d9ccd8fd546dc2dc2c51d3700aa21d6d1e163f500b3ce344a2d0e5a147829
|
|
| MD5 |
5281e304e03ce09bd9208b621e85f7de
|
|
| BLAKE2b-256 |
6561d964502988d427f3fd7e68b76403e2d23f7cd7f38a83d4073aefc49f0b51
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp314-cp314-win_amd64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp314-cp314-win_amd64.whl -
Subject digest:
826d9ccd8fd546dc2dc2c51d3700aa21d6d1e163f500b3ce344a2d0e5a147829 - Sigstore transparency entry: 1760103191
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 10.3 MB
- 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2fc25794b98f5f821bf7b6986c478f6579bc4b387a083063fbc0fc25c00df45
|
|
| MD5 |
36622f6abec699fbc696785fab87e9b5
|
|
| BLAKE2b-256 |
e1d979f835f4f0a64e119bafe644328fe4de93051e23f7860c687791283f6452
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c2fc25794b98f5f821bf7b6986c478f6579bc4b387a083063fbc0fc25c00df45 - Sigstore transparency entry: 1760103888
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e07815e487844125ccbca24ec2e4acb306e8aadb97038293d18839ea0af7d5f3
|
|
| MD5 |
2f2f10e1c0e04e9c5ea09ae12c04aa41
|
|
| BLAKE2b-256 |
7c1602f5f0989bf95d240f5a7a0dec4eb66291b0a4e443ac0bfa905a87d000fe
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
e07815e487844125ccbca24ec2e4acb306e8aadb97038293d18839ea0af7d5f3 - Sigstore transparency entry: 1760102492
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 5.7 MB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92f67a05c53c674ac5948db71c6dcda50848926a95b132fb50acbee7b2c726d8
|
|
| MD5 |
bc54463556c36cc3e604e98589837b44
|
|
| BLAKE2b-256 |
6a3eff80bd61c71297cb042e501992160cdd100730e4ee8a1e269c36a1bc210e
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
92f67a05c53c674ac5948db71c6dcda50848926a95b132fb50acbee7b2c726d8 - Sigstore transparency entry: 1760102752
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp314-cp314-macosx_13_0_arm64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp314-cp314-macosx_13_0_arm64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.14, macOS 13.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9824f3c1f5f1db82ece31e1588a095095e1aa0b6f5aca068ec0227c58c4af35d
|
|
| MD5 |
9f83d6995a9b4e8b2b682ea071827c3a
|
|
| BLAKE2b-256 |
0b3795f624870c247a57cf2b654a7a63a5ccaecd7c83a9ab4447cc6a21effff1
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp314-cp314-macosx_13_0_arm64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp314-cp314-macosx_13_0_arm64.whl -
Subject digest:
9824f3c1f5f1db82ece31e1588a095095e1aa0b6f5aca068ec0227c58c4af35d - Sigstore transparency entry: 1760103293
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fef6778d3caaca5429428fe140cea9c9cd7a11bba7ee813fc99116cbd9e6a33
|
|
| MD5 |
2521f43f94e75c64a63dd00804705ad2
|
|
| BLAKE2b-256 |
945640f88e89907db4b530f4b33850f77ab76bf8f57923e419e6a96a6fbb717a
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp313-cp313-win_amd64.whl -
Subject digest:
6fef6778d3caaca5429428fe140cea9c9cd7a11bba7ee813fc99116cbd9e6a33 - Sigstore transparency entry: 1760104005
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 10.3 MB
- 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dac57cd13b1f2e2687e340541cad03eb8f82eeeafb7a401d753bd4bb37f73bc
|
|
| MD5 |
2fe9ba365413b414005bdee029df7b2c
|
|
| BLAKE2b-256 |
9025d3167d8bcbd37ecbed4b2cfc1fb5188edef361deed5b42676da7041454f9
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
7dac57cd13b1f2e2687e340541cad03eb8f82eeeafb7a401d753bd4bb37f73bc - Sigstore transparency entry: 1760102943
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5df12c8684f5fa943db681d1950a6e586f31f5e17bfc995de7f079b30d510383
|
|
| MD5 |
24501a2b15304e2654b1800776a8862d
|
|
| BLAKE2b-256 |
486cf1cf6f2b54b4c3212c4de75a52fa5af4b0c3df861e68181f65ab9e438efd
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
5df12c8684f5fa943db681d1950a6e586f31f5e17bfc995de7f079b30d510383 - Sigstore transparency entry: 1760102855
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 5.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5617e7d059af0bdfd831994bedeb20f592ed4ffe65b0bad4daae4d17ef38526e
|
|
| MD5 |
e44bf67b49e5368656b1783454022011
|
|
| BLAKE2b-256 |
cc0bd773fa70076578cc38213ee79ba293a07cf621fb12f056bff6989d4e13e5
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
5617e7d059af0bdfd831994bedeb20f592ed4ffe65b0bad4daae4d17ef38526e - Sigstore transparency entry: 1760104420
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp313-cp313-macosx_13_0_arm64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp313-cp313-macosx_13_0_arm64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.13, macOS 13.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba887b358b6dd7631fd8d273240835a300c5c794b63868bd777150a662c8b297
|
|
| MD5 |
b4f00a8d33ea79f9e205918551c46d44
|
|
| BLAKE2b-256 |
f163ad2c540ee65f29b3848a35193e97dc631fd584614f396e3ffa115d79567d
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp313-cp313-macosx_13_0_arm64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp313-cp313-macosx_13_0_arm64.whl -
Subject digest:
ba887b358b6dd7631fd8d273240835a300c5c794b63868bd777150a662c8b297 - Sigstore transparency entry: 1760102403
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21c5f28c91411f9246eb559f23347cf2ebdaa5bdbca5cb55fb3b7fc6e8415126
|
|
| MD5 |
ed383f98314e4b759e726debede261cf
|
|
| BLAKE2b-256 |
2ce2bc28c0ed89f19ef6121d852c56f863b459d4478c57a30b5c565f124e50db
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp312-cp312-win_amd64.whl -
Subject digest:
21c5f28c91411f9246eb559f23347cf2ebdaa5bdbca5cb55fb3b7fc6e8415126 - Sigstore transparency entry: 1760104195
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 10.3 MB
- 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
554f742fbb89df943ba8e82724d56864fee98440f9386de43c9c742803fda995
|
|
| MD5 |
68122d40957800d68133371378e419e3
|
|
| BLAKE2b-256 |
975af58110fe74a68cb2417c7fafcc7e3ba8bbf17825f32490f258d96d9d41d1
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
554f742fbb89df943ba8e82724d56864fee98440f9386de43c9c742803fda995 - Sigstore transparency entry: 1760103721
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d519c520031f55c0e77c44e0338798f040310a23d56f6dcd76e9df83b9803718
|
|
| MD5 |
4ec59633db3da522d7770fa5e3bb0fb1
|
|
| BLAKE2b-256 |
486220b67d799c9c81edc7c2a62fac3f958e18336f7a714897e5b1da27c53b06
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
d519c520031f55c0e77c44e0338798f040310a23d56f6dcd76e9df83b9803718 - Sigstore transparency entry: 1760103114
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 5.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e72d09e5efab0432023c6c6e8f9391d919c165406a6d54fc7e84bb6d2941054f
|
|
| MD5 |
d415ae00a286e9e880d91a5bf003653f
|
|
| BLAKE2b-256 |
9e5a844acc5194374c6fe84bba13d03d9883e9a9b2da89cbe6cf9f9e2b998983
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
e72d09e5efab0432023c6c6e8f9391d919c165406a6d54fc7e84bb6d2941054f - Sigstore transparency entry: 1760103498
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp312-cp312-macosx_13_0_arm64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp312-cp312-macosx_13_0_arm64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.12, macOS 13.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4051c18b0bad386b4c053b18b650d64354f05048a6e00209c5faba3519be712
|
|
| MD5 |
3746dfffd553ab95fd6f01162a739d73
|
|
| BLAKE2b-256 |
65e1c747fbbc280039c3dd644b0dd2e673d12fd886a67ca1e6ff69817a96fa90
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp312-cp312-macosx_13_0_arm64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp312-cp312-macosx_13_0_arm64.whl -
Subject digest:
b4051c18b0bad386b4c053b18b650d64354f05048a6e00209c5faba3519be712 - Sigstore transparency entry: 1760103358
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89f36bcb0b29a473b7efa47fd6394101a7f8c5b5c62f4fdd12434364298acdec
|
|
| MD5 |
5984a3e58bd7dfd48ec341503bb65d16
|
|
| BLAKE2b-256 |
8de82d586107442638c30c0841bc77f2e60fe8176c4addb24bc92a4321708f27
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp311-cp311-win_amd64.whl -
Subject digest:
89f36bcb0b29a473b7efa47fd6394101a7f8c5b5c62f4fdd12434364298acdec - Sigstore transparency entry: 1760104060
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 10.3 MB
- 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bfea4abd815bcfee2a74c3088dc0ff52693dc31a938336937322c5f748c933f
|
|
| MD5 |
dcbaa1548397d531e70b1e46333906a4
|
|
| BLAKE2b-256 |
b7770b6662e2e287900254b7f2b39878471cd6c52d749cdb116976f50137088f
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
2bfea4abd815bcfee2a74c3088dc0ff52693dc31a938336937322c5f748c933f - Sigstore transparency entry: 1760103808
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c0dfa525b7d6702295b6a51923ca773da6935d904e788e95778c4e2086cde1e
|
|
| MD5 |
1cdb94ab506f1d357764540f8c48d379
|
|
| BLAKE2b-256 |
a3cb2b041c21fd03360e37129a4436c6181bdf0f97780aab5804cd54d3c58099
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
8c0dfa525b7d6702295b6a51923ca773da6935d904e788e95778c4e2086cde1e - Sigstore transparency entry: 1760103644
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 5.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac548ca56cc469714efa9baa4d3b33bf8b7887dd304347a9c58b495c69f4566b
|
|
| MD5 |
2e628b52132190ace940d5495eaead62
|
|
| BLAKE2b-256 |
e79ef20718ed2936c97b6d57c6b58057a3ac3875147966bfc4bdc87663e5c61e
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
ac548ca56cc469714efa9baa4d3b33bf8b7887dd304347a9c58b495c69f4566b - Sigstore transparency entry: 1760103565
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp311-cp311-macosx_13_0_arm64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp311-cp311-macosx_13_0_arm64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.11, macOS 13.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd17bb70776dc737f3e823e74ff706475f29873967b7fc308bfc4769a17a3821
|
|
| MD5 |
5cdcc9fd43aa6bc5ce4e1a21a05819bc
|
|
| BLAKE2b-256 |
4636bf8416aab61f7060191724f4586b4d0ba555756f5136c9afa827496ea209
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp311-cp311-macosx_13_0_arm64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp311-cp311-macosx_13_0_arm64.whl -
Subject digest:
dd17bb70776dc737f3e823e74ff706475f29873967b7fc308bfc4769a17a3821 - Sigstore transparency entry: 1760102587
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16819a5aa18518b49f8a4105a86846e1e66b9cbdce95dac41e39fa885bcc0356
|
|
| MD5 |
56cb6f15e87591858d5adcbd1e539301
|
|
| BLAKE2b-256 |
cac88711d7b97340a91dc52297d982b95370af2136c0a427f23a7acc6acbe2a9
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp310-cp310-win_amd64.whl -
Subject digest:
16819a5aa18518b49f8a4105a86846e1e66b9cbdce95dac41e39fa885bcc0356 - Sigstore transparency entry: 1760104273
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 10.3 MB
- 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8ef8ef8dd445ce5da9bd6929acee3ac2a5265f775ee3f7e697296f0498c171d
|
|
| MD5 |
fcc1ca9e77ad26e683268c33f644e1ad
|
|
| BLAKE2b-256 |
cb783ba67a6d6a49c89941e9b6d937ed127baf524281deb7579a0c8535afa092
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c8ef8ef8dd445ce5da9bd6929acee3ac2a5265f775ee3f7e697296f0498c171d - Sigstore transparency entry: 1760104124
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.26+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
804bd5c9d17934245284627f7108d54fc27be83baa923c5e2ed42bac99247b03
|
|
| MD5 |
c93c1e5d74066222ab2ed3ab9bd0abab
|
|
| BLAKE2b-256 |
17795bd36397de4e778586a8868bca2b577ce12ffee1e795329b05a9a788899a
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
804bd5c9d17934245284627f7108d54fc27be83baa923c5e2ed42bac99247b03 - Sigstore transparency entry: 1760103027
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 5.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd15a02babf2c495cbdc1c4e10013e883e750f02f2a2b5ecb02cdf08ab332f05
|
|
| MD5 |
e1355ad94326ddf9a75141cbdba661f7
|
|
| BLAKE2b-256 |
e89bfe68c09be01296641c53965c0d8df58aef8072956ea83a64dbe68adee911
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
bd15a02babf2c495cbdc1c4e10013e883e750f02f2a2b5ecb02cdf08ab332f05 - Sigstore transparency entry: 1760102669
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type:
File details
Details for the file ndi_python-6.3.2.3-cp310-cp310-macosx_13_0_arm64.whl.
File metadata
- Download URL: ndi_python-6.3.2.3-cp310-cp310-macosx_13_0_arm64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.10, macOS 13.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca5600e542f7d82a62d05c79a94db2b18f09f93ff97a02d4bc58d129f340c4b4
|
|
| MD5 |
73e7403273a9b65e504c7695a013dc8d
|
|
| BLAKE2b-256 |
b6b5a87a38ef037ba1b44b081e867b66546f46d755866c464e2851f744dd5383
|
Provenance
The following attestation bundles were made for ndi_python-6.3.2.3-cp310-cp310-macosx_13_0_arm64.whl:
Publisher:
release.yml on buresu/ndi-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ndi_python-6.3.2.3-cp310-cp310-macosx_13_0_arm64.whl -
Subject digest:
ca5600e542f7d82a62d05c79a94db2b18f09f93ff97a02d4bc58d129f340c4b4 - Sigstore transparency entry: 1760104330
- Sigstore integration time:
-
Permalink:
buresu/ndi-python@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Branch / Tag:
refs/tags/v6.3.2.3 - Owner: https://github.com/buresu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e8406074a61b06a1ebb844adf76c0fcbdd5ba130 -
Trigger Event:
push
-
Statement type: