Skip to main content

Prusa Block & Binary G-code reader / writer / converter

Project description

pybgcode

Note: This is a fork of prusa3d's libbgcode simply to apply some unmerged fixes and deploy pypi releases until prusa3d decides to tag and release themselves.

libbgcode

Prusa Block & Binary G-code reader / writer / converter

Description

A new G-code file format featuring the following improvements over the legacy G-code:

  1. Block structure with distinct blocks for metadata vs. G-code
  2. Faster navigation
  3. Coding & compression for smaller file size
  4. Checksum for data validity
  5. Extensivity through new (custom) blocks. For example, a file signature block may be welcome by corporate customers.

libbgcode library is split into three API:

core API

core api contains the basic definitions and functionality which allow to read a G-code file in binary format as defined into SPECIFICATIONS.

See src/LibBGCode/core/core.hpp

binarize API

binarize api contains the definitions and functionality which allow to write a G-code file in binary format as defined into SPECIFICATIONS.

See src/LibBGCode/binarize/binarize.hpp

convert API

convert api contains the functionality which allow to convert G-code files to/from binary format as defined into SPECIFICATIONS.

See src/LibBGCode/convert/convert.hpp

Specifications

See SPECIFICATIONS for file format specifications.

Building

See BUILDING for building instructions.

Command line application

See BGCODE for instructions.

References

We would like to thank Scott Vokes (@atomicobject) for his work on heatshrink and Scott Mudge (@scottmudge) for developing and maintaining MeatPack.

Project details


Download files

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

Source Distributions

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

Built Distributions

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

pybgcode_jneilliii-0.2.1-cp314-cp314t-win_arm64.whl (200.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

pybgcode_jneilliii-0.2.1-cp314-cp314t-win_amd64.whl (220.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_39_riscv64.whl (195.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.6 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (234.5 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl (229.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (182.5 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (191.2 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_x86_64.whl (210.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl (177.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pybgcode_jneilliii-0.2.1-cp314-cp314-win_arm64.whl (192.7 kB view details)

Uploaded CPython 3.14Windows ARM64

pybgcode_jneilliii-0.2.1-cp314-cp314-win_amd64.whl (204.9 kB view details)

Uploaded CPython 3.14Windows x86-64

pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_39_riscv64.whl (196.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.8 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (234.8 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl (230.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (179.6 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (192.5 kB view details)

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

pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_x86_64.whl (200.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (168.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pybgcode_jneilliii-0.2.1-cp313-cp313-win_arm64.whl (187.0 kB view details)

Uploaded CPython 3.13Windows ARM64

pybgcode_jneilliii-0.2.1-cp313-cp313-win_amd64.whl (199.3 kB view details)

Uploaded CPython 3.13Windows x86-64

pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_39_riscv64.whl (195.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.6 kB view details)

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

pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (233.7 kB view details)

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

pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl (229.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (180.3 kB view details)

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

pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (191.7 kB view details)

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

pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_x86_64.whl (201.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (167.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pybgcode_jneilliii-0.2.1-cp312-cp312-win_arm64.whl (187.1 kB view details)

Uploaded CPython 3.12Windows ARM64

pybgcode_jneilliii-0.2.1-cp312-cp312-win_amd64.whl (199.3 kB view details)

Uploaded CPython 3.12Windows x86-64

pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_39_riscv64.whl (195.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (217.6 kB view details)

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

pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (233.6 kB view details)

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

pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl (229.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (180.3 kB view details)

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

pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (191.7 kB view details)

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

pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_x86_64.whl (200.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (167.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pybgcode_jneilliii-0.2.1-cp311-cp311-win_arm64.whl (195.9 kB view details)

Uploaded CPython 3.11Windows ARM64

pybgcode_jneilliii-0.2.1-cp311-cp311-win_amd64.whl (200.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_39_riscv64.whl (195.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (216.7 kB view details)

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

pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (233.1 kB view details)

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

pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl (229.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (179.5 kB view details)

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

pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (191.9 kB view details)

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

pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_x86_64.whl (198.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (167.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pybgcode_jneilliii-0.2.1-cp310-cp310-win_arm64.whl (194.8 kB view details)

Uploaded CPython 3.10Windows ARM64

pybgcode_jneilliii-0.2.1-cp310-cp310-win_amd64.whl (199.1 kB view details)

Uploaded CPython 3.10Windows x86-64

pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_39_riscv64.whl (193.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (215.6 kB view details)

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

pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (231.3 kB view details)

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

pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl (229.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (178.2 kB view details)

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

pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (190.7 kB view details)

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

pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_x86_64.whl (197.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (166.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pybgcode_jneilliii-0.2.1-cp39-cp39-win_arm64.whl (187.9 kB view details)

Uploaded CPython 3.9Windows ARM64

pybgcode_jneilliii-0.2.1-cp39-cp39-win_amd64.whl (211.3 kB view details)

Uploaded CPython 3.9Windows x86-64

pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_39_riscv64.whl (194.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (215.7 kB view details)

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

pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (231.4 kB view details)

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

pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl (229.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (178.0 kB view details)

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

pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (192.0 kB view details)

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

pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_x86_64.whl (197.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_arm64.whl (166.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pybgcode_jneilliii-0.2.1-cp38-cp38-win_amd64.whl (199.1 kB view details)

Uploaded CPython 3.8Windows x86-64

pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ riscv64

pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_39_riscv64.whl (193.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.39+ riscv64

pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (215.5 kB view details)

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

pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl (231.1 kB view details)

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

pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl (228.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl (178.0 kB view details)

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

pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (191.7 kB view details)

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

pybgcode_jneilliii-0.2.1-cp38-cp38-macosx_11_0_x86_64.whl (196.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 879fa4f36a66ef43a0eac5adbb412c7e0c5586e96cf24b0b135f527e584de107
MD5 748ee625990f1065ff85aa83fe0bd0f2
BLAKE2b-256 78c96a857c697b78533dfda56d5c4a0fe57ff47f56c8bf3bbaf79a4d8991b19a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-win_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 feb4fd01e36bdb5f858050087da19753fc38a856b866a822d6687a35fd04ef80
MD5 146ee4152a4ee16f737f5781b77e0c63
BLAKE2b-256 d563e628af11ec9333ae3488cf081b2a049b854b8b8d4d99dcbd8388d5da8110

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 310883cc5bd9eb21431765ac9c2dd262d62e20dda0234583bbf7bab2d285df9a
MD5 8f8e872e9793e5278cdabee07de20817
BLAKE2b-256 369c48e14e09c1a5f5032d6f76149683b008932e68bf6a132e57f5498635377e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 da4320b06c39847f142b0e2bc07d11219246768879f346576d8c03447bc1a369
MD5 62c6e42816d5b4f38ec1c908535ff93a
BLAKE2b-256 85c6025b53591d453aa43906953bb4bd8c1279975b7e972c1541a45f8df06c9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 38c0cc745b068b5344e56441ec34831f82861fd716bc2cd791585777b19d35b2
MD5 eea4b2aebce9da2881111102e635bdc5
BLAKE2b-256 037805fa4671f09d2d6da13916d79cba1287dad064370e99cbffd5a6e2042d5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 069f89f6f644388cb5fa4d5e0dd9e4014d1cb401ae59764402229610297e4f58
MD5 b455a351370263eb66c0047601eb31ce
BLAKE2b-256 608c81cb303956f823fbbe955a22ab62e93788030bb4f7fea9c6cb68e897d1ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 27ab5a16041808f0f3744da464f23ad3ee6361fd35be960e1ae6fd3a144f4f94
MD5 6de3e331ce01899595238c1b320e247e
BLAKE2b-256 3cd39d252fd7e7014c1379932ecbd9f382c23acfb8c4801d239f51d85c6cff7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50ee056689996b46b2879803c7b1a55f578dc5998b653a9648776ee2b336a4da
MD5 3e162d981b4ff2ded94317004123a4a6
BLAKE2b-256 7ad4193d6bf8b31029586b6e090a4859bfb8a59da5d001aa7792a7d55d35761a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 0a52c759bb7d51b7ce1a4094d6c80e9afd86dc8f9d9a488b8f4b8a811daf9825
MD5 f9c1f38f3840075f4de598ad81d0d803
BLAKE2b-256 36fd3bcf2e1f825ae2f38a18ee7314991bd20eff716f70bd97a63f09f5959f88

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3176d1c94048f9716b9586cffb45a82a0f00a66ff493f45dc6379f20346a0864
MD5 3be23f0279c4cede108675da28783b29
BLAKE2b-256 9c5010a95b913ac7412701a6c07aac479ef4ef8987dd2612dd78de764871014c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0bd2e02af2ec49660e314023dbb3bc3dd944455372c65d79a5a572b1657be199
MD5 90a684e39e9ad1e800bb9bc72cd04aeb
BLAKE2b-256 3eda27024805482905c9448ee4a46f4a4acc54da8150d0c2a12173ffcb043207

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 392b325544c87da1d8869104cef0be6c186a9fd6b62635718e63e601c5228c3e
MD5 5dae7efcda9c2f0aa865a3bc2f0ed20e
BLAKE2b-256 5d5ad757b0472e1cde3664f943f9b22913f02522f902f8ef4d29fbe04eabcbab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e011c4182a1e2704312a886d2f5d371854793fdd0ac93fe22fc798546a6c723f
MD5 8a443354f15b7589bc9a045a0ad2ec8e
BLAKE2b-256 6b14a7a468763d908809fe987725ffc7ce11ffda5598731ca243bc61f81ce943

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e276ea8160a40db4311bfa4c404550defd0ebe71c3c481e7edb743ad87f13cf
MD5 6f42e624b959759b7e230228a3ceb92f
BLAKE2b-256 05d23a39c0949567afca784daba1ed39ce5d42836a6f238898eac77023f45ba1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 54718c9a83aea0be84837987b031ec10c92868dab37c0dd323a4c3a011d1e3e7
MD5 a36c0433f07a2af027f418d706cd3571
BLAKE2b-256 32641c46162b0b27c630c9cd661e643cc2f7f35df6c157b2c50cb01be4f2e3f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5a6751315bdcd66c673c626feb5736cdf81d03d2ae87488fb578b298f4be5dc
MD5 a54b7c9acc67b603c67f90736661f3bc
BLAKE2b-256 5028ae3d9257d0874517c0e895808d64b12db8832b2aa64aaabd2a3f9a6f5b05

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 658830ce50c39d8b1d53b07d00c477daa983e8d8d60e67f28d175e7f14875f0c
MD5 2012b43400f3408a4bf07bc38cf483e5
BLAKE2b-256 829035a98fc52302ec2708ff3258f710e418c9b3ffdadd9621ea818b91ebe40e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-win_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1fecbe3f6734dc6ac2696561cb1ae313df0f1be62302699fa928d1f497d77991
MD5 65d30284dd7cf65e7d1843e01d7d256d
BLAKE2b-256 82080075fb0016a04bdef917e740b31e53b3b2ba154bf503f6d6fd3359a92b17

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f13f06b9824dadc79760d1c1dcb303e10f4b145901cbe1d569a3be87c63da671
MD5 9836d79f61fff7dff3f7a80fedf70e42
BLAKE2b-256 c7bfe99b38273e29af6ad5f5f55987d7f5be2e060de1df60602e335bf4bf4173

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 283c1ed8bee9a719e4fff386aa7463a2aa2b56543583dc090272105e039f7fcb
MD5 6c78a7ec8142b8aa19d910c3d55b66d2
BLAKE2b-256 fc0af2c2c66bab3245a77bf15bdc0a845b9f1726f2ae6f9f9cb847e750f152c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f738118ad7dbdd87f0ac89abd2ca72b9d3def486e50be1b7ff1e8deea93cf801
MD5 599e1639b93e4c883b35d3cfbdd3878b
BLAKE2b-256 19fd39ead1e17ff7f75c1fa7cf750cc326a80385d597f20cca4344cefdbed88f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f9aaa08339fb9fd1e9ba5a0a9e0b2b606988004b9dec99baf5016a5e65bf5b8
MD5 c31beb5554fab1dd56fe50af083c468a
BLAKE2b-256 dbd162ca69dfb2c2e687eecf1d9e20916ebe2e4f4fe2ce0d79d0c6af761fe470

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a782162eb633628ca3bf13558673b55a24d4603fba8fdcd170c0c0e9be2e5942
MD5 4a9656afa462c84eecf1e4c1b8acf86c
BLAKE2b-256 639df7c56214c001918980e8b59dadaf1e20da86c3b31bddb3dd1087d9a9fc15

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ca95ea0d0775ef09e8d5b6e11603886b1b215c72caca57712a99dc6b3a4c44f
MD5 b4b93b167a5d953dc035a32a7940074d
BLAKE2b-256 91e27796e6556d836ea18c15096439164b72b7b2160e4db9cf9b630465893ee7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 f686ad2ffd06301f9e3885193ac4a9eb7f8c580af34f912adf8d9c9606defb06
MD5 367889b321015a719442964760239907
BLAKE2b-256 ea686c18b7a9ef4651084d024abbe722444e62570f298961d62dc509a62a580f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fbcc8110a118c9539055814b11baaf77c4bb8bcf6dc042a1ed5d742ee8e1ecb8
MD5 746b8487254e546783faf78b78dd25a0
BLAKE2b-256 42a1cf81952b041abf16cf98cfb5640e2cca0f31d27942d00e5064f8cc3fdf55

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d844268aed86558ecd48769e48439a9ddaa98b4364d4e4626249a30f5bb763a7
MD5 5f85ca4c7524a8442acdf350ff11d132
BLAKE2b-256 a4b5a03bed789a72a8997edbec54471b98e4c26df4c1b3935eec271135129747

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a7474ecab822f19be3f32dcdc3b69f2e69da3d49dc2fd133fa6e03a63bd16ce8
MD5 da251d0ec5dd3a60b4a4771a70398a2e
BLAKE2b-256 21b60db635bfd404730bb72f45a8d7407a228ce8cc45176ead87e5e75e5e7509

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5bac3bfc4707a23e6d519a94bdf12a448431a910c7c1dddbfa5428412da52311
MD5 7cc6637f7c19f136b11c196905f52ca9
BLAKE2b-256 b4d9136a920f03d2a0877fd39a2ef8c98b284f84e57e0f01a58e11aec075c1f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3902dabd4712eb28da240502db7ca1e8cf73de76f3ca1667d45c4566f7f86bef
MD5 51e9edf8c9e248ca8dc972bdd9853f9a
BLAKE2b-256 9fd4f7eb5054ed1e9bc334db43a4c9654341c01b713a6b87652a75e476a59c15

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 51fdd6981c273a038b15f337b094db3fa402911a885fc4f73df47750a09b19c7
MD5 559ad1079d9b9f3065474232c62d61c2
BLAKE2b-256 47479c9ab96b92b9ef50ab86b3925d4ccd215779ab2fea90a8c463b09c247269

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 839b9ba22768e4ce3962104bab5bac25ec6ba0bb16b3232ae418a85cabfea75d
MD5 e805c5d882782f6010863b92a2247ac2
BLAKE2b-256 7c83484eaddd6d99705a993eb9ba877883665fd163bce8ef3f90f1d37a6e635a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 cb2fde57e6067ee4ab5770786465f89c9f23c835283d60d9a01c211c7969ea0c
MD5 f98ffe467d5ef2928561936ae0ac6358
BLAKE2b-256 30849e885f140a708946206e67447453b18d06eead2a2755ccbf6af4d56ee10f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-win_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 421f7e5692a560246b69304dccc907d9c6f1ddd554ec70d0e69f4d8b9e14067b
MD5 a91f4f41be0894d20609081b7b6f2bfc
BLAKE2b-256 26621f50d67af9bb51094c06c5a55514e3c93a1a80faf44d9934ef60e77cef7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82f083814d62c7427897c746a1f801dcd8b9b7ffbd921bc0c4d15d7704b4d044
MD5 c923bf583f746ec85f27ac04f00f6eb0
BLAKE2b-256 9b79af745d4c82639ab95006be9fc08c2f5427717ce1d3b45c56d6ec67e09ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 e38a09abaa15de12ee0a319f3dc4a77fe3c4437aa5f1b2292fbc1cb7b40059c2
MD5 565131623e9738f3147a585fe8838d7b
BLAKE2b-256 add7b201910d7b7f6e4ada1e0b91509e0bac6b41a1e6c474fbf9c41ed1dcc395

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ac283ac38d6a4f9f4a1ad9cb3e3f0629f1b92a249e105b0f1df1586d121b193e
MD5 3cd59683e2290d3f88893f114b15cf1e
BLAKE2b-256 8dc34d5cee93291a77f73a321e40b839cd0c617533f0a01015e1ab8f51a43852

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83b03df872af943d8142f6a0e071a0b1d786ffa34f1038654683cb6330eedf9c
MD5 db2f1d8b86e43c2ac9e81ae3febca3b3
BLAKE2b-256 0efde448e914f40b93424833f411308553f26c105f19d707684904e3a22f5809

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7d604e0efb9a8a5c3f8634d861adc42992b9915f2fac70783e69898f30afbcba
MD5 030eb1cd3926edc5a22fc4f0cded188f
BLAKE2b-256 d4fb89a1be04bc8a80ebf95b10c27d87c04dbc5b73f7810421e83f5ad562331b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 975aecf3456d0fc25b60a86737a8a54068c199430875e0ac2626628c8b5bac57
MD5 0e0c5cf1f919c043880a31b50e256d0e
BLAKE2b-256 dd26150385e01bcd730ff5db62cb48390e276e18e52077bfc56cdf02ac2772af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 8dc60db5ccb75898c0b67af396517a49da34c4baefd3927d26989a14c648c662
MD5 2177f2209cc0293dfae791c932c481c3
BLAKE2b-256 a0027a5698b8bb201e493394a57251519a119367a086ba154ff26b8533083d2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f4e7ebf06405cc89f9c53c3dcdeb558fd7091b4a18c166527386865e8aeadb5
MD5 76637b469b3837c287ba54418d965382
BLAKE2b-256 0d077ab993494b0c42b97ba85a64545175ca0fc056f0158aa1f1df6cc4a7216c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 18ab942d98f50af97b93970d9204ada2e72b2667219cc228f1ef30f948b91a7a
MD5 18e96b959e3d0eaaaa75cd6f5ccb58b4
BLAKE2b-256 e74450b818892841441ebf81134f6d0a4208ac777dbd7e48f91b960d51b4dfe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 333451c8f58b4a3950c9d3514ab4b7f930175cc569e2cf230806b21d858ccb80
MD5 ae040b29a009bac4242aced1c41be2f0
BLAKE2b-256 7b1ed92faa5ccfbe8a6dc46ec581a34628bb4e6c94a7b190d905a732ad89af5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f425690c214cbd5c52f01f5111fd8e978e3f695427470d9aff8cc4227a310359
MD5 bd568e880edf2564c83f593a68080fd2
BLAKE2b-256 ac8f90fdde5363c5f0afe07f50f7aad10a777f3853d2e2b5c1f267bec88fa898

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d800f028ef46fa25e2020d4012e44755d43792b737e8e5204e74c576f7c21fd9
MD5 8d40f2aef2da4991fda327d35442a478
BLAKE2b-256 fbc8fa71509421767f2c5698e9d6ea7dd8ebd88214e39dba8806b50f5bd16558

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c49a8a46000cb78b32541c5975baed52a223b44f655cff50bd5830e31bc007e7
MD5 5a9ff6c668490d00bee323366f32f54c
BLAKE2b-256 2991b0924abf0c1bbcec352a11492f425fca96623d62a3266d604a15cbf5e9c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96ca9a6573c33f0828b2d40b8b2aee22659aa357c2914be881681541c1269a23
MD5 26bc13eeba2111dba1b1540dd94f86f3
BLAKE2b-256 475042b5896605241ad4121a29285d679740514a7749d420e84273f8c14c5bb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b50b72ffddae5d0cba017974789b1650e3914ab5079ac2e5e303de1d46a44fb2
MD5 06d43340a082bc1316cc840bbf786cec
BLAKE2b-256 a788bdde8287756c7743aaf3ec8bfe96a781d261ba333174606f45725598ce28

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-win_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a10d7f12095e0d86038463d3066c5d065b58c51c243b705da8a62e547f780f2f
MD5 fdf2e64aa7ce24fea6d4f4f038c9ba45
BLAKE2b-256 a7a11ee42de08f68e00a1d98ad9ff1589d4d3a0198993e9c6af58fe9fb87e9e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7921534bee0561fc745e4b269fa8e13e4c394a2b88709fbc829f111d5eb41cc
MD5 e00a19214d86946f90f46f989e7d048e
BLAKE2b-256 31f38d762c7bd8253e5aa157a9e846f759ac24c30b7bc4e0e9fd2b0a9ab1e4c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 4920958fb11cf6c1151c980b469aa9559278a569fbc0e16f732ee52b293bc7d5
MD5 1ac950cc1fc7bd2a1eae87f851485603
BLAKE2b-256 3a585d3dc7f9e090d559453acf82d55dd89b3b52cccbbd25a7a903558f9ab8d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6a476c3f51febbcca9b8fd82a67c3d554286ce34e59bd80939f8824a02323dac
MD5 8c151cbe3189c41f075fa32cd10d8b85
BLAKE2b-256 ab9d6e610b7668e4ae8be2b4698973139c892cd1d1ae3813e904b7040f5cd79c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a5fdc75370396d4d2375725f686ae52069ad7d825a3fd1e8b0570fcb0633163
MD5 14303999f2b2d53c440f2fc56efe598e
BLAKE2b-256 6684d100fcd48b01142d1c8fb033299c2dff7c96b226f719a8281fb09611a784

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 500ba94f7abfbd6c2ac592439c8ea759c16e38df1bd3433c2a766f9c29a70646
MD5 a10a2682974dcc3815c982af0ec5b3f2
BLAKE2b-256 1d0de73df17ef851069a344997230ba7ffb0f96c671d244cc9dd16ba74069e80

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20600072320e21dbaacc02133867813191057a0ed46172a68f8c32845e53bcc5
MD5 c73a1574917b40f49883284e9f590636
BLAKE2b-256 f6c2718d68cda21e4a688f78a6d35db7b992e4aeae210e676af06759be9e8b16

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 97f87e835410b036fe7d7e18760e5707f05d9f39c557407cd7c52cdeb901f5d3
MD5 675528c22230a0639fabf92a7ad93fdb
BLAKE2b-256 c8002cc825994d87d954d10a8ee5454aec9b1eb23fe15f99b5ee1852092f8351

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6dc22ad26f9e6cec5ac583d5b35c7761461cc568078a833330e390df8caecb69
MD5 da6576717121de316507806187ca52c9
BLAKE2b-256 05180938557b82867ef56b875528c7ae70fed6eb307879ee5922f559d8afa8bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0ba5492bcabca10be48c0f159996eb2ca6ebb5f6e4b3f6694c0f3f782e9aca7d
MD5 fde1f285823d342d0e51f6fc72d7bda6
BLAKE2b-256 a58ba18640fa3ab7cb6c2553f1ee1d329c101b83649e49f23f156dec8eafc207

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4152d1c6e6c8ba80603fe04651ceb1f24995a1fefee7c6f9e6b8fedc5623ee33
MD5 16afb094faa5f83021c2fd4842415c82
BLAKE2b-256 024c27f04184d0feb3be56ca97a114fae4af0a10e413d43083a54ddb9028e512

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 29c579b7569df68e85aa594b43a6faa43d6bb9803956cc763ae855463400aafe
MD5 48fa855784f2c3d9d7d3ee1087ea0f4f
BLAKE2b-256 bebb9a13d6ac608227342e3996fd2e2a06d515e72731633ce773dd71e6389fdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e66a8710b4936c6f9c1b9bcc163aea961e501e29b29eb9679e861d96361c687
MD5 22a27d58068591a68bc2aa3035918b61
BLAKE2b-256 3f2195d8a889821466b4c32ac1ee9713912b14eba951c10e1a1dc47ca03f61cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4cd3c9dd32dddf3e93fb471b2d25ecb3da96e02175aa8175029ddd4957097e2c
MD5 df2eb1c701d785d1e17731ab45502002
BLAKE2b-256 e72a25cdd51bb1d293a06cc52c2c43bd354b02cb2a1701de51e77328f3c9bca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b49e59f3564bef7d8ce3b0b08d575a39bbb0186d86c02a7b83856aeedb327de
MD5 4389178fbbef76bc13334e82e64adad0
BLAKE2b-256 3d14c9eef5c9545e80a090432d00e17efb88cd2e3e5659cbce8cc4516fe856c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 807ada45b9303b4d7679df4493aa86ef89150794c5970b221f4863d262d382c4
MD5 48fc1709f3be6624a66bae693c7f6a40
BLAKE2b-256 027317f9545047fa733ba192656bcc481f51ff9ccfdd15015b3b9169bf55589c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-win_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3c0f0ce14eec7a34a1709401f8bc97eb6192d9b0aac071e078e8924a9bb58054
MD5 fca51f928e3916c8fd2e7b532787e860
BLAKE2b-256 8eaa956b4df8c2c314d30221453ed6099b4ac611d914cd7d0d7464fd948655fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a62c65c6494fe005e14815b61a880ec83fbc784ab066026a01b79fec68fa7ed
MD5 cafbc14367af46c11d427eab29847d08
BLAKE2b-256 b4acf09d129affc902eb295b62a7c60143f41bf5405fbb04df7d73599a345b3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 7655776eea3aa903935fade040661b6619cd50dd0cfae5ac2077e494cf9fa2e1
MD5 a92436f23ac5c770d37a2106bf6bea6d
BLAKE2b-256 e210e73622e369f8aaa8150225afe9e124476f895c4c585827f19aab96e10b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9068857abb9376fb7907016bcf8feffa78d7d51180b79602b1e6b35512c71743
MD5 79030f44610e92d1e977439ead40113c
BLAKE2b-256 6f6e0894c2b6c0dafef7f05a430a0da54833ef2a650347d69a3bee305109f4aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c00aafc815119a5e68ad5830ab60724d605401badc04c53579b75a972014aaa
MD5 8bdb2f10b31a3d770e78719434e044f9
BLAKE2b-256 fce9c36625f6673424bc7cd7b231276f34c6dec38d0ccc00e54e66a78d86ee59

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7a51b035aed9e1c56016ab1faf30048aa00cddfe56042dd13e1ff5649dfb8b16
MD5 93736ab93cdbbca3362fd2999561bd43
BLAKE2b-256 dd9c47ae03897d219abf40e600a030d1095e7ab11c31e42e86ef147e27f48571

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6150f2114c79ec99d6f9d6160ab7265bdd409b8da4ee5ff416ced927a4455fc
MD5 fd6853a43ff2c7cf9c8937b6711ee67f
BLAKE2b-256 798ace26f9132b23b082a768824ae9fd5a19f74d0fdedda377ca658ca3decfa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 3e45168dd481180893f7a3d0daaffd438d39b8f0002bbc7948529875668245fc
MD5 9070640fb10a2b5d49cc3bfa5723fa50
BLAKE2b-256 582a7f1a152a0bb125e80d59729c20e36e2be6a58ff69be27bdff63b4ced9837

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5bc7fe8ce516bf618de072fe18e190edb36d8c8b47a20280ba9d91ebc8abac19
MD5 1e8dc43780f13fe8eff72a4486e83f03
BLAKE2b-256 f271aa47be7558bc398bf8bbffa32d21b018b89c210b56a1767154dde5ee0c7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 1b9b8ea2783dcc45f933882edafd2dc872d3e41be65843dbda676f7789a18775
MD5 431d5ed0fe52b7c14ffccbe9e1bc335e
BLAKE2b-256 b16b7faf48cb7fe8a90f60f1fe7ef5f2578abd76c8c000d122f782fa970ad288

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 621a9a3aaf198c8f0c8121f42fb147cf33a732e361f456d3e467d4243d5e0ef9
MD5 ef95ec04803ff8738e477e0d21b827d8
BLAKE2b-256 2156ffd6367fcd1055769012b88584ace6627ab7b7082e2f059840c66609721b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 bab5ef27c33536eb40794a13463735622051c8b368ed85286f68d3b7d87a523e
MD5 a9e87cfa464fad92a99573028bfd9b86
BLAKE2b-256 2fd781d8a84ca9d0bd1a98e04bd61bc1dfb46eec9341da6ccd6d817540d337ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eaad53deac3ff89de9adcdd4e04285984d8dc627ce5a9be09bd9dd7b2ce71a3e
MD5 4722d947e75cbcc78bad37857ef69946
BLAKE2b-256 8057609c1416b8fbecaeaea941f319d3c96a0284a5424805606c545813b91bdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b9e471d6fd984dd2a2a1ddc017c1a4ccd09a50b080826bfef525875dc57dfb2b
MD5 46a0219303338ba960f31569e0f74d12
BLAKE2b-256 3f3ee3907b60d6e139f31dadfaad039eeaf4486c61395f131e6f17370a57c6c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84074647077e4e1eaa44d47f5946ffe8f4263045f76282ca4e2b49a9ef0b2ef4
MD5 9fa74702cafa22e2af3669c72d1430c3
BLAKE2b-256 0227080aac3812ac8ef14695252f604a66dd3e7c4a28d4fd146a89bb8912a9df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 53128a0346413e2ef1c6a8619c8594efb65c225b57370fbd0e62fafa854e5a68
MD5 e79d170544790dac9c1adee97e6730d8
BLAKE2b-256 2d5f581e80e8fc4b9b7dbc07e2552ef401bb2b1bfc5a4d87c3fb6e46932ed00b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-win_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 98f6d10ce263013737ce47c9e836aedda77695d4caef67f07ccab938a1799e49
MD5 e846f127314690ba47f44ac0c68a7f70
BLAKE2b-256 28e83df43650e83e5ae329525059340421538fcaceca753861cc0bcfb3e65867

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 021b5dfbfca3c9a01a64c240f2cab3def85f56c8d4664ef516b9913b2215a14b
MD5 2bd576d89b1100ef8e36b1bed29897a1
BLAKE2b-256 d5df0926dbbbcd9e5fda455069d3819a1bd3501c461de5669bc4e777810e81bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 5f0730e1221fbb3cd213effff1031d728e978a67023892840830c48e5b8b71fd
MD5 ad572655450c18c11abb57079232d944
BLAKE2b-256 8ff2d1e60690dae69593fadae19c12b8314119d0ec73aec34b1782ea2a2f9cd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 122f4b3fc642666e34ec5ddff0c82062405cd31054ad3943f89f2d1fd404eb3b
MD5 ac7ef9d08ecccb407884c3a9efb084ce
BLAKE2b-256 63ce5b44bdccbd31788ab35b0fced260bc98bf0837ae075ea37e51f977df92f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b61f43c60456a2336e73ffb0552213a6f4f5dbb4452ded57e30dc26dda366cf1
MD5 b108b118ba4c304c6b5f01ad7e2f9cb3
BLAKE2b-256 bb7f7ece15b8c732f212bacd0cbf20a3586b1acc48a84c9d57b8f5a917041151

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8a3cd3f0dddc0f6df72549ad38cc025be5e5deb81b0bebac7fd156d133379fbe
MD5 855cd0b81257f0f8a103d862093812b4
BLAKE2b-256 97aef9c943411d8d776611f830c65ff9a9249791a6c964986970adcb7e269c29

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0985b6c2fd36ebfcead9fc7bf61fe70cd3d01b718c94e90455f134dfa0bfb37b
MD5 c65b0b6380120a8032cd72262529ff5c
BLAKE2b-256 45f29df4b2938d0e14032086c5f9793903a402bb400d915e6ab32264f3b272ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 81938d4258a1c5f290793dffe5ba9019a1ec8821e66840dcdd737edf68c3048c
MD5 65b891cefd37a4c6017f2802493471ae
BLAKE2b-256 bee217f268b780f2a3e999dd7f203571d0544b67bed64a86b5037ea76fc76a0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5dad42a7a127176d8db3f242d48142c80e57947376c5c516984cd958ff64fe6c
MD5 20ff1fdd56408acaaee5378845f658d7
BLAKE2b-256 0d513b2d3e65f8fcc147048d24e755b50b770d170e5203d8e07f67ddcced4d85

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b2e6385203d70da3e8daa5d79bf7a8251bfbcdccb56c3d5fd67dda95a6840eef
MD5 476cebd5f13c69b25be909c68085c33f
BLAKE2b-256 ba8f97ebdeecfd358d8703892587038e5134c387d460fcf12cf4aabb1f5589a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 2c44cc2bcfab971e57c3fea064aa2276bc66501e5ce0890d774d45072bb1d042
MD5 057e80acc3051df4ea7bbd9d825ae7a5
BLAKE2b-256 42e60c9876633ecc6b1486827eb6707e99ef798ad58b243db34813b55bdad888

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 4f4e5470ed61e48398598b9e2b2bbf17ab98b146e42779eb05d7f2c0d646f8ef
MD5 1b3b2183f7aeb9db44528e434892312f
BLAKE2b-256 f1ea8c39c9556d698c1d5b35c62d5fa3452eeda118ed1b121dd38af7a0b56a74

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 357c9a1db1bfb423a3b848a0673d1ab71e1fcba3d783d98c64c62a6176630f2a
MD5 a1f17e221658f987a177a3b05ed68452
BLAKE2b-256 644e8eed8d9f6018699604cf485c9eb95a3127a961e8c99595ae2746c7830d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3c203c2f9b3f716e4e6a11baee2a49dbfb825c2a388efb71aeaa1889ec1f002c
MD5 f727b33c39bd0b443f15fae9611f8648
BLAKE2b-256 c1fe31016aeb888301edbefb03d628e87b06bd18d9675b1af89af4bddf64837b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72b7a8f354762edc0cdba622f9988a9425e5fae085fce2cb205b77b96128e8cf
MD5 55e8fcc0a8e56f92b767274a768622f8
BLAKE2b-256 397ef015f891fc2c245d93efa5bd808965b47cb9bc442ea1c6eafcc8dfd59e6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 90da938feaf2058e8f2b40405789093b00fb575343c577fc3ff108c775caa725
MD5 5df87888cd391cdfa513f7c169941728
BLAKE2b-256 cfa059208ecb43a4887827aa9f3da33ef89969d9a63ed291250d37c2762d3226

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-win_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba6d2e96e04fabd42f50a32999aa88472d201794c1f7ec2a001442c5cff10943
MD5 b89432826d9fe5d393f1141968eb5b44
BLAKE2b-256 0ded6fc940621f09553efa244db9f002ac68c8407f6488746b088c36f0393690

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39b1c72327ee1e208db9caa8726a08a38a4fadd24e8ef0de0310ff17bf0472e2
MD5 58162afb35cb14ea4f5c24b13efb509c
BLAKE2b-256 3b59409afadd297aa556a037dc589ddc071cb8a86db7fe3b139bebd59611ca07

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 351cf16c261856fd6d4aa2b8d2d6bde6ca481769ba2fb82e92070c791bd3f248
MD5 a2f664783e9978d0df32e5312d27c835
BLAKE2b-256 eaccabf46040c2fff0a8737c4d9181c9011cd58c357ccb33350bcc2bfbfc6750

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b50f2937bcc707a6508f01a791c8138fe7aba05a3768fbfc958dc53d3cabe558
MD5 c9ec093332c2f0f86e8881dc2a793255
BLAKE2b-256 5661126da95a72722d5939e9611323e077e2dabbe933c920c7acfd4e24ee3d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dfce7c308035bbac940ad8fa028687e3f31ce2a67936f1cf713e0b2884a85985
MD5 e1ee39c0c33e8a7c21bcc44e08e7660e
BLAKE2b-256 e45b15ed26651a9107deca2f7a719f670f2a2bc1c67729db13dc8df196db9778

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 62134880548bd68797a299c8619ec2ee93a79dbf13133766d15bb3cc8bcd2b34
MD5 ddac10261477c708c9f8b01976e7bd83
BLAKE2b-256 1dfb9f6e4c644e158a7b9ba4a874ec0ba55326e4d287d29ee891b786f4fd2d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ccfab2c9042bb29a8eea9b0e9702bed4d8e1affc936f1a5d825abf663f30b5e
MD5 8bbbae4643223559bbac18a2b03fd803
BLAKE2b-256 2b94f9b212a98dbbab9d5ad4282df02992125ca368b324d36d4cc409ac83ffcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 ecccd2bb7879073b4160ec0e06c047ce253e917ead362e2be9cdf2e6f197c3b8
MD5 44e79053a98f13feb7d0c97f74ba1990
BLAKE2b-256 01fee30ebf4ad1e228af5fc88e96f0ab2987291cc61cb1415f934dd97811e73a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 860685da55a201077ee0e8620f359663eea473eb226b544972ea5df7530f1028
MD5 7b0bb83cb3b8d1ed65a1fb06338efb77
BLAKE2b-256 94f454c843a00e1079ee38a2b3f292d6f8e4741e85c40f245246802beb287772

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c91370876676d3538c644b67b53d1070660511f5ac28dedd271a1075f1903499
MD5 f12e8a23dc451a651a82bc123a2bf2d1
BLAKE2b-256 5e0e973e31d2ba94ad0380da09564aee0f109b0a61a0cbdc67508506fa931cdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 cd7e1da1e5514a2b1f6d6ef6fbeb697e7a36bf06fb0db230af03f75e6d0e5066
MD5 1eeadf06a1c46213756e1bfbeb46cd71
BLAKE2b-256 1cda589bbacf18d7c17d3bf10d341c9ef71e59a755fb4c1cb46407997f040006

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e8e97abdbe568091b7c62eb8250d342d438ce2b95ab9a16d13932b58bc117079
MD5 420da7a6d7443245292c8c92d26cfceb
BLAKE2b-256 d76ac3986659e0e64b470969b06e04d765b60f386d655abf9edae5d1ca286a70

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e433996c8fa8730b97b52e306bcff596aae697b6cbeaed4353a5ef0b0f07975c
MD5 fd4bf4fc9fe196aa9113c0836fa8f5d7
BLAKE2b-256 1281b871e8e27d4f4f2a1511cc1d8d27c4bb70e0617618f89359e990c67f32cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 de122a984471ee7b9248d16a056e4fa763997c6f388c51f78ef3624833e02c85
MD5 705d37e657f7ee09f372f7bb67f1a948
BLAKE2b-256 2b869da9cb0d466b84763e5d315bbd59ab5f119579d24d51b96478906503eee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d62acd315088a1d127d20a99bee79e528438bd4aa55e5863e44a2945dbe7ad26
MD5 a4138f44d4f57f1b289a0b9fce3ea8b0
BLAKE2b-256 35e7f8eddb80246165d1cd6b2e5ea741b20f59737869fd24c7ba2a2f2bd6ea83

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1a24ac9d49b736bb87ef429b134d9b4fa5e255e3b874ced2bd14d9bbd6f61e21
MD5 9014e0cf8c6627076afb264286f52664
BLAKE2b-256 79b42ad0d9c1f89646f3377bce708ff0d99d0f3b833bbada648decf412e8fcc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-win_amd64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06618ac32620ce383d6779112237c90a8a6b3de13850e1634311ad3f1bc6e442
MD5 3148a48c790785f10b30638426071658
BLAKE2b-256 0eec0371c7d35dee776cbc5f8c17be56a9c38dc67887ffb3e397d74d1f414547

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 93cb2f8e9dd429111857b4fac20f48187ab78a06c0ef65dc1eee0532b541422a
MD5 dd19489e2c236e388a2420de546a6933
BLAKE2b-256 fc188db96e3704b5fda542e2bdc250838c91aab0b9e5c95fa9623945bd8bc6fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 91bdda749ad5756aba65073612f44d24cf73884fdecedd38dbf6ba27ba69283a
MD5 68b91e40968020347b3b1358ceb73f0c
BLAKE2b-256 9d6190f610284176accda7306f22dc6edcdfd34b6ee703b41bc93fb46094fe63

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8535e47fa309e0d96cb204f6d706f078a7c9bee6623ca4dd758a6f26e4407956
MD5 76485e0df7c37aa619732730637bdbdc
BLAKE2b-256 7581999f7ba7afa4dc1af548feb72b20ac3f69423c19c5c619c6700fc3b6d009

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9a214650cd69026c2b02dbd3107c6bc2ea1a1c9ff231b695d986b81fca1fb964
MD5 23f89c22a4f9efe67ab72b1813910edc
BLAKE2b-256 21d292f8a0cfbb9b1b77bedf94d60d6f099b733a934136a93d21ea81486b4441

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5d6b200bcf15c99028aa29d7e7930ca89f7339cb378d555d30c371bac7ea19b
MD5 9769e49622e7147186c442f6f4eaedf2
BLAKE2b-256 3432432d49c722478ba5bd8b7dddf7e486abab256d01ad4ccdcf5fa66774a7c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 a1c4785701186edf155669ea7667b9180bc7aa8ce7bf015da5c71d58fa1b84a1
MD5 a6f826a3ef8633288383dd8ce83b003d
BLAKE2b-256 9611eb9d2c64c6cc1319ea9e07bea9dd8ed4f5e1dd57ff352520d7685aad81ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_39_riscv64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e93c8c3ea186c31007238e7c8db5fcbf72962fbe210f976c6a6eef5b74eba617
MD5 a36980b3cf81b62b897cf85567af6c36
BLAKE2b-256 909ffc5f9cd384fb08c294b6f366832b592925ca33b2309c34ff16ac98e49cbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c46360b5b38a54a912fd9a3dd5433cd70d0f5cdc1ae0c8bc222caebeffaa3b65
MD5 1eea19d7f7ced3721e391dd4cafed461
BLAKE2b-256 c23a784b2e838e3fc539cc9f42db0c50e50876f06f361264bdaf79bda2e24b6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4c88c912d57ca86f34e54b3d28eedcd1cb3473dfa6ae8e96239735900dc858bf
MD5 c5079eda31bdb9363cb84814bc63c0b8
BLAKE2b-256 2eed48636947b61e719eb4d58561fc66a090714a3316b387ea1bdcacb791d92d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 352da7832dbb322d1035a93e40b5f3728bedcbacbd69b1ab06936f4edb91fb73
MD5 609dc805e0dc6a7ddd828131720b2b37
BLAKE2b-256 55cb1a08204d7861f6ad0d842687a3fde94504af8bff789b9329b30ceb3e2f10

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_armv7l.manylinux_2_31_armv7l.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b644d482430e81ee79da21e3ff2fbc7a7e542ea024deea12d5a504c2d9126028
MD5 1d4f17cc27e3a99295f394a8f8fb1ce2
BLAKE2b-256 0738ef84563dfa2aa46576d177b1f38f274a2fd8ba9167e3573efc708ac38a86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

File details

Details for the file pybgcode_jneilliii-0.2.1-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pybgcode_jneilliii-0.2.1-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6f486474bbc14dccf5112d680f6ee47d9e206c9afd41101e2d579821a3ddaeb3
MD5 db6e5e0a036304618885b7805b8bf6c9
BLAKE2b-256 91eeba4507527fe8ed1b041a149a031f6f11400c1db7832ca0e5233285db28d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybgcode_jneilliii-0.2.1-cp38-cp38-macosx_11_0_x86_64.whl:

Publisher: build.yml on jneilliii/libbgcode-jneilliii

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

Supported by

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