Skip to main content

LinkPython-extern

PyPI Lints Tests Types Style

A Python wrapper for Ableton Link, forked from gonzaloflirt's link-python to streamline the user experience with new methods, type stubs, and pre-built wheels.

from link import Link

link = Link(120)
clock = link.clock()
micros = clock.micros()

state = link.captureAppSessionState()
beat = state.beatAtTime(micros, 4)
phase = state.phaseAtTime(micros, 4)

You can see the full API documentation in __init__.pyi, or look at the LinkHut.py example which is equivalent to Ableton Link's linkhut example.

For asyncio usage, consider trying out artfwo's aalink project!

Installation

This project can be installed from PyPI under the LinkPython-extern name:

pip install LinkPython-extern

Note that we are not the same as LinkPython, which is a different fork of link-python by munshkr.

Python compatibility

v1.0.0 v1.0.1 v1.0.4 v1.1.0 v1.2.0 v1.3.0 main
CPython 3.6
CPython 3.7
CPython 3.8
CPython 3.9 *️⃣
CPython 3.10 *️⃣
CPython 3.11 *️⃣
CPython 3.12 *️⃣
CPython 3.13¹ *️⃣
CPython 3.14 *️⃣
CPython 3.15+ *️⃣ *️⃣

✅ This library version provides prebuilt wheels on PyPI for the given Python version.

*️⃣ This library version does not provide prebuilt wheels, but may be compiled from source.

❌ This library version cannot be compiled for the given Python version.

¹ CPython 3.13's experimental free-threading builds are not supported.

Building from source

If you want to build this package from source, you will need CMake and a suitable C++ compiler like g++ (Linux) or MSVC (Windows).

To explicitly compile from a PyPI release:

pip install LinkPython-extern --no-binary LinkPython-extern

To compile from our main branch:

pip install git+https://github.com/thegamecracks/link-python

To compile from a clone of the repository, make sure to clone all Git submodules beforehand:

git clone --recurse-submodules https://github.com/thegamecracks/link-python
pip install .
# or, if already cloned:
git submodule update --init --recursive
pip install .

License

This project is written under Unlicense but also depends on, among other libraries, Ableton Link and pybind11. Please mind the licenses of those libraries and their dependencies.

Download files

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

Source Distribution

linkpython_extern-1.3.0.tar.gz (4.8 MB view details)

Uploaded Source

Built Distributions

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

linkpython_extern-1.3.0-cp315-cp315t-win_arm64.whl (562.1 kB view details)

Uploaded CPython 3.15tWindows ARM64

linkpython_extern-1.3.0-cp315-cp315t-win_amd64.whl (405.3 kB view details)

Uploaded CPython 3.15tWindows x86-64

linkpython_extern-1.3.0-cp315-cp315t-win32.whl (372.0 kB view details)

Uploaded CPython 3.15tWindows x86

linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (199.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (220.0 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (227.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (245.3 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (207.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

linkpython_extern-1.3.0-cp315-cp315t-macosx_11_0_arm64.whl (191.8 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

linkpython_extern-1.3.0-cp315-cp315t-macosx_10_15_x86_64.whl (206.1 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

linkpython_extern-1.3.0-cp315-cp315-win_arm64.whl (557.1 kB view details)

Uploaded CPython 3.15Windows ARM64

linkpython_extern-1.3.0-cp315-cp315-win_amd64.whl (399.5 kB view details)

Uploaded CPython 3.15Windows x86-64

linkpython_extern-1.3.0-cp315-cp315-win32.whl (367.7 kB view details)

Uploaded CPython 3.15Windows x86

linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp315-cp315-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (195.7 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

linkpython_extern-1.3.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.6 kB view details)

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

linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (224.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (242.7 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (204.7 kB view details)

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

linkpython_extern-1.3.0-cp315-cp315-macosx_11_0_arm64.whl (185.2 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

linkpython_extern-1.3.0-cp315-cp315-macosx_10_15_x86_64.whl (199.9 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

linkpython_extern-1.3.0-cp314-cp314t-win_arm64.whl (562.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

linkpython_extern-1.3.0-cp314-cp314t-win_amd64.whl (405.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

linkpython_extern-1.3.0-cp314-cp314t-win32.whl (372.2 kB view details)

Uploaded CPython 3.14tWindows x86

linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (199.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (220.2 kB view details)

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

linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (226.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (244.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (207.3 kB view details)

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

linkpython_extern-1.3.0-cp314-cp314t-macosx_11_0_arm64.whl (191.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

linkpython_extern-1.3.0-cp314-cp314t-macosx_10_15_x86_64.whl (206.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

linkpython_extern-1.3.0-cp314-cp314-win_arm64.whl (557.2 kB view details)

Uploaded CPython 3.14Windows ARM64

linkpython_extern-1.3.0-cp314-cp314-win_amd64.whl (399.5 kB view details)

Uploaded CPython 3.14Windows x86-64

linkpython_extern-1.3.0-cp314-cp314-win32.whl (367.6 kB view details)

Uploaded CPython 3.14Windows x86

linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (195.7 kB view details)

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

linkpython_extern-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.6 kB view details)

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

linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (224.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (242.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (204.7 kB view details)

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

linkpython_extern-1.3.0-cp314-cp314-macosx_11_0_arm64.whl (185.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

linkpython_extern-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl (199.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

linkpython_extern-1.3.0-cp313-cp313-win_arm64.whl (538.4 kB view details)

Uploaded CPython 3.13Windows ARM64

linkpython_extern-1.3.0-cp313-cp313-win_amd64.whl (387.2 kB view details)

Uploaded CPython 3.13Windows x86-64

linkpython_extern-1.3.0-cp313-cp313-win32.whl (358.1 kB view details)

Uploaded CPython 3.13Windows x86

linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (196.0 kB view details)

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

linkpython_extern-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.4 kB view details)

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

linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (223.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (242.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (204.2 kB view details)

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

linkpython_extern-1.3.0-cp313-cp313-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

linkpython_extern-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl (199.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

linkpython_extern-1.3.0-cp312-cp312-win_arm64.whl (538.4 kB view details)

Uploaded CPython 3.12Windows ARM64

linkpython_extern-1.3.0-cp312-cp312-win_amd64.whl (387.1 kB view details)

Uploaded CPython 3.12Windows x86-64

linkpython_extern-1.3.0-cp312-cp312-win32.whl (358.1 kB view details)

Uploaded CPython 3.12Windows x86

linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (195.9 kB view details)

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

linkpython_extern-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.2 kB view details)

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

linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (223.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (242.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (204.1 kB view details)

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

linkpython_extern-1.3.0-cp312-cp312-macosx_11_0_arm64.whl (184.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

linkpython_extern-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl (199.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

linkpython_extern-1.3.0-cp311-cp311-win_arm64.whl (538.8 kB view details)

Uploaded CPython 3.11Windows ARM64

linkpython_extern-1.3.0-cp311-cp311-win_amd64.whl (385.3 kB view details)

Uploaded CPython 3.11Windows x86-64

linkpython_extern-1.3.0-cp311-cp311-win32.whl (357.7 kB view details)

Uploaded CPython 3.11Windows x86

linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (196.7 kB view details)

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

linkpython_extern-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (216.5 kB view details)

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

linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (222.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (241.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (203.4 kB view details)

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

linkpython_extern-1.3.0-cp311-cp311-macosx_11_0_arm64.whl (185.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

linkpython_extern-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl (199.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

linkpython_extern-1.3.0-cp310-cp310-win_arm64.whl (538.1 kB view details)

Uploaded CPython 3.10Windows ARM64

linkpython_extern-1.3.0-cp310-cp310-win_amd64.whl (384.2 kB view details)

Uploaded CPython 3.10Windows x86-64

linkpython_extern-1.3.0-cp310-cp310-win32.whl (356.6 kB view details)

Uploaded CPython 3.10Windows x86

linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (195.6 kB view details)

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

linkpython_extern-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (214.9 kB view details)

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

linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (221.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (240.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (202.4 kB view details)

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

linkpython_extern-1.3.0-cp310-cp310-macosx_11_0_arm64.whl (184.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

linkpython_extern-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl (198.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

linkpython_extern-1.3.0-cp39-cp39-win_arm64.whl (538.4 kB view details)

Uploaded CPython 3.9Windows ARM64

linkpython_extern-1.3.0-cp39-cp39-win_amd64.whl (385.1 kB view details)

Uploaded CPython 3.9Windows x86-64

linkpython_extern-1.3.0-cp39-cp39-win32.whl (357.5 kB view details)

Uploaded CPython 3.9Windows x86

linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

linkpython_extern-1.3.0-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (195.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

linkpython_extern-1.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (215.4 kB view details)

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

linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl (221.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ s390xmanylinux: glibc 2.28+ s390x

linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (240.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ppc64lemanylinux: glibc 2.28+ ppc64le

linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (202.5 kB view details)

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

linkpython_extern-1.3.0-cp39-cp39-macosx_11_0_arm64.whl (184.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

linkpython_extern-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl (198.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file linkpython_extern-1.3.0.tar.gz.

File metadata

  • Download URL: linkpython_extern-1.3.0.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for linkpython_extern-1.3.0.tar.gz
Algorithm Hash digest
SHA256 a360ab91affec02cc951bb0dc16a27a6ac3f8b0ec5530316485474215b4a9da9
MD5 017aaa99090dd40cc575f174872199e9
BLAKE2b-256 be43e5778033b874ce0861838ae17a1f94bc4ceca058a1178b9fed928d171a0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0.tar.gz:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 16d79fe015439d27ded2f366fbcd5da3365ae1fc6c7c80232d7c20c0456d891c
MD5 7c1e1108f50dddef52ebcdd95a28ffd3
BLAKE2b-256 e1ec985e788a2b69262e8de04f27c48fd5a50f14180eeafc44a048a454b8862e

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 cce30a9ab9fe8ab17625484ab8bc2ccca8369ab04f6ed38a5b7e907f1f835131
MD5 1d6732f997b80b590eef1aeb95dbb260
BLAKE2b-256 2faebbc7056790b9208f207e24b80693d9463f23ae836c5a2f770d384bd16ded

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 ca1ebbd236d4a93f28ad39cc909f4cd2ee1c8c3869c5ec4abcf5532c985adfd7
MD5 8c063f9b38dfbcdeddee198d7189f43c
BLAKE2b-256 308649c21ed1b3c0c98e1d99c308e921919b7ec1d6b7dbd3c2350525db0199bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7241d61b0ad8dd255bc91c3cfb30f7a9791387b373f23f479367f62c0527af40
MD5 3f8c68a7a3a49ee4d9f19fc79275cb93
BLAKE2b-256 fdf7d0dfe0b2cabef71ba0800672e56f3fc99ec0a5b90213286b28d63126fe19

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d56781173496cf2e50b1d7c3a63dfc93bf7cab9e6228d82a3588a99ce64a223f
MD5 29b67cc5ed594399bb0eda78147d73a0
BLAKE2b-256 6383233c9c9ca2e7857df4d9b7d87204008305a32bb5dc648faaca7b5bda1dac

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 281efd3c89994e2affb5165d31840a7cdd114378a0f3bfe1c09adbc7fd648d29
MD5 525755e3c9fba3c54d3f6b11be4ef594
BLAKE2b-256 4eb15299a299ca1304feafa44045461467ecf67af751fc377f5aed5005c53c65

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8e1dae2b213c4416a6c5ba279e0741e60969a6b5c1db4aed6c925f2f4cdd8284
MD5 516cc72fc55f032aac647be7258a6953
BLAKE2b-256 b4d78b2b2c40e793d618313a3df67de374ffe5a8c0c55a55492ed057cd18a5e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62e9a35d11ac0ac037f8ee72681f168d971588bac167bc5426007621ff7b66a0
MD5 eb31af729fd3207563af3b54c8c1f648
BLAKE2b-256 b9dcc0d80b21e747073a7b5299f24a8dde685c7949c00e72e39246abacd314ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e9a7a43bcf0f77fa22e2fcb705f3388952acf723c4f03e97043948583680e410
MD5 071361bc09f85e0c9c759a39829d8e9d
BLAKE2b-256 5cbe4126caa21e406c3c0025a6e9b770984a71a5b7209165fab28f1c3827e9e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a390c8c170b5aa1ec829474e26dd10a0b38eeb35ac0a1a65162eca41a2b9ac6
MD5 d0ea18bdfa2bb4029b1fe00e0613c0af
BLAKE2b-256 5a09dab036a0cd7b3b79aaff967e3f063ac3393aff648da1b6ab171def5b1769

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 86e3a07f00c16c93c4c0241ce1673f67a07f6652c13e11bf643e523423d03372
MD5 49be135e620a7779473659eac787263c
BLAKE2b-256 72bad855283ceeb3439ab9b3e456ed86c4bec1d14572d3d4525c64f7a6439e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 14f5d4c80c5db715e9f821e2814bc54708044aa15eddff160d7a82188c9a83dc
MD5 9f299ba36c935f2c8570f026dd514886
BLAKE2b-256 197ed8f198161c488c5ba37e8cfbe453eb7d0780e7728a9193d149cf851c980a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 daf55b7c5ce354e0972d701f496911ab0d31a7c01c2865bf06e54b7daa8b06c6
MD5 878b8bdcc940ba999bafe6668049b86f
BLAKE2b-256 b2cc4481cf411645a1cbfbc4c3e5b64765580b890592053ec0a8fe9c80e532ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70e2eea7ebb37d2c212964cddee9ba40faee8b338bf825c6acaaeba260816703
MD5 b8758ac44cedf8c64603c2931a125ac4
BLAKE2b-256 6bfd1e90fbe289b1b1a8b358dceed30df83edb7cf6d20be9219cda285b3dc1ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b99b6f2e4a2be698eadf202acf8a56f5b51e1ba78dd730d4161a97a6c88eef65
MD5 8e8b2ae73b350ece839c1a742b8403c5
BLAKE2b-256 d365739b3e1b7ed435d28337205d566e5b56d400fb061741a9c0e0a7f66cf59d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 1c2557f34eefb3240b20c00f9432e5fa00a27a5ae4ef3b9b8bedfc3b309f5bdc
MD5 50dc0bdf06514631b51b4e12fe9fdcc9
BLAKE2b-256 ace72e9f566a60519ee0965eb7b5e8cba96ec4a85edf78eaee7db9c4c0fde630

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 94055afebf7cd9551704ecca59a3591b736d8c2c1be2811792cf0a6108e39ab0
MD5 91f9c142e3d4af88388e9852f370223c
BLAKE2b-256 555f15ce7705e3b554bd3782ef5d3e7ac7a2eba315a790794fbe61f7fd9d1c49

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 d06dc2e77113ebd9f25dad716e57ed48930e4086ce20e858b3b47ab04809b1f4
MD5 9111b71f0abb6f36312b2c81f52355f5
BLAKE2b-256 94027d1aaeeb4da8f3c45dda3373d5464eed8d6f878afb3a98ce40bc326b9c71

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 071f049a3a7dc16e00ab6b6fafb1170c28b7819bd48f852088e0cf746487ff3a
MD5 1ae0e0a382c38752db303126391f5941
BLAKE2b-256 e24ed2d5f7d55fa5e0b200e624f723a563970550ab65e5d5e2bdb1db8e1a59e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0ebdd97b7adb3c957fcfe01caa46356d5f763a4b7cf38696ad566addd2e0d1d6
MD5 cc99189efa87d0d1abcf903f06108ae2
BLAKE2b-256 040f7dfff1ec210953c8e4435554bab99b2c171e2904b6e6b58919eb5ce402ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 af1d124e45177fe1f07de280e1eb8755c1e74c32f9e75af86764d371ca7df2fa
MD5 a58ecc50adc49cde3cf715a755512bf4
BLAKE2b-256 68f40ecaa24c039dfa4c6c6205974f487bf44700f3d324477bab46ad16069d65

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2dba6afc54667c483c18dad8809b82a4ad58adac9a6a2c5dc16e1adc12fa4a00
MD5 061ab9bff0d3375a978e80e2a4fd3e5b
BLAKE2b-256 97e2924a4d75ed31465b142b7583635b34f68e3658756a4ff56bdb0a5da9a2ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb81e6e52f3bff5d56be0f47dec1257f25be9dd531170a16fc690f4f965cc97f
MD5 6bf12e510ae0c9a9ce1c068425f160ac
BLAKE2b-256 022016df82d253d21bcccaec1b683e931b8164ffd737c148095babd5557e456b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ca549a80c889471028eb5f143b740d22d6b8461b1e916e22278776768ad3f4d5
MD5 748869141d54391a230135d40b74e971
BLAKE2b-256 03703ab1a03e08109ef0f68cad8b4d84d566fd886d23b97058c9b891be8a409a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed95979b3ca926c6fff44b80695c153c3bfa43c6d9019a24be8f9f20a2409dfc
MD5 4e9635c76c96fa9e7ce73bea026819c2
BLAKE2b-256 e8d3f9a387547d5e1c8d1ffe24baebb7176eeca9236fc21cc8f8ab9583755b75

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 80bbfe1e948e63f92bbda19ffd5e60905b3f5e092b875a99ee274f84dd357a3b
MD5 1ab67e94538d2f9bfef2c6b9059a91f1
BLAKE2b-256 43188d324e05d51b94695f1b691794ed85d0b00ca6c387fe8b26a8a59dba2c47

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 8fcbf5b320673d59cd5eede6f571814c1ea083b6df5e2e41a85a83f97efcf2be
MD5 4f44981ac825c24d17ee5df6ca480480
BLAKE2b-256 e797cc890334d3bd8cff43bbbeeaa62019709307d90e0e1be254e037e06ea440

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eeaba4e953dbc520b324a8d4404e4b63b8bf3ddd1e632a36a5a0e459694e5d76
MD5 f9fcc07c089c2bd2439fe11a0933d30e
BLAKE2b-256 0dc4c2e7100562cca1edc7dd099f4288af8608451f6b5ebfef31afbc921257ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8477ec023a631f95d0b692cd772b806cee69283b31fcc56d10d9af59faea6e76
MD5 96796409273ebe8803da624a01cd1f0e
BLAKE2b-256 be52dd01fb5cd2e249afab4cc41593a6fdc16903be1455747f779cf8a3a84de5

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dafc845fbf9af8c3ee9753108367d39573fd09e248d548af691b8347d9617078
MD5 d4960b3baa06b7ef167679616c2422f3
BLAKE2b-256 e81f1e8d3195e6da1313ff424aa462b46a3c97835553783acb4c8bc00c241f63

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp315-cp315-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 95b07ea0910d48aefd06845521aa79483a7dfff16963c6218fad0877b8eddc61
MD5 4bb9d7e76b068bd3f0a8472f96372b08
BLAKE2b-256 098d1adf3fb1b78b755fde6e40a12eaabb179953b70c72af3274184d4c8743e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 43457557725841cc26549c94f189d8a43c0ff147633b08d6d7e39d231adde5aa
MD5 4806f2c6c5929180423ca0307a97695b
BLAKE2b-256 6a164aef5a3326c02c70b03fd5e9341b94d7173cc57fb58101eb9f4009828d4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 6d18040ebcecff393a47c35a964c0f91071206b12f42e6e81d5035920e794887
MD5 c3281b32fd23f1c444076ef7180e00dd
BLAKE2b-256 c50c51d7560a133bab6a050e0d316230504d6c17f3b58fdc761d5f3ecfeff42e

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97ace8107e282cc337a3e00bdc8dfd68ecc1b863e618f6ec1163d152ce18ea0f
MD5 d05b3d823a9cf307bab67d654896ec61
BLAKE2b-256 04178d98e2a73004b2247b5a08bbc1eb755238ea9dae9da6a6fc0f643ae9e730

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 ddb1448406fdb86c19eb0ed9239403f3a054d654ebc0c9f75bab095d2be2621c
MD5 17f41427579d707a25a24626b0dd435d
BLAKE2b-256 56581da127a4b872fca558d00a9437402962007e38dcb9ea78e31af163d45d5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3bee24e694238e5f8458a970f42dd45fabbb8228b48d180f5f387dc3a6eb26cf
MD5 248aee4d0af8914d0488da51dc935dca
BLAKE2b-256 4f41d4886302df098435968ff82744e61b71e24f888d3b09eea79d1609eab76c

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9687db3c911d9653879e287a1999576e4f65fafa9163cd8f9e7ff9cb65b0bdfe
MD5 be8bedf4a57c58f943bfd56872940493
BLAKE2b-256 c92b4b39fc02a1bafba5f658a1c6de23947bbe533ce424657991a89e00c45bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06da1c9a460f77e01ce53238dc984c740b68298b72ce521a79e402ae39e72ab6
MD5 338f38e4daea87fdd67911bef945fc29
BLAKE2b-256 4f70b8898200b84ad2d93a7da94a33294fb1cf679cc3bd24bbb247dfae4aa336

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f1a8b8c2240f0f6bb9c8431a42e559f6091c9b269de7271aae1b38de18677736
MD5 6e8b8dce56563785745e834712a177bf
BLAKE2b-256 cc2ea20ccad4c149b0294fb0f696fa327a0e69af3cb9a3f0aee663a94550e723

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84e53979ad80cb8194c7e4e1cf3f64fb30619e4564cd6fbf46f218b52e1063c8
MD5 10c102d4d514d279954f0b3187c99703
BLAKE2b-256 45f13f4153d2cd93c2b111c15c56be344c8c8533e31807b2cc1469fe57d6e4dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 294fbdedab6bc4497629884d12d87f584e8e3f7931d792511c4aafe49107f093
MD5 b33a5daf50e5ff0d347a261c2a198e2f
BLAKE2b-256 205f41a06366ece0884339f4a5d0768a77d70c651b99a860e3343119ae7c7174

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e5254d765014ae79762f6d6d5bb7a5d743864c042af01c69d22abc523aa93178
MD5 ec66f9cb8117e7f47da8e1575d678be0
BLAKE2b-256 0695acf65dd65aca8e13500e556d7da03e4f38545882108d195ae51b7cada89b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd7e9b6f886ff72f44e9eb73121a24cc5a50d0bdb4b3a90f72a02c004d0a865f
MD5 86d2cb3eec2fab364278cac20a843048
BLAKE2b-256 0cec476c630b4057391c88dce318c7c662d48710ba43a7ba74cd684088f8d81c

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 abadc50c39f9a978916c1c3951f07af0e7dd9f2afabdcc65acd83c4265a69418
MD5 aaa1aab145ef9308cbca1ff098151f33
BLAKE2b-256 a2ba6d3319a6c99640952594f14887523a2ebe601fc2d5ac6bada470ced87f82

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a0e5058f9ee25f44b772423a8103ef3337d5d76f92b3757e2bc5fd977d950dfb
MD5 3f73e1c5d99b7954813e878a2d826455
BLAKE2b-256 a0467632c6388538281534e8c7576ba7b3b4650b8c01b7e4ce159d445ce696ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 464ba8eabcd6f3f62f56b318ee70ec59e5ba264f2dce7ca875526d87660ac749
MD5 23a22afadc4d58998951df350f496470
BLAKE2b-256 f4013ab0805a0c3facb730e75af151e8d3a4f6eb78da310629d394670a897f3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8c2ec5ffb63d2a9e7cef6ae534f91fb3157bae72f4ec2e71501244cb9e3d5860
MD5 c0fc6b28e02e63f6484e68950df65663
BLAKE2b-256 839221fb1cdd869aa996a4488c6ebc74d0963c28f4bf41d82e8454bda2b025f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 47d694946c636e0c76a244f004ba5ac25e5269b4762a0caff3635f9bb4ec81da
MD5 73c9941650f25d1ada557e263bf9e9c6
BLAKE2b-256 349eb943cc67cf8525fd4916865e0c75e4d396133ccfbede37ba48d206554695

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e2811fced0210afe703be876df5e13a1b243bffdc22f49a6c06493531175ec1
MD5 4ee3c4eb8ab52d4c5828b2d2c80bc714
BLAKE2b-256 35c169c913f18d5d38d576b5be33c146fc9a36d1739fee00eb40a8046dad01c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 bd451841401af650b1b888951700ca0cebe5362460c41b219f72d74ce7a26100
MD5 12bef65c059c690e303a3cba33502622
BLAKE2b-256 dbe9596ffc60706530a2738bdd0831c0fdd3e41ab0125ea76bb80320bd6e77ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5b3107bba6b227ec60dc9ed6761e090aed461a1b1300c9c4366aef17d60e953e
MD5 e5bfcdeb7ee713920952dedda64090e7
BLAKE2b-256 b91b26fcee2c45775b71ce60de262f7a9eb93a74d492a9f9a72164f05af861ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37bbe5ab94f79ffa46449eede221191af1b3c156fcc92a59dba2c0106e914018
MD5 52ce4a1a1ae4b0e4393c3235ce8ac450
BLAKE2b-256 40bb9eb85b01247b8366f7ded6d63b96c64bbe984eaa85be676833267f2c3914

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30842c6eb17e17ad8745e53edaac9a772701583d029ec6e2b93c1ddfae554093
MD5 fcf3fd6d309fa8a523a12f87125d3b07
BLAKE2b-256 e7bb3dc6ba51db1f6b3b818be10794ac42d470b5b23d99f6d899791d65f29361

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 06a02d6117f53473599b9325833beb1d05f7297116c80a82cecbb12c317218df
MD5 bcdd1722277e3905fd82eac0c1f29eac
BLAKE2b-256 0b583d0b0cff35c1c2a1775fbe362b70c8558d957b8e9126da8ab200c95492c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a38cbdb924721fc63b147f97bede024a47d9b2de56f58db43591d30b3bd701f
MD5 1db1ac564cf50a30550e1e2dd8d66e54
BLAKE2b-256 2f32ea81ac9bd01add051d16a459baf6f214126f1f11145c10ba26e88be560b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 581a7198318c4f742f99a6ae67d1d0b6de1a809704ceffaec1916d132b63d6dc
MD5 22481dc46faa99de62f2af2bde583345
BLAKE2b-256 009abd198be0f7ee5a7447be6a9f5a2e6c6df9ab77cc8b80b8b4ea362d7fb02d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 5f7604369688e5add54af1eea23fe4d34b4ec0333562a197021d7a7191828eb8
MD5 903e51b060b18186b624adddf28b5290
BLAKE2b-256 25f95a428724709ebc7553b2b7c9b19f6ad01cea016f8fdfb6cca8530b7e5a92

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7af196d652069ba3a02d0702fa4152936ccd0e335bb3e9cd4ac2b04fef2a71e1
MD5 480496c468b5ef50482dc7d6b4a0a4e8
BLAKE2b-256 3a949e394426254ebf898f50e74b6321785a32204a53c30e10fcffa1454eac78

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b6405bea40bd09499fbe4dee365fa2eb36b3a25741d30d912941bac99941558
MD5 892c501a95c65a042a6186d5be3396fe
BLAKE2b-256 6ffd36fc0d07a5e0601a193efb11e5464cc8f2486413c3dfa7edefecacaf9bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 50d3709e418e3bd7d403daabc13cddb6f9dffbdbe7699e58e376aeda6e11ade3
MD5 5523b36ed0c094293bb7ff0fd1067f12
BLAKE2b-256 c62865f37957d5cb4aac04bc4b98eae77f03de04f186e8336339cf3195fd9a4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1154aba99e733191a0dfec6e0064533fda4104ff6802746173eaeaa0d76ab4d5
MD5 accada7dbd5fa885a27f4685415ba003
BLAKE2b-256 9c96b6c0b5c02f63347858dddf18ecda8d0a895494650ad2c0279dd68a982be1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8b05b5da0a1cde283fea068989e1f383c55bfb1830ddc5a3a39dd92b8ae4d531
MD5 607d26aecfef4e3e3be8bac68aed36aa
BLAKE2b-256 ea169085c59e5729aa9432a7aab1e58ec5e2456fa5a2c8c88bfe7b37f1419480

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ca8c85c781d976acca1f4a13d7132deeeb4b20e06e9d319c0368f3d0cd10802f
MD5 5b790203abb817084c812096a6787946
BLAKE2b-256 1e5c256aef3fb9a44f859e4718056651ded54c45f300b21c17a9f8e9b9baa8c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf7a108b389ea07c2bd6c8c606565968eb51c60a6279c11229d1bbe831108e4c
MD5 10a5f097c8ffe3f748635394527fdde8
BLAKE2b-256 f6b33282270d4533a4a36e641c40afb1737d7c6a59f72a4ab0347b700787d8e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 feaa2b2068b100a496204f7a55df28a264ef1847d175a7c0a2190b92a29e63eb
MD5 40b499fabbacea087d0c96b1c70eb860
BLAKE2b-256 87cde0a957b80256a7d35b772c1ae870ec873d71a9646d0cb85561c7e0ac5d00

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 05f299376d0a2bb7ed86126dfb41fd2b533946f16ddb9e2081e5b08d7b7d1f54
MD5 bf8b851313b28f8501b94b6f8e58639c
BLAKE2b-256 7d90495607014267026cc37192ad1c60fd211a61b14e3eecf78c849d07684b12

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 03835b35a2c54d8085198f995c89cac0357a84cee477e87ba6fbbef4192f368c
MD5 360f7f7577ed446c004aa3bed3ada445
BLAKE2b-256 b2579d4530e5966a5f0e4a3086edbab431d18ab9687eaae5ca4f5564e8480c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad7d30f6a6af620d8068dfbd6b24497ea6c3b176cd60f3c68c13b943d27f50bd
MD5 29b2c4e38bef3f5592456d519cbc7f2d
BLAKE2b-256 5493e139e13fe4ccd0a115bdcc3428e1d07dd7c2d899029635467d551327181f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 c123d5b91e8a4ad9baa6ecbaab23067a9d98e8f0ace103e7c257c62f6fba9e05
MD5 3cbdcae31f189fa49e4ac9fd1160daf7
BLAKE2b-256 c4d1295e9c27f665b394e5504f8390e384f5beac3e57a9afc01f7be547048581

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd308b6329a9c366a0a9571b272f5d3c6a2a51e4123293cd71638baaee6fa790
MD5 02f8b3eb31ae944428ea80af37f21d62
BLAKE2b-256 c44af683315ad30c58fa7e339f39c8e76d4791916e7fe53b057fef96bc994189

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 1e2a97a190b2fa03f5ac2e9272c1d8e4ec0d0f747ae111b7f3f84c273f38d8c5
MD5 9d098a78c05f385e19f187ddb3c24117
BLAKE2b-256 fe7ce2f8677fb193fb7f45acb86d89dea5044afd2ebf0efae42587a5e7083f23

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 76018bf4a356d532b3d59158dd3400e5adec9a140e19fdd44fbf3a9d89ad025e
MD5 f7500b78f1da1413da88ad10930a703a
BLAKE2b-256 dd9cbea6a34e303b8b0c1135fc1aa3d21c306c91a6eb8036adb02a281c8d969a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9b95fc2f4cc0db6a6ddad8c1c96404201307a306607fd9029e8963f888d8093
MD5 bc92ab0c59a8b2a0f4d5b821756937ff
BLAKE2b-256 8fc18d1ae7087b17f8900bb904d0bc7953722787f78f00c2d2090d4d46b50013

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6461629679103842f4fe3474b6fd0dfd17625d7aeb6ae377949f91afaa0e4b3
MD5 044ca26225639a5a4002c0237fc39345
BLAKE2b-256 908b1341dfb7c613947b3db766400e190e0aa5ee9168cbbc3651826b2126631a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7ebf6089ca2ba2648e5b097711ff0eb7d7b31afffb8952f990f73e532c4c7870
MD5 ae7768b12cb5f84d50e2557c8bb49889
BLAKE2b-256 699c9c05ad41e8e489938e7e3925616d09985fe192cd4fc061bfdadce1f897fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b33c1f073eaddc4914210ff6651b5a3bdce02321be6fd559a452ca6d604fd40c
MD5 86c24ba59e9c81c33c752cd6c1007691
BLAKE2b-256 2f0ce21140a6f8780e00fa158868351b7baef5810281be23abf6f175334932cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0bab60e4a5aadf51f4a13d1f07d0f84a4c5f167bb3bb5e8fef5d0816db64e995
MD5 ac6057a5fd6e7356328cc19f2981cf2a
BLAKE2b-256 5f5228311a95457c21ef938ca30e8ff043f859fab235e6d5745b32913c91c3c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 62768259d71bd2a73477ffa824071f936e8c8ebaab2f2ddc5f99c00e6ad2bcfc
MD5 cdb672919172052c372067d23465f419
BLAKE2b-256 e469b61ae8065240687cfff46d63dd8c7227bd69b8888c2bf5eb19e15beaf2e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf3f49ce0886f7806335067c2ca3d19d2bfdbb4f6ac9b44459706d96db83bfe6
MD5 f4fcfc87acf6355f807de59c8de21948
BLAKE2b-256 9f04c010384d82e5cc5fbdb89e7a04d7452044b7bc19a2a7a3cdaffcff83eb82

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9866e9d97cb5f046febf02502fddce319fc28f8a1c7d65abca894e2258737105
MD5 23d6e6977099b0e5e4caab6d0b03a6dc
BLAKE2b-256 53797ae6acd94615b722cf16355fbec93c2351f35247dfcad9ceb1572ee76449

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a6737e52750acc82990a5d3b450a99563f26455e645661811535a8e23877e79f
MD5 3d0420f6a95fa9f12818ba13145e17f8
BLAKE2b-256 1bf314990eba06a7e9abb6c746cc54db842a175231dc16e0c732d2aea49a6d37

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 40a722a9037e2c0a7ae30b7ef268c47a52400dca4691f117f44d93c8a95bdaf1
MD5 d3e719cf3566e76d2564b62c734e25c3
BLAKE2b-256 4175671f7050e95174ecd31851c454a4dc71bd65060c300e5d74b77252ce0d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ffb4e9fb24dfd460c037ae5834470ced7f85087eb5ea320a7a4f5ac5e9d11308
MD5 7041b23cc40ec25e7a7ed3bec4793083
BLAKE2b-256 9f79a952af40ba0b0dd1ee00f3f183a368fe001b0d2378bd0421e0d3f6753e6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5c79a8ce561131574e394d1c59d9ffb9beeec6a4c589dff1c4d3086595cd39c3
MD5 977d77e43a90e61c09879461733ff13f
BLAKE2b-256 c91cfb23c2dac2d4f248ff2e01b0b6eed0354ffaae2ab3eab466085ac4e2b7b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf9cfc5ca0b57914d0ee916bd93af7021568a853e4c3e36d21098a24311ca8a3
MD5 bc5df148cd2ea07f17a2e52aa1f47fb5
BLAKE2b-256 c9f2dd48f19a092cf58599d110b8cfece7c4148ad94fc98a210757107de2cfd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 7e25e61ede324874583bd0debb6e3f8d5faa946b96549fe45a6518026fd751b7
MD5 b4f8b0347fe071e0d0489a3730c2192d
BLAKE2b-256 6500818cfdf026ba18b89c45f844b0ec7290a2c3bb5631de88fcbaaafb14cfec

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2464ea69353554cc33c80cc4ad82d86ec95f02297683128ba98e9a1859cdb9f7
MD5 87d7b93df50c1f9273cfc77fb602e688
BLAKE2b-256 8d78a05d016ef4c8b51dc34841ab5840c86427e91f64b83fdd0b2487a8c09efa

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52f13f65a4486be7c8a6f2b288f0e6a989681eba13010e981d6feae9c72eb463
MD5 573fb78e7d2a145eb2e4e5a6e8ad5302
BLAKE2b-256 2801e9ca32829b9fcdb5489f75541fedc27fed9797c5ef601b1b90c035428260

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d71e245391e0c29e5562b28deffe4960baf16103b55a2aff3e5c33407a9173e
MD5 ad6c9602ae18bf4cf7a1cd348c669889
BLAKE2b-256 56d898982ece4241c7c00de9e3d22a25ecfc86a7db7f7b5071ce5075460e01e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f6707dd6d3175fd39e297b8feec237bd0d8cc805fb9e62a94043745f3e97bf85
MD5 aadf857b848fbf52aeeeff0d6bc0b2b3
BLAKE2b-256 9d763f1977769989a55a91c21ffe0cb6ca47331e9f20b40746d4db96ccedd3ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f820f39d6000a55a99bacf3586753f938993f2cfdbecd2d85f9f6e795767f2ab
MD5 35389d991f1deb5309aaa28471a0cc29
BLAKE2b-256 c7c497e4c6d156ebd1cd11e87410639c67ccc04e7d1ce9f329876c9940af66f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cada817701d039cc6727ce314ac4dc3bd8f9c8359c10821a041564d86dc1b00b
MD5 01a9d7003760cde98e25a2c787e47f6d
BLAKE2b-256 81e8f0bb8176f4e746a20216c7624f7583f73b88c1b1030049f4557c48e32d5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4cdc32e7ae55703b426674e48254d821dbf7f9ec11208da4294ce287890eb85a
MD5 0fd546e6cdb5df3c1a380eb225aa3ad8
BLAKE2b-256 39910746035788abde1556557ad0fff884c75bdbddbe05b7d3db4834126e07ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0341507b178d8af1ea5cd56acc2f29e5d9bdebbb63bf52e0ff2f2d41a45d4d6a
MD5 4f15e30b4e83c77a99d044cec33da289
BLAKE2b-256 5baba1a9ad811a29d6d78ffba253595c0fbbb74ffe76cde97e52544efc8b59d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 05543739d2aefd348aa721ec402d897a2d6ff328c61efd87ce00fd6e572dd044
MD5 af3b56b4d64875956a547c88a8c2e982
BLAKE2b-256 a27ef759f56712c61a4cc49d865d653f79aa6f3330c33111ea0d4e2c8339829e

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 80d7f48e3389379a4ff038eb9bc606b83d7f7a8aa62f929abaf6829e92aa0b28
MD5 79ce6782cafadfef16792f3921a305bf
BLAKE2b-256 f63b5a7a18877953a61badd48209b4423f4e004b57a70d517e7161da815109c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f148920ec2085d322d413b8053bf393ddab165449d633bdb51a5c4553023aa22
MD5 633c97f36ae96d0441769623ca796dc0
BLAKE2b-256 10360b2fb407e9f33380462b4b225545bda2dd1d10fd5262d03eb0241314f2a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c0ce8cfc522fa6df3e5dc763bd08ffe1cabf912c28d5efaf9cdc64ce926b094
MD5 07a4c4a877f0bcc5c357490990c3f4c5
BLAKE2b-256 0d0364bcaaec80faad846f34f7090c82d35f6bb1d55c0b1a723e2e34ade28c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 214d93b8bce0732d1b1f5aeef208707d611da7e82c89c0c700625e8fa43fd0b3
MD5 272080822f10c21cbe4373103ccfa5f4
BLAKE2b-256 b9da1d34d7a8cfe5d050c276a52b2c9c6eac2905aa28feaa0e6420f845bdba31

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98c86d7826693ba8e961318505b07357ce36838707b1a009cf3cc633ec9c7aee
MD5 bd436af9f01391ed8282b996cd4876fd
BLAKE2b-256 d72e0861e2378fb47035d355b26cd727e95f26f2bfe4ef7d338f8c9d5d1c3612

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 706ad1cb4523078498a7d052f95f226377717800c45e95f6cf6325b48b2c33ea
MD5 6b0cd4e446bed83ce5db0920ed347320
BLAKE2b-256 e198359a75b12c6c318cf7d173dea67d1f2db5dc8a09285bbc68475f620f11fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 12206895e502c9dceb559d09b28e50ddd4757c33560a06c5985911987dcfb577
MD5 14ba202ab82b581f7968ac61d644ad9d
BLAKE2b-256 98e0e8ee5e9b89e22d2894455f3698b9ac12eeadcdc271a2fb847efe578b1c08

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f01fc204ddb9e551b749a857b626afa8287e48409548d5226d66c81373ebc494
MD5 cdb260b4f22a81323ee9f04e84c9bcfc
BLAKE2b-256 a09a2fd41a04f74f0ef8e6fbabd955cb9fd3ecc714915dc225f8fa0f1a156ea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce3e64e2ce69e11637c180e6605fa3a0c361135212f7f6c554eae7bb4880717a
MD5 06c7c1a51185e47b37d773dea995346d
BLAKE2b-256 18c01f4bb791b4e1fb12ae292fbd2d3cfa76534492c3ef25b31adf61f2353cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2afea5f21b6ea8ec5e8533dc940d4930b76955a7055c7b8fb72eda6f8ab5381b
MD5 24033b7ef4d67703fb83a40df9aaf7f0
BLAKE2b-256 3db7683693384f12f100f213e49bcd436e21dd24d996ae537da44de45fba45c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 98fe206a0450f1d4df8c7cf3c11f23ea9e5f7364508c1df4676524e710589cf8
MD5 19f20e254a203805c0cecd770bb560be
BLAKE2b-256 304393342416009be6c03ba6d3c3f0d0d5414927c974b9535f3b0852e753a021

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d171989ec03dab36d0e02c569269826a9d0670e987ccccd7c5a4e3f4119bbbf8
MD5 a2990545d05d000938d3b5d57de470fe
BLAKE2b-256 474e7b72d8c8a9f9acaa182d77a75dd78f60af8cd9eddec21663d1e64fa1bff9

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b133b188925024724303dc96891de9e56e23e678f1906f7c88101d9f688a95ac
MD5 722567288d84fac90267b24e8076cb5e
BLAKE2b-256 a252de0d47645cb7264250ee9a1e8737b8d8fc5869011c23e747685ef0f4338f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d460532e3adaefef6f69caa9e36109e09e29bc28117d48f0756dda2342b1602
MD5 f5aba35c2d244a1f2331973a4941419c
BLAKE2b-256 ee76e132fe443937304d346952384acd08c72ac7b3268a9fb18fcda510a8a66d

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 bb0c174547e0346920d0284f646ab4cc852c4e093cf4290b9ee017dcadb828a3
MD5 32a779a205b4239a81f42ecf48e2eb2a
BLAKE2b-256 07ff423af81705c1d37d2132c2b9ec59a91702cf314af7b3be9138fd8efe6f47

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 977cbd40cbac80918c0839009d77672baad7cd69c74da2d99684ccc47812bb5b
MD5 c3306c3e2dca06e5020f0da5755bd139
BLAKE2b-256 650adca524486b4a467bc6453a16f449fa72d5b2989d490c2c1be0806a261956

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a44837d40d67e34300af89e2a8c08e27d8c229be0ad9f5a0f1b4a41c0c159ce9
MD5 d838eea172491757c93616a00a543667
BLAKE2b-256 a1a4bb7b50cf5aa668bbb484fd5bc3b3f9c1115f517a4f787d02d981ba1c4a8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 673cf21e54b0674d6417415f8850ac6c992428edc20032e4deeda0659c4b36c4
MD5 f4c24acf86071f27632b35bc7f674844
BLAKE2b-256 b0e8ae9b245bc747d3f4048cce92072380ad37a40bb7a3f4d76861590da3dad1

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 11ba1d89f758934e773110ab1b20be80ec5862c4c272c37363eaba5239f8ae8a
MD5 aff3cc00b4b857f4bcb5e05e2977ae91
BLAKE2b-256 74b88892d415688efa1dffbbd02d5666dca959d26b11faa5670774fea4dd9991

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd842323a85aad84448169c4d5d1b32ec82cc29383cac41cb443bd923db9df9e
MD5 9398153750c7471049a96199b35faf22
BLAKE2b-256 0a86367b89ccd05d393f07305f953f78e5e2036cfcc7d56e94b60a6576eac310

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 2be74ef4c10f2f3aa56edfb194e062a8030c24427bad63c8e73284cb29530a8d
MD5 0b854a162754e4002e27fd1ccc8af821
BLAKE2b-256 cc167660140e976fb0382f986e8540e5e0d14f3067e8f2a27d71d83ea9d2dad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c0a366f228878330e56b21305dbbcdd557696a1eb9ffdfc2ea839a3f37c10340
MD5 ddc2fa39bfe1f26be49644c02576d609
BLAKE2b-256 1be418b5a4c59e747d3730e951874ce52cb66b4aa0e1ca4ff8f279fe7b7ba1d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a305a71448f10409ca84273aa38cb1dd065bddf198ce99e8733426ba2a8484b
MD5 1bba309003a05b3d11d63020c47b4bfd
BLAKE2b-256 28959de35c64ce7b7cd3d39b5394583f40b3e0ca06464aedbda8e25183f82c15

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a15744cd0d8ebcb4d38b901828f1eea46af7649d166bb02e2c92146cf1142b16
MD5 a26887e013449be1e17c7daaf2816106
BLAKE2b-256 be65e78fed5a0e09e54c898185eb57b0bbc9755308f461f06bdd5bf513f55dc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a25c83eeac47fbf7a485650f8a1d7a88e2e4f01c995a60da6fc74aae27535a8
MD5 0c3ee3554464a1d6519baf24edc816f4
BLAKE2b-256 086eb8cbc2d93c9f1bf9c4679822a5a3569cbdba849d5a86a4365d9dc05593f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 9244ddaec50a511fb23bf8b0e8ebabaadc282d9a8716718534a21c824690242c
MD5 326d427813ac19ce061fbe6614daf201
BLAKE2b-256 c058b949a271355af01c5d3e606c8fbad21ec2ffb3e1d89ed2e9d80bc09c13e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-win_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4ad0d7b2aba0635bfb1e2b8d60d449e871854d5a5c9d5206bdb8b12275413f28
MD5 1c0f2d93d485a661c70e405254bfa736
BLAKE2b-256 d836e603ab61b23ae5705a8a74c9bf5325351b36b7d9db0e60dc38b5daad2042

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 65073eac8cab8a9cf0f81d1936cd92ca787a508e4bdd1f979f6b88207e2ce04c
MD5 9533261beecb3560416d246fc7a16393
BLAKE2b-256 c12985397a2adea213b387641ddd8983c7440dbfe1d29207a041d7bdb295cdc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb68f83428d12d0653b9cae04b3abf967e7f4191e4b73c54508b3d3462e3d112
MD5 b987782075fc66be15359c15cf34fe4e
BLAKE2b-256 c983a03093d4c8bdd3899f25346dd5cd4024030da19f5ebe905b45726ccb8596

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a12f309a0d5b8964ec2ce6315a7e530ddefc88f8a961ade81e80b1f7c10a3303
MD5 f7a1be75b6c0ad3fc8dce00309641dfa
BLAKE2b-256 ec6a74ed71109ce0bc6008bb51314de4387a4e02f711cdf3dcf20c296799f684

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2cf19f0248999b015b9b610da3e37cc5563bd0756443c14ec803f39cb8815f98
MD5 a6a95a124a68b2ad44b6580b3d5c151e
BLAKE2b-256 8f9299d2b460d3bc9c5a9790ba684385e63b6d105d2a1dc252c28aa66c17aa6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d55c5d9be9ce8dbf6e39569809ef893c1ead401ba7796f5dea7bc88ee25d194c
MD5 118ad060fa2433d2f374c9867baf2f19
BLAKE2b-256 ccb2d8e6bc7b595e53530a797ec209f54be4cec2f7cb1dfa8c62b150ace4cf11

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df4bf6cc214c3e93ba00d1d8503aa19f2ac337eb45a52d0693f6fab12ab8fb52
MD5 32c0df9b23f40226eed33487ad1f3ada
BLAKE2b-256 620d5d072ad9b07ea189b22509d7111a72b28b7aad8d50662b32d2ed25a18db3

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b61442deae47729e2daa90106ae34061346025a468c7051d3e490d277b7b2d23
MD5 0423443bded18ca2dc29bf8bcc92119b
BLAKE2b-256 1f1d4c0d293186bdb5864a97ea83cc77f81aa6cb28855aa619ee909d1b85aae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6f9521d69c0335c13697fc1dd2fe45aba58c01ed9cc01247cebe6622fdde473
MD5 e703b7c9790493ad39c57859887ac845
BLAKE2b-256 573955224c349bf486b6922f3ea1fdcab4d4de238f1a3c9962b1f87390644b40

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 0bde0d7c6f7b78de08dcd1f1e27fa255c85d0f4ccac19f50e64efd9cd4a8cab2
MD5 6db3b047cbf897ec40743cd40707f4d2
BLAKE2b-256 70d517a61c58c90d4c9eb995c7af835c4c2ad74d11fd4c93cad5f4062ad97e0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3df689c98aa82d0f14cff2771996f431302fd50d30b2f977a11d84ef6b00e00a
MD5 2ad1a4d45336c3698603cffc52daa33f
BLAKE2b-256 c34f468efb8435578538478cccb60ae684b1ea8a9673649e8c9b6d8c758a307e

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0f907c42f4243a6d312fb375721f21c4a2df95e3e711e16e0e833e61c9094c9
MD5 9ddc7f20f21da102fc5748596c2230da
BLAKE2b-256 0a5d4d42cb38833e6cbbdf97824e42a5962d51c633b398a2ee0b2b6ba3b82d68

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bd141adac475c98324f11a826e95ca91fd00e814dd07102646e4815220dbe1c
MD5 682ed911436e8f19afd0b8be24e18615
BLAKE2b-256 9cfd766407236a0ab4fee592a4769f1df3de855fcef8097bb1524b2fd321fc25

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on thegamecracks/link-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 linkpython_extern-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for linkpython_extern-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54544df44577375bdbd64d35086bb942353e3bb5730d625401006ba1f9280176
MD5 cee33b09447a038a04d2d462ac7ed5d8
BLAKE2b-256 c3d57f0e613e67b6afa40901f165400bbc5344ca481386981a8e6ad4d36a07fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for linkpython_extern-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on thegamecracks/link-python

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

Release history Release notifications | RSS feed

This release

1.3.0 This release

136 files

1.2.1

113 files

1.2.0

113 files

1.1.1

118 files

1.1.0

56 files

1.0.4

55 files

1.0.3

47 files

1.0.2

43 files

1.0.1

36 files

1.0.0

36 files

Supported by

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