Skip to main content

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ndi_python-6.3.2.3-cp314-cp314-win_amd64.whl (4.7 MB view details)

Uploaded CPython 3.14Windows x86-64

ndi_python-6.3.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (5.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

ndi_python-6.3.2.3-cp314-cp314-macosx_13_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

ndi_python-6.3.2.3-cp313-cp313-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.13Windows x86-64

ndi_python-6.3.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (5.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

ndi_python-6.3.2.3-cp313-cp313-macosx_13_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

ndi_python-6.3.2.3-cp312-cp312-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.12Windows x86-64

ndi_python-6.3.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (5.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

ndi_python-6.3.2.3-cp312-cp312-macosx_13_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

ndi_python-6.3.2.3-cp311-cp311-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11Windows x86-64

ndi_python-6.3.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (5.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

ndi_python-6.3.2.3-cp311-cp311-macosx_13_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

ndi_python-6.3.2.3-cp310-cp310-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.10Windows x86-64

ndi_python-6.3.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

ndi_python-6.3.2.3-cp310-cp310-macosx_13_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file ndi_python-6.3.2.3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 826d9ccd8fd546dc2dc2c51d3700aa21d6d1e163f500b3ce344a2d0e5a147829
MD5 5281e304e03ce09bd9208b621e85f7de
BLAKE2b-256 6561d964502988d427f3fd7e68b76403e2d23f7cd7f38a83d4073aefc49f0b51

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2fc25794b98f5f821bf7b6986c478f6579bc4b387a083063fbc0fc25c00df45
MD5 36622f6abec699fbc696785fab87e9b5
BLAKE2b-256 e1d979f835f4f0a64e119bafe644328fe4de93051e23f7860c687791283f6452

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e07815e487844125ccbca24ec2e4acb306e8aadb97038293d18839ea0af7d5f3
MD5 2f2f10e1c0e04e9c5ea09ae12c04aa41
BLAKE2b-256 7c1602f5f0989bf95d240f5a7a0dec4eb66291b0a4e443ac0bfa905a87d000fe

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92f67a05c53c674ac5948db71c6dcda50848926a95b132fb50acbee7b2c726d8
MD5 bc54463556c36cc3e604e98589837b44
BLAKE2b-256 6a3eff80bd61c71297cb042e501992160cdd100730e4ee8a1e269c36a1bc210e

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9824f3c1f5f1db82ece31e1588a095095e1aa0b6f5aca068ec0227c58c4af35d
MD5 9f83d6995a9b4e8b2b682ea071827c3a
BLAKE2b-256 0b3795f624870c247a57cf2b654a7a63a5ccaecd7c83a9ab4447cc6a21effff1

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6fef6778d3caaca5429428fe140cea9c9cd7a11bba7ee813fc99116cbd9e6a33
MD5 2521f43f94e75c64a63dd00804705ad2
BLAKE2b-256 945640f88e89907db4b530f4b33850f77ab76bf8f57923e419e6a96a6fbb717a

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7dac57cd13b1f2e2687e340541cad03eb8f82eeeafb7a401d753bd4bb37f73bc
MD5 2fe9ba365413b414005bdee029df7b2c
BLAKE2b-256 9025d3167d8bcbd37ecbed4b2cfc1fb5188edef361deed5b42676da7041454f9

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5df12c8684f5fa943db681d1950a6e586f31f5e17bfc995de7f079b30d510383
MD5 24501a2b15304e2654b1800776a8862d
BLAKE2b-256 486cf1cf6f2b54b4c3212c4de75a52fa5af4b0c3df861e68181f65ab9e438efd

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5617e7d059af0bdfd831994bedeb20f592ed4ffe65b0bad4daae4d17ef38526e
MD5 e44bf67b49e5368656b1783454022011
BLAKE2b-256 cc0bd773fa70076578cc38213ee79ba293a07cf621fb12f056bff6989d4e13e5

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ba887b358b6dd7631fd8d273240835a300c5c794b63868bd777150a662c8b297
MD5 b4f00a8d33ea79f9e205918551c46d44
BLAKE2b-256 f163ad2c540ee65f29b3848a35193e97dc631fd584614f396e3ffa115d79567d

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 21c5f28c91411f9246eb559f23347cf2ebdaa5bdbca5cb55fb3b7fc6e8415126
MD5 ed383f98314e4b759e726debede261cf
BLAKE2b-256 2ce2bc28c0ed89f19ef6121d852c56f863b459d4478c57a30b5c565f124e50db

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 554f742fbb89df943ba8e82724d56864fee98440f9386de43c9c742803fda995
MD5 68122d40957800d68133371378e419e3
BLAKE2b-256 975af58110fe74a68cb2417c7fafcc7e3ba8bbf17825f32490f258d96d9d41d1

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d519c520031f55c0e77c44e0338798f040310a23d56f6dcd76e9df83b9803718
MD5 4ec59633db3da522d7770fa5e3bb0fb1
BLAKE2b-256 486220b67d799c9c81edc7c2a62fac3f958e18336f7a714897e5b1da27c53b06

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e72d09e5efab0432023c6c6e8f9391d919c165406a6d54fc7e84bb6d2941054f
MD5 d415ae00a286e9e880d91a5bf003653f
BLAKE2b-256 9e5a844acc5194374c6fe84bba13d03d9883e9a9b2da89cbe6cf9f9e2b998983

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b4051c18b0bad386b4c053b18b650d64354f05048a6e00209c5faba3519be712
MD5 3746dfffd553ab95fd6f01162a739d73
BLAKE2b-256 65e1c747fbbc280039c3dd644b0dd2e673d12fd886a67ca1e6ff69817a96fa90

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 89f36bcb0b29a473b7efa47fd6394101a7f8c5b5c62f4fdd12434364298acdec
MD5 5984a3e58bd7dfd48ec341503bb65d16
BLAKE2b-256 8de82d586107442638c30c0841bc77f2e60fe8176c4addb24bc92a4321708f27

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2bfea4abd815bcfee2a74c3088dc0ff52693dc31a938336937322c5f748c933f
MD5 dcbaa1548397d531e70b1e46333906a4
BLAKE2b-256 b7770b6662e2e287900254b7f2b39878471cd6c52d749cdb116976f50137088f

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 8c0dfa525b7d6702295b6a51923ca773da6935d904e788e95778c4e2086cde1e
MD5 1cdb94ab506f1d357764540f8c48d379
BLAKE2b-256 a3cb2b041c21fd03360e37129a4436c6181bdf0f97780aab5804cd54d3c58099

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac548ca56cc469714efa9baa4d3b33bf8b7887dd304347a9c58b495c69f4566b
MD5 2e628b52132190ace940d5495eaead62
BLAKE2b-256 e79ef20718ed2936c97b6d57c6b58057a3ac3875147966bfc4bdc87663e5c61e

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dd17bb70776dc737f3e823e74ff706475f29873967b7fc308bfc4769a17a3821
MD5 5cdcc9fd43aa6bc5ce4e1a21a05819bc
BLAKE2b-256 4636bf8416aab61f7060191724f4586b4d0ba555756f5136c9afa827496ea209

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 16819a5aa18518b49f8a4105a86846e1e66b9cbdce95dac41e39fa885bcc0356
MD5 56cb6f15e87591858d5adcbd1e539301
BLAKE2b-256 cac88711d7b97340a91dc52297d982b95370af2136c0a427f23a7acc6acbe2a9

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8ef8ef8dd445ce5da9bd6929acee3ac2a5265f775ee3f7e697296f0498c171d
MD5 fcc1ca9e77ad26e683268c33f644e1ad
BLAKE2b-256 cb783ba67a6d6a49c89941e9b6d937ed127baf524281deb7579a0c8535afa092

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 804bd5c9d17934245284627f7108d54fc27be83baa923c5e2ed42bac99247b03
MD5 c93c1e5d74066222ab2ed3ab9bd0abab
BLAKE2b-256 17795bd36397de4e778586a8868bca2b577ce12ffee1e795329b05a9a788899a

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for ndi_python-6.3.2.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd15a02babf2c495cbdc1c4e10013e883e750f02f2a2b5ecb02cdf08ab332f05
MD5 e1355ad94326ddf9a75141cbdba661f7
BLAKE2b-256 e89bfe68c09be01296641c53965c0d8df58aef8072956ea83a64dbe68adee911

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ndi_python-6.3.2.3-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for ndi_python-6.3.2.3-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ca5600e542f7d82a62d05c79a94db2b18f09f93ff97a02d4bc58d129f340c4b4
MD5 73e7403273a9b65e504c7695a013dc8d
BLAKE2b-256 b6b5a87a38ef037ba1b44b081e867b66546f46d755866c464e2851f744dd5383

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page