Skip to main content

Cython-coded accelerators for PyOpenGL

Project description

Acceleration code for PyOpenGL

This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x. It is not a requirement for using PyOpenGL but performance without it will be poor.

Build Process

Cython is updated frequently to support newer versions of Python. As of release 3.1.9 we no longer check in the Cython generated code for the wrapper modules, relying on the build machines to generate the wrappers.

The Github CI Pipeline should generate and release binary builds for most major platforms (Windows, Linux, Mac), but if you need to build from source, a pip install . should work from the PyOpenGL repository.

Project details


Download files

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

Source Distribution

pyopengl_accelerate-3.1.9.tar.gz (21.8 kB view details)

Uploaded Source

Built Distributions

PyOpenGL_accelerate-3.1.9-cp313-cp313-win_amd64.whl (417.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

PyOpenGL_accelerate-3.1.9-cp313-cp313-win32.whl (357.2 kB view details)

Uploaded CPython 3.13 Windows x86

PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyOpenGL_accelerate-3.1.9-cp313-cp313-macosx_11_0_arm64.whl (438.5 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

PyOpenGL_accelerate-3.1.9-cp312-cp312-win_amd64.whl (422.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

PyOpenGL_accelerate-3.1.9-cp312-cp312-win32.whl (360.8 kB view details)

Uploaded CPython 3.12 Windows x86

PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyOpenGL_accelerate-3.1.9-cp312-cp312-macosx_11_0_arm64.whl (450.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

PyOpenGL_accelerate-3.1.9-cp311-cp311-win_amd64.whl (426.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

PyOpenGL_accelerate-3.1.9-cp311-cp311-win32.whl (364.1 kB view details)

Uploaded CPython 3.11 Windows x86

PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyOpenGL_accelerate-3.1.9-cp311-cp311-macosx_11_0_arm64.whl (445.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyOpenGL_accelerate-3.1.9-cp310-cp310-win_amd64.whl (424.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

PyOpenGL_accelerate-3.1.9-cp310-cp310-win32.whl (365.1 kB view details)

Uploaded CPython 3.10 Windows x86

PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyOpenGL_accelerate-3.1.9-cp310-cp310-macosx_11_0_arm64.whl (443.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyOpenGL_accelerate-3.1.9-cp39-cp39-win_amd64.whl (428.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

PyOpenGL_accelerate-3.1.9-cp39-cp39-win32.whl (369.6 kB view details)

Uploaded CPython 3.9 Windows x86

PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyOpenGL_accelerate-3.1.9-cp39-cp39-macosx_11_0_arm64.whl (448.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyOpenGL_accelerate-3.1.9-cp38-cp38-win_amd64.whl (429.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

PyOpenGL_accelerate-3.1.9-cp38-cp38-win32.whl (370.0 kB view details)

Uploaded CPython 3.8 Windows x86

PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyOpenGL_accelerate-3.1.9-cp38-cp38-macosx_11_0_arm64.whl (449.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyOpenGL_accelerate-3.1.9-cp37-cp37m-win_amd64.whl (426.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

PyOpenGL_accelerate-3.1.9-cp37-cp37m-win32.whl (367.6 kB view details)

Uploaded CPython 3.7m Windows x86

PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyOpenGL_accelerate-3.1.9-cp36-cp36m-win_amd64.whl (474.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

PyOpenGL_accelerate-3.1.9-cp36-cp36m-win32.whl (393.0 kB view details)

Uploaded CPython 3.6m Windows x86

PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ x86-64

PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

File details

Details for the file pyopengl_accelerate-3.1.9.tar.gz.

File metadata

  • Download URL: pyopengl_accelerate-3.1.9.tar.gz
  • Upload date:
  • Size: 21.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pyopengl_accelerate-3.1.9.tar.gz
Algorithm Hash digest
SHA256 85957c7c76975818ff759ec9243f9dc7091ef6f373ea37a2eb50c320fd9a86f3
MD5 05d0cca0bb6b09045020783b8cbbcce4
BLAKE2b-256 9d9ea87f972148971c785773dcc792226530ff78840420e34b3cc51b221693a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopengl_accelerate-3.1.9.tar.gz:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ed02cc9abd7662e787bc7491bf7f78f6536cf550a148d0fbff6727bed9b57124
MD5 62c0cb133aa4d91b765f6d30da0ef7df
BLAKE2b-256 03d3b0b5b4c5404d7269458f4297b2fe86017daed8f29f40f07eb25ee51c902e

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp313-cp313-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 19dda83f7c96f598b8bc895ee2199bd1c45d064993175bbbe251905b9d9b40a4
MD5 872c458bf65e7f06d69f142445ed8707
BLAKE2b-256 efab5a3c821ed47a7bce8dfe6d35a9dd903b2906f5cf8380d29620ca86cb4d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp313-cp313-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb56fa15bdf1a029a8bf1682f5af436b02e721fcd1b43cf05eeda99ca9b6a9e1
MD5 26e820a8a83ee5da6aee00a37cf4702f
BLAKE2b-256 d2219acfae57fa636290380b7c43e4bd57fc513f04b75a036372306458be80ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d80dab32facd0195e8213754a7a71ba9d9343e413ff84bd8e552d7a66552b254
MD5 0b12e6b0b9018b79b936cfbb2de2ac27
BLAKE2b-256 b2768095f7c5b68376cbde9e32c4be20089fb055558010580fdb3eff6f9c2e99

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10ab017316dc8bced13b2426b9cc6ab9aeb627ca020e9bc0836ef92b5e0942ea
MD5 3e24d941abb3436be66712eefa48ba17
BLAKE2b-256 6a9522c07ec2414928ddb50eb0e35d6cd6343ffef6ad74f42e86fefbaaa6b04e

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5992ebf8befb6e45c6198e45f0f2d8fa26c30cbae68a1f08d6646c6d95b5605
MD5 1edb744e4770c58c8bce56803f683a68
BLAKE2b-256 e8a33c8770ebfef3530f71722743c04632c3594b544461ce10ee4bc13f6aa6e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95fd40a537637355fb7f0a03c055fbad6efdeea059607f4966b7631b580353c5
MD5 3a7cbd7cfd2c2efbe1f2ae3f8776b9db
BLAKE2b-256 1c69896cab645d4f7c755eaaea71834811cd19e09003a9dbfa9273ba0aa42e10

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a78731c88a81a895cf9849139bffb40cbea9fb0e640ccc3cbc38ea909e1234f4
MD5 be2f03bf4c791c57933dffecf004fc1c
BLAKE2b-256 6b094c4975841c9e88ed9ef79940b0f714fc1af40b653f0697a4b37b7ba4eb92

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp312-cp312-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8042393b3869b455d67b60e6c87dc349ae89d3a0858f8018f8bd8d69f323ac3c
MD5 40c594f6b4c3a125247e0a568425e2f8
BLAKE2b-256 2082850e4972244eb65dbfac64bf46f504b04c29b97526ba62a5ecacb9a9cbc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp312-cp312-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cd6d767de3c81b538682058c6114587bfa5e4a263d0f4b023b0404fce07d6d7
MD5 f01dbefc98be07680da661e3109ec40d
BLAKE2b-256 c871460665cf2d56c5e0fc07241272a39199ed40df6a6db5fb7fb3a224d614a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b58837914dbd6f89ba831d4a3dede1595a74485d7b476483966f08bac9bd4320
MD5 3dba0c7cd2dc4fa5891c8c18850370c4
BLAKE2b-256 05ff3f488220088baeb9699d2ad26788218efa9b6963346de52eb476601a071d

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b6f1f3680f33f10e67bb679ac0fb6946905a22e52d2eba71a66bf9d3ef94b33
MD5 2eef65a31640b58c440ed008498daadd
BLAKE2b-256 42ae67ddc9674d07c1900b0f094a16d2fa996492ffb25ad974e5af4e53dcad22

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15a4c6a11dcfc9eec311f3596cda62fff2965ad6d62919415fb6573f7ef8c1c9
MD5 a3f72b71303e13254f4a52054f7a856f
BLAKE2b-256 d98e4780e54fe4a334f9e47075ad1b3f0d57775cdc9b33571c26221a3672f434

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7981bc643edd6d30e35d08b393ec382773463e3aabb364695df51b9adbcf9e20
MD5 3c65e7b215444297cabfadeaf4e739b4
BLAKE2b-256 4b8fdc306a0c35d6953e33f672d7ab33c49091e39fea97d212ab707a65de4275

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d7d2b0ac17ea369eb6e063378c8b6c0addf095c82f5879cd500a407c01127619
MD5 d7923a8750e5a92371aef09dd5860177
BLAKE2b-256 3c0cca92a6630297b154236deaba5f5be67c34426e765ccc7c4bd26308da8fde

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp311-cp311-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f544f97de76323c6e137ee8c859a81b654445273f159e63fdc1239f220376ba5
MD5 b20ece50cad2fe60fe8314d05f6f79c9
BLAKE2b-256 033f90bc574855baedbe010a0d5ea91c4f6164b5bc4fa95199490cb648abcfdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp311-cp311-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 659ac06bc6a6031fef5e3b5c965d61d5763833e896b7b4620cb4e036180d60db
MD5 468ee496974f14b3f06484a3b22b6dbf
BLAKE2b-256 bddf03aa69ffa2a7128bccc6268e6b5cbfa4e0dc197488d7ac7870545b082d1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 182f8b3e8ac19f4a5f7fe1178037ae840552351bcd264f5c34739db676467377
MD5 ba271c7e175cfe7d31ab2a8101158457
BLAKE2b-256 01f14e673ffacda41b1f06d23f202a52f9940f83d87fdaebb3286b6b13a44f15

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d63cef49346ba556632a4a163025628b4872ca499d760d4e6410adcbefa84949
MD5 b1faecc5b7a13e22e3b5a5378d77b3a0
BLAKE2b-256 09f78c9b83a64cb76bb79afc8e64ae37666e35f30bc3a9731235ff9d79a39c85

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7bbef8a910d37e9e18ed5f8ff8dff40c9161e84b90e96c04bed5c147bb3edc6
MD5 981f0073201e859c70b19a5a6028ef55
BLAKE2b-256 85c9aacc08c5b8f0e3599ed7a2fb258d2ec0cc4aae0dbda6b776a9d375c3ecad

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97e2e2daddab0ed8d690871ddff976e82a480cdef7d6df39b69d79afa3ce3430
MD5 fff1cc618d496518ce5fc20bea96eee5
BLAKE2b-256 aaba2b17bfc85c079653b3736568d42a4aa1af8606a29c0f40c48af221ee8718

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f5fbe4dec90ff460211c06e7e6bc4ec757f9cdd5f50098f1bf3ec15eceb5ee98
MD5 68e306b29d19c3ba2c553b361fb4bffc
BLAKE2b-256 0edc4728a01d7c5e64ba5ab82b3a575f2d753fe2ed0e75d9ff9141e78564e3c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp310-cp310-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2975831f3f28e560c6dafbe81a8e04cc9ab3430f0b358235bdf70e37c808679e
MD5 5ed52fdc897c0cb872dba2ebaed63d11
BLAKE2b-256 2d4f63fb605efd2fc4c87c6d0e00c3c35da62761840ca79702e39b133b4cfdda

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp310-cp310-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 896c00869d12b01270bffe6d70de632a9dd8eec47d87df6879908b4363fab03c
MD5 f11ec3bb90988716199f6c6664602c43
BLAKE2b-256 915ee62a77ef1f162ce7d8832b52a8c01ee80a8da69de7fa4551f1f34c588709

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 35f4bc21a0e4d84f7c1bb0d819b0d8edaacc5ff2df60b59087820e30645c219e
MD5 bf291262ed82f8cd0d82ca7d8f72ae97
BLAKE2b-256 6d429c5907f12bcbdb701a1123d3ef84d6f51c086354a14f0ea0664abb6aaf5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0537f9644353f22492593799e50b7b5f2d8a46339c9d92ef93bd31dbb32c283d
MD5 a439a4c2a12c02dea7234f59608d98ce
BLAKE2b-256 28f9704cffecc940f0a9503680dfe644f07a8956c18b5f40822fa652d26c3ea3

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3e0313e58ad7a5577b2df275f44f6b842437835014c60fb602acc92aaaa060c
MD5 7c9d7b3ad8e781e818726a5bb05001d0
BLAKE2b-256 c530cd71458a03ff151af08bf706eac4d8f224e5b4ac64febbeed96d14f457a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa5682de4750a554700f4f435ad6144af87345d626faa8bc925b42c0c8817317
MD5 58f4c9eff0092d0745946523fa077a91
BLAKE2b-256 a64f54e5a30f6e83a13650d5bd73a8a037b9a84dbd5dd79632f82b52dda923d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a033e10905dc4f610b739b43ec07ed473cedbdfa531b176e01f8797bd17c5134
MD5 7b5fa3a8904f21dd35fb8a91e337d1ef
BLAKE2b-256 006a2bd4020f4b936635bd0707924d97fc5c7ed7753c080bd68636f5bd4efae2

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp39-cp39-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 704611e734179d9b3cfe81740ce3425b57c1269448908b97dcf982f33264cac6
MD5 39fa35d4294a5da703a67ec617dd7bbf
BLAKE2b-256 b37bcc0c2f67eff2d5e4474ab64acc68dd575dbb2aeb55f0ea6cccffc7837cdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp39-cp39-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9c72c215a1ea7701c3730c21863790fabb05472767a8e08e95bda3a214078b5
MD5 6284a8c2436a2c9c14a6f7283048606b
BLAKE2b-256 dc8adf692519bae3b0ff14f54d859e635b9ffd48de20d46b36f0b9a4b69be94f

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce9a06769f28c32de926319cf6006179d3946f09a8987b0b1003b398b25ca7d5
MD5 c22911ead55641ec58c9e113889c335d
BLAKE2b-256 19491d9a655482c48647bae27e3b8eb9161cda6d6b5c6fb0c2a280db19bd3951

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5fc52c916b135529cab731c6f7c85d78f6b23dda315ef6c417dca22f9497850
MD5 ee9982bbba2cd0f76cd65dab341cb995
BLAKE2b-256 0287cff8858b3cb110ad77c1774af5343d5454ed7f3243dac210cc41d6b50c6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46cc616bdf2edbef2586ccc17a905ae4376ae79f5b1e3069e935042739e05a6a
MD5 caed9ee6fba3a48fbac099f1c59d5fc3
BLAKE2b-256 0b009299fce7482b45a185751b08181b7c7c7dbe01a6e75f41d8049b71a0e2b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e561f1f6486b49732e273b840dcb46abcb9b95df375e5c7ea33dc9d137f96f51
MD5 764e5bcb1dcc1607de26f010f0e084fd
BLAKE2b-256 b78f252d33942cbaac902fb1558e915e14dd9ccf6b923af2f2793652b99807bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 48a136d8fd1e8a914f452042df9afad2ef0ce301187f0a75732d0469e6996799
MD5 6ac137e7cb84c1897088b68de7a1e9df
BLAKE2b-256 4d1071d92ce470e1742292dfac1f32b4366b327df89143ab4bd01ac69edd55b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp38-cp38-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 eecdf8a60ffcf8218c307a8fe0a55c60af888fa0730f1b5038733574d7e48d82
MD5 8f87d2c4fc89031195bfd97b5e72cdf8
BLAKE2b-256 81ddb0e084a2555d381ea83ceae0c64ec307c70d671051f598ced271706052c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp38-cp38-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76c28db5d0480a14e550a313da9652d57d5bf09074f9d566c40abac90d9ae41c
MD5 fd3d6ef37ff3b0adb2c6581be41c3d47
BLAKE2b-256 a9c4b5d33cc10ec6d517c871ec31d1321319bce8952052b8579492c5ddf59265

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83cb4caa8ae20e5e0fd06d2c9e30876ead3133fa4b2038e7270f04131ca92e80
MD5 5d5aee71b97ba698cf09b906411cbdb3
BLAKE2b-256 24f278c4940609be4b8a54c192c4157a755e41697da08f69d11c498244f4dad2

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0cd7db5685ed2b79d042932a62b3bf82d0443a7776f515e5c09564d52e357a6
MD5 6002052c73d37a0dfc02c52cbaa14dce
BLAKE2b-256 6300da1f4cc481632e130c9eec1ee6164a08760f820ae0150b53466eeea73b09

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de1a0a683f4d45859a9a898e16634bd1802d1f88f024a70e896192a9d875aff8
MD5 8930eec1b158e4951e33b33c9ee2b166
BLAKE2b-256 824e441d963d3ac6dfe6dcf277601967fda22a384c1a97fc22cb668df36e8a97

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56e6bdd79925ad2fc137565e8fb19ed2584994faa057c97461a17da69fb98b7f
MD5 fa4b89158a226eda6cc51523820de44d
BLAKE2b-256 3e9639f0d1ec12f67c599e55b2a65226883babb6f9d0b90a4a3b5fd9ca6baf21

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9071c58126deb2b31a2f7a2173069fff3449a348a736370af18b509173e260e8
MD5 9cb31420c06113d1bfd1ce61fd879359
BLAKE2b-256 83661c57b295bf4aa4ddad37d2848a7081a873ddd7757f07120a22228f83a16e

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp37-cp37m-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e1841dd0856b24c72fc32411e53da6709393b48dba497d790868693e7d3bb542
MD5 9b059d3065c7cc7517065ecc8845e021
BLAKE2b-256 29dd08555e630f5f819485b721927bba67004c47dd4dd24244b339d80b521eb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp37-cp37m-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67dc175b59c502dbc7e287f07c819652b39080e7e19728fa3b01552ea341a9bb
MD5 cc5889c313c688f24cadfd62357bcc88
BLAKE2b-256 380b3e3195bc90d4f42f2e98c5e451242f4c1a0a48e7629f5aa3ed6c9bd6a878

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e12712a38659115a93de18ba5517a4faa34c603ab43ba925d451e8d2429bbd40
MD5 874e602070f53445e2e0107245a87478
BLAKE2b-256 19128a9f07d96d9e249f7edf9990d24376843b63205547f725ef4ff14a47409e

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39745bbcdefa26d96fdadb5969738f6f748e2b32d9b149f35babb3787b325e7a
MD5 3fc51f5da6c6adf332f817cfcda1c6e2
BLAKE2b-256 3c411f8eba6d41d99337fd2d6f200c42b38ab57e8c887b21bc317133e04f3666

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab22411076dd1227ada4879dc80903aae049593486c09e3126abb4b475955442
MD5 041790d09d97eeee144c986541334101
BLAKE2b-256 2d89009856bb6e0318e8e739718d936922a5e8832a7c600046ec935fd149b18d

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a95f48f815392964a3b64b20c19b0ef5c25690413ce0ee9f1e7f9b00e4f1b40a
MD5 cb09c4da40ed2bb94eb70062952f1a1c
BLAKE2b-256 4957ac3f5ab4ae829c58b30ee70a514a4c022cb91834c6f9d88b90c228a97c49

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp36-cp36m-win_amd64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 587ac90a7e5d6ae91ad99854bea5b4316284ff8edb4fd51fa3bf9c9236e2a2b9
MD5 4418691f342ef0308dea39d2f9c00327
BLAKE2b-256 f093564d94f75113fa36f8261352bc02d1e76b2375cb7614bf97fdf0343721ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp36-cp36m-win32.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b78ae67c018f1fed0b418d46dc98516e5a9797be85ef932d2d97f26860146ba1
MD5 718088f51482dde8355e15b1b63edeff
BLAKE2b-256 64eee747b6d047ce2273bc2aee6be8b367fb25d7685a674530e16060607d2519

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86071c363347c25b572ede5145cc5c6b39767249e55f5666127650730f737bfe
MD5 07121bb2734a43ff443fac6b273fac00
BLAKE2b-256 a5b206380ff098e6db88e23e2c27b3e33e0df02ce78c7412ef8c8e33f98a63c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp36-cp36m-musllinux_1_2_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8e901af8f45f24d97cd8afd964e710727f39328914ed7c6133a4f0e8f840a62
MD5 ef8f81d7c3e18c8ab5e92f59575ee7ed
BLAKE2b-256 26d0a25ca9e94585a658f27b043a2517f716b4790514904265893f52b06f8d1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

File details

Details for the file PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d31d12adc1e0bcd9aff01b1d92aa316e45b8262ffc67d49da0802b87e840e771
MD5 bbc250168cb7bfe2ee88f2af47358708
BLAKE2b-256 5048edf2b59b1f42fa3310d0f1df492b43fc657eaa3c5104c612011de3d8d555

See more details on using hashes here.

Provenance

The following attestation bundles were made for PyOpenGL_accelerate-3.1.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: accelerate-manylinux.yml on mcfletch/pyopengl

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

Supported by

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