Skip to main content

Fast computation of rectangular histogram of oriented gradients (R-HOG) features using integral histogram

Project description

HOGpp

Linux macOS Windows codecov Documentation Status PyPI - Version

This repository contains an implementation of the rectangular histogram of oriented gradients feature descriptor (R-HOG) using integral histograms. The integral histogram representation allows to quickly compute HOG features in subregions of an image in constant time. This is particularly useful if the features in an image must be computed repeatedly, e.g., in a sliding window manner.

Features

  • C++ templated implementation
  • Python support for 32, 64, and 80 bit floating point precision
  • Unrestricted input size (e.g., OpenCV as of version 4.5.5 requires the input to be a multiple of the block size)
  • Support for arbitrary integer (8 bit to 64 bit, both signed and unsigned) and floating point input (e.g., OpenCV requires 8-bit unsigned integer input)
  • Masking support (i.e., spatial exclusion of gradient magnitudes from contributing to features)

For a complete summary of differences between HOGpp and existing implementations, refer to the feature matrix.

Getting Started

In Python:

from hogpp import IntegralHOGDescriptor

desc = IntegralHOGDescriptor()
# Load image
image = # ...
# Precompute the gradient histograms. This needs to be done only once for each image.
desc.compute(image)
# Extract the feature descriptor of a region of interest. The method can be
# called multiple times for different subregions of the above image. Note the
# use of matrix indexing along each axis opposed to Cartesian coordinates.
roi = (0, 0, 128, 64) # top left (row, column) size (height, width)
X = desc(roi)

License

HOGpp is provided under the Apache License 2.0.

Project details


Download files

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

Source Distribution

hogpp-0.2.1.tar.gz (451.2 kB view details)

Uploaded Source

Built Distributions

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

hogpp-0.2.1-pp311-pypy311_pp73-win_amd64.whl (411.0 kB view details)

Uploaded PyPyWindows x86-64

hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (534.0 kB view details)

Uploaded PyPymanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (531.2 kB view details)

Uploaded PyPymanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (429.3 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (368.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

hogpp-0.2.1-cp314-cp314t-win_arm64.whl (339.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

hogpp-0.2.1-cp314-cp314t-win_amd64.whl (453.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

hogpp-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (539.3 kB view details)

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

hogpp-0.2.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (548.6 kB view details)

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

hogpp-0.2.1-cp314-cp314t-macosx_11_0_x86_64.whl (463.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

hogpp-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl (396.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

hogpp-0.2.1-cp314-cp314-win_arm64.whl (326.4 kB view details)

Uploaded CPython 3.14Windows ARM64

hogpp-0.2.1-cp314-cp314-win_amd64.whl (425.4 kB view details)

Uploaded CPython 3.14Windows x86-64

hogpp-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (539.1 kB view details)

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

hogpp-0.2.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (519.3 kB view details)

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

hogpp-0.2.1-cp314-cp314-macosx_11_0_x86_64.whl (441.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

hogpp-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (378.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

hogpp-0.2.1-cp313-cp313t-win_arm64.whl (331.1 kB view details)

Uploaded CPython 3.13tWindows ARM64

hogpp-0.2.1-cp313-cp313t-win_amd64.whl (436.9 kB view details)

Uploaded CPython 3.13tWindows x86-64

hogpp-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (539.3 kB view details)

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

hogpp-0.2.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (548.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

hogpp-0.2.1-cp313-cp313t-macosx_11_0_x86_64.whl (463.1 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

hogpp-0.2.1-cp313-cp313t-macosx_11_0_arm64.whl (396.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

hogpp-0.2.1-cp313-cp313-win_arm64.whl (317.3 kB view details)

Uploaded CPython 3.13Windows ARM64

hogpp-0.2.1-cp313-cp313-win_amd64.whl (412.4 kB view details)

Uploaded CPython 3.13Windows x86-64

hogpp-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (538.6 kB view details)

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

hogpp-0.2.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (518.9 kB view details)

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

hogpp-0.2.1-cp313-cp313-macosx_11_0_x86_64.whl (448.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

hogpp-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (376.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hogpp-0.2.1-cp312-cp312-win_arm64.whl (317.3 kB view details)

Uploaded CPython 3.12Windows ARM64

hogpp-0.2.1-cp312-cp312-win_amd64.whl (412.3 kB view details)

Uploaded CPython 3.12Windows x86-64

hogpp-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (537.9 kB view details)

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

hogpp-0.2.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (520.9 kB view details)

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

hogpp-0.2.1-cp312-cp312-macosx_11_0_x86_64.whl (448.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

hogpp-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (376.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hogpp-0.2.1-cp311-cp311-win_arm64.whl (316.5 kB view details)

Uploaded CPython 3.11Windows ARM64

hogpp-0.2.1-cp311-cp311-win_amd64.whl (411.9 kB view details)

Uploaded CPython 3.11Windows x86-64

hogpp-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (539.6 kB view details)

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

hogpp-0.2.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (532.2 kB view details)

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

hogpp-0.2.1-cp311-cp311-macosx_11_0_x86_64.whl (429.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

hogpp-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (368.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hogpp-0.2.1-cp310-cp310-win_arm64.whl (315.8 kB view details)

Uploaded CPython 3.10Windows ARM64

hogpp-0.2.1-cp310-cp310-win_amd64.whl (409.5 kB view details)

Uploaded CPython 3.10Windows x86-64

hogpp-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (539.3 kB view details)

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

hogpp-0.2.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (531.3 kB view details)

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

hogpp-0.2.1-cp310-cp310-macosx_11_0_x86_64.whl (428.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

hogpp-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (367.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

hogpp-0.2.1-cp39-cp39-win_arm64.whl (315.9 kB view details)

Uploaded CPython 3.9Windows ARM64

hogpp-0.2.1-cp39-cp39-win_amd64.whl (413.1 kB view details)

Uploaded CPython 3.9Windows x86-64

hogpp-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

hogpp-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

hogpp-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (537.7 kB view details)

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

hogpp-0.2.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (531.3 kB view details)

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

hogpp-0.2.1-cp39-cp39-macosx_11_0_x86_64.whl (428.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

hogpp-0.2.1-cp39-cp39-macosx_11_0_arm64.whl (367.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file hogpp-0.2.1.tar.gz.

File metadata

  • Download URL: hogpp-0.2.1.tar.gz
  • Upload date:
  • Size: 451.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1.tar.gz
Algorithm Hash digest
SHA256 bb2ab1b6e9052310293ce84dd720b2da77bff97fdccb410ae0b36925fff205a9
MD5 2c86152ccf79a0fa1b6e2f0dac70331d
BLAKE2b-256 f7fac43cabf210f1c4bacf28bc0b43854c72f63f970a24a34b3dd29573ad349a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1.tar.gz:

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2266deadd25fb321e1ca32fef15edd167f72daa32d1af66f1b5c25f9a252b378
MD5 911266a235e31f0434d5c3448f2bfe38
BLAKE2b-256 ada95de798fae1defe21831f58715db309abca8f9b076997693eef53249bdc85

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-pp311-pypy311_pp73-win_amd64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9215b79fdc0b9f845ea4be7d8496dc2f428aca2075303721c6dea8656a52fb2b
MD5 9a5d2acfbff7a42e24a9c2b3f7c823bf
BLAKE2b-256 12dcdd13a19deb2117061ba10e748a7d431cd35c15d9a175ae64bed47d54bf7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 288187e529f9a03925066ffa8b7c28665b22cff3f7cacc81f5735768e37afbf1
MD5 587123b317d4e2c52475160df8b1f129
BLAKE2b-256 d3129049baa3fcba37e04227a14b0dd2b5c5fb1ca72b1a40079c9a7aa451fc41

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e474690b2e85054e08f000fa08e4b5a01ade84ae8ef815fecc323a019fd37bf4
MD5 2c16e378fe4e2f926f46be4e03e236ca
BLAKE2b-256 f78c487a66c27e8f6632bb7a06e020d51b21f1f90723d9fb98f0e8c5f7152dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12eb7febb1e30ca13831253e7a83eabbe16579934c1d161fc75f9e86348e52b7
MD5 9685f6a6247ecfb8cfafdbf9b56cadc6
BLAKE2b-256 47387fd276e7e14bb8cf258da8ee14a26eb713edd46793b3f816a66f605163ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 339.6 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 4e1171f8128452405e56a4f00abaa98ceb40b371c372b19cbc740a0d0d8276a6
MD5 232cbe2d8678d0ee32fad2b53e9c348e
BLAKE2b-256 b4d289309e417192970639ae50af8c282cae849b1665f8c4ab0a82a9684256c1

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 453.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9ff685f591dc2d8cbfc62afbf7b0600e5d1fa40f35548a3b8e7e5b74352fee82
MD5 5a74952f657e9e689b398eaad0eecfa6
BLAKE2b-256 70f669435595d4f4dcacc2fb78850d229617cd6b2e0562ce12d9503c1c0106d7

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a807da6445a69d235261f36130e8cd33ba856b82aadc7449c7957030cbaabfe1
MD5 ef58a08c24ac23fede006a431ede09b1
BLAKE2b-256 814d67168a0b26c698c7ad6b97c7f8ab73b8de5ad0288b0c8c3117aa3a47913d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7ae6559022fc841d30391ef0099e094ec2c115ef7c0374ca5ee4a55b4b09b34
MD5 f5d3f4e017911f5f1b0c7a0ac22e35d1
BLAKE2b-256 2a699d422f7f25df45aebb5e6af2e09149d03fc074f2eea8c25c39d2facde566

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90633dfac77014ceeebe05d99b5a2cc35409042954783da9d391c48d89c1375d
MD5 f19a13558a71af68927fdc7ab415e05b
BLAKE2b-256 d69d87b4fa23a62e57b8e8347315de2e6705ba385ed37b854111792a8ee0bed2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc55f10565b2bd5fc9d085c478abb03fea94f08e3bfb43b350048f7ad09c9f29
MD5 21a52f00fa3725ee09a168ab4f48719c
BLAKE2b-256 05a997a8ca44a59b370259207f7f8ea1dfb087e3962d5052d76db094c61e51e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ee340d569a1b62f11cd091326a2718b35088bee351ec98eeb7e8b3cb469cce07
MD5 e021756c0af8d4843963516e544ade12
BLAKE2b-256 25d1dca04c4d33f7e9baf1c16fe46f5e549adb43ee72db7d75362c3dd3357850

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 217bb169df10d56c7ea8d95868f61b19badb44c587685c2bee33850af82bdd7b
MD5 790939694c718ee88734e25804508583
BLAKE2b-256 8725a6d94db242ff3f9e5728ce492d15066dee70766a9b4b15f9ffe995256e17

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 326.4 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 340f6eeb07d0b3e20bb63367aa938be9093e959305dbff0ac73aa15d5bb4c171
MD5 9c78ac3007abe73549c1d7383905969d
BLAKE2b-256 71ad9b2f392d211abb714bdf815a4233e7e92fa517f7f34dfeb21222955c7454

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 425.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 02c9ec980f5b0e715c62d0ab8df3d46172d70ca6da3b68437753c76c83109710
MD5 6fefe7f9a240fc51d6b79d605e0c5e91
BLAKE2b-256 6e1c8952664fbbd10b5a592fb83fd556e1eec41b74518d0d17fc6c636332eb87

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36e5ecc2d8fb27f00e913bb45c4c322d3a3906a10799b32dd90e04fdd79223e0
MD5 a0e0426481517434c27c2cfb5b8167f8
BLAKE2b-256 26443f2e51cf838c4a5e15506c6de44f6da41a2bcfb7e3944125f5d57aa9ff6d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7e3d58fc736ed41a3d8d296f3246ae5c7e30874d97103aa8c3124859429f6cb
MD5 dcf3b4c4b6a5f92ff34aec6eccb80034
BLAKE2b-256 9cf5e0b8193d74a2ad3689f4ac6de1962ca156a96878d32ca8ca44dd1428640a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5fc0c92f327d2026495f8af329bdfe780d49f66234a5b5c211b3506ce6ecf3e
MD5 4c770f9ec29a895c68fa069726eb4c08
BLAKE2b-256 bc36a8e00c4ae206c28694a8b0bbee6ddfa9d73ecde9bb9727be6b2cdb32571b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8215f20f802773cc609c750e6b2b0d5bbf9cf60ff46a95817efcadb850a95dd
MD5 b14cb494e5e9a5f8580d136fd2c6dade
BLAKE2b-256 6adaff3aaea1ff15789b7c977b2657d0a79d0d30da754dfe3ec78c59da2755e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 644caad32772257480adc0c7883a2b7ae83db587cab8ba85c787e50adc3d973a
MD5 878844c53d82f0b1c9f1177bfd66381d
BLAKE2b-256 11bf2379e130f2f072f4cdab5f29559488901d10e795ea728ef4ffab24df55ca

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bccc46c84eaf1ac9ad3cdaae28cc1e281d5f399d0ef68e3ba0f0b3914071f94c
MD5 d2f25781349b2278a10347faf00289fc
BLAKE2b-256 78233e4de0236a0a8897066d64223e7c9382b1eb1fce066f705d59a09ddcfdf7

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.1-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 331.1 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 dbcb3537fe085d74137fb4271147dbf22acf0e3a6a936125205e370e4123e672
MD5 ca4c99c960dd598ebe8090aaa39b13fb
BLAKE2b-256 2a342ed2e1addf2e77d960470b71e409381a5e2219781ffb3846889101356c57

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 436.9 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a68fdb6e8986019998bce5cb05d7f19263ceb77aa5962b843afd3938da1f853e
MD5 a011273d58db14d18fc9a1d11997b682
BLAKE2b-256 7f037915f0b198a1b52e294f54e56dfe4076edfe40e834e8b0a2bd8732e04057

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 752c25829b693a7d7ce1172eb02ff470607f6df7418d38e9bf6c162d79f9d63f
MD5 6529e0df0d726cae76add36ae25f3995
BLAKE2b-256 565034cb488870d215b29a2c6fc1289777060afd5df562ce3774356aed99e37f

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b39fec0f08175ee860f776bebf6eb9c7b16baab82f1df9349cbd541a6116e666
MD5 d0a7d0c6048057ddb4384e221d96c0ea
BLAKE2b-256 29ba8d982d0f650b7869e50330b72d49dab478b5aef369db8818b8a82af358de

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1bcd1ea083ea43c5f8b24af2991d4c2eaaece2b094e435692658a106d5916969
MD5 e88e459bc24a7694720660a810700eb5
BLAKE2b-256 12b33ce2363f5f7ff60db9c08b028f8a60cb89c147e4b991be844d1a545f5d96

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae2b3fef28fd05fc5882b57b5bed41069dea9fb14a39c0ef661642bfac6399cc
MD5 920ae3c4d2bad92376360e2cd910ef3c
BLAKE2b-256 831fe942fa7370de535672772c2eacb95b3c05fc256888acd8e3cfdd6ec734b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b1fbf4e8309ff1bfd3b8d2045759b1d824fb8460d14315c901ea8d860a2bf1d8
MD5 31b22fbdf78f6e05d2354a10f2a11968
BLAKE2b-256 ceb75cd29a942a5c4b203dab43e06b297e9f8aefe573fe5abdc1f87415888bd3

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dba016b053505d2d986f2cfaa1a91989230e4a23c28d7606933ed7d654fac02
MD5 0389db17b3d6007bd81d7c31257736c5
BLAKE2b-256 fc83234ac969195157978dd55cd0cb606421bacd48e6b3a1966f90fbc93332c0

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 317.3 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9f345f12bc1e2ad3ccdefe9aa9e01185f8315ef20becf3c2ff529fc023328849
MD5 55e6f874b321a04af68a89bbdf431722
BLAKE2b-256 2269fa90a96f075fa732e301ec06c5802a1ffa190c4d02fa9d1676c13c5b5bcc

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 412.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1ed7c521161e1d0f5b4963011d738258676c704c68b514a3e3739df5550acba9
MD5 2f7956e5fc07b35b1805c143e0999476
BLAKE2b-256 082ed20ae04578187df2bf6b34634994ef1b3cb3b503d2ff8fa8b6430ed92200

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4689aad984f9fcad432c2df2aecf517d6940ca57b6595ec9b68a09b890eaf95
MD5 c42d5c2263d5a74e3f21270e2b46992d
BLAKE2b-256 cbd1a81a775e5a88f2143f4e108c22bfb94eb0d3e8eb60f35b3ae520d38207c5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3de162fb8047827eafc37fc343ae416d0442d510ae7743d9d5964931104f4b0e
MD5 b225cba60c3be664a3f1dbb9ddda9c22
BLAKE2b-256 649159a1cdfaf2e47e1d812b73cc77fef3ff1fa56a45bb6e88fdd1eff214fa9f

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 250d681f59343872d71f7a668dd56e5c304388d4fc0742dfcfd28fe78ace9d8c
MD5 225598839e813172483645eac866540e
BLAKE2b-256 b5e405566cb9299c52b91db589020abd2694266fb0904714db6bf083bd171570

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97eb2ad87d5f8909d7dbde79c8001aba3e30d6141188e12e2f0726b123a8186a
MD5 375463b4b58ede15c239bdf5d41883c5
BLAKE2b-256 56a5729f1e5075000b35f7bac5f847be32654fb79c614826b0e61414eeba9f18

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ee5c7f58c056bcd14b8e26026eb0d26ff86fff3541eb6c8ac876e77c44aa91b2
MD5 17cbdab7198a2922f4770c9245a0bbfe
BLAKE2b-256 8205a416235e2eaae275a601002df51632038cc97cbe4a6852c954a7141a41c3

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bc83ad50ccc743c79fb7426a7a9ebe5f7c20b7d2db9f9adff4c7edabd9d847b
MD5 df561a8febcb76587a2ff8901fe15fd5
BLAKE2b-256 c59b0ee7d6df1052fa5c928b981b7b9943d6ce7383a0d6c4534862d95c84b3e0

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 317.3 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e33534b64105cd409558e72eea3faa7578fdb85b10b31385aecafd27af9dad35
MD5 e14df19bb33c33cc8d092851609188ea
BLAKE2b-256 59f6aca471759aa28d8a3b57d7d568d52ec80ea29483b4e3a91841d6c5334522

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 412.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 658ef0d88dbe67249ede61f9132a7e2e6f934e38134120e08e48f7285dac5528
MD5 14d151e7f7f23a2203736828b4b95816
BLAKE2b-256 910b9432c9c0841dd0652532058b5d77d0c435805e4cfa82da15893ed116a9a5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d8171d82f9cdbe53e394eba312cd044f03e8d5db0fe4f8e659d57d5c8b4130b
MD5 ef7bcde61760c8551b88beaedcbbe3b3
BLAKE2b-256 9e3c4bb40504db207228b3bdd12d702de8bac724afbcb4cf9b4b726df7f095d6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cef4f20d1a11c3fe924e701bc17563a99b40460789de6f9d888f3911342f966f
MD5 781a46e0560b867e8334ce509e993e12
BLAKE2b-256 b4baacdf4766cd1dce0ece5ca23672ab557c94d8507f59480f2df0a1d9afcdef

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6aa3d28f43c80f5a376f5248804d8e50ea2135270cfee67281110ca0f2cda19f
MD5 e2ae944c4c54234727f94c578847f089
BLAKE2b-256 aeef7a567180a8e33c1fe2526e91f153f67c2b88e5d70546beba0894b7a7da04

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8c75769de6263e28b48c2c186c40cfa0b992d72858602055208b6001d63db6e
MD5 ba72db6ab28b4516ff16a433574f9f97
BLAKE2b-256 94621a45661f773a3cd6edc3b1f2ba829862af221464731509ca73098112cbda

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7ae5bcfd033a7ddb3c1f7c6f95c945c38bfb0431ca76ce3ceeda33f970297e47
MD5 ad426e3702e711fb7dcc76c9f63117b8
BLAKE2b-256 ee90d836c81e90b385d68f79898a2104a6ace72e5bf3154867654c7324782085

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da55cc81a2ff71ae766964784df11a1445f303361a89fdeb3026d61bb0c8f38b
MD5 2606e782db97c332a3ba5ea9001a9a45
BLAKE2b-256 c9499cb508c157e47ec17da901fac33b45e8fc7d5717d76410a4b66b9ecd9d8b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 316.5 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0819636ca8d1adebd5455a2fd5700eed4e9b0070d961138ca4e829b1ca49950d
MD5 ea343935f708c479028b45810a45c906
BLAKE2b-256 72b7a93dc1fe51363c7b1b079806d6d932d7e6d297e7d7581f5ebeb5a6c54aa7

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 411.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 592c430e710ff34d19f1e597699fe015cef9130187a800e64d09556ab417961c
MD5 7df9beed8a23a8f6eadbf19145974538
BLAKE2b-256 cb911c6111438111f602289dc6710b16175533cc4f5d1fa69c47fb5bb0607c51

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 531044d46c5f15151b39f00a35dca7ab289a1c4dc2f90381f65d8a5b2e6ee60e
MD5 7c94612e79b7a49f2d35aed48bb8ee97
BLAKE2b-256 067e1f9507eccae70c2a1db1ecb07e31ceff4c03b577d320a69a8c9c2ebb9830

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a14b1bd04b44a82e3cfb90faffc1c4ddf2611b942cf60266887356db25efec98
MD5 25a871043d417ff6d9dd969cee5885e0
BLAKE2b-256 a0a21425bd8886ca4799ad5eb2732b40d3b65101007a01e4e0cf0ec36dca5f32

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52809dad3fbb1cc9ff6fe627a50c5a6dbdd550e382bba8565faf50f1bc8d7ffc
MD5 9c6c7f7da466d4c7e86aa910cf1de6ae
BLAKE2b-256 3664ed44ca982772c764197852323bb5adbed234c1554252515fbae2577f8d4b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14875279feffb89b3f7f915fc21ae6e49c8ef54c87f5cb0a455b78b78cfdd16f
MD5 e41543dfba7411b0f3433123581fe9bd
BLAKE2b-256 258238ad0bb436ce2ed1a7754e682c69145655fcca1f4e1d14b0192874c0a8ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 00dd38251cc86467b054290eb21ab09465b795687f9f841176cf45ef64fac5c6
MD5 909eaeffe309c867d8db519b4a88e8fd
BLAKE2b-256 059ba933b3c83aa0db39e02720ceed2f6ad15e6724c20c2ce043a4e2b2d90236

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4866f7329565aa439f5f3636b430192921a6c7caf2be670133641bcb8e28eb9a
MD5 a09efb40d85bd200725ef872c80b840d
BLAKE2b-256 aad68dfdbcf7327e55bf8eec9e89ad8215b2966892dda62070a5440c6f6b4980

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 315.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 25ea186dbfef41baee65a7fc6a624a88dfe30744d65d3fdbc451d823fb5a9299
MD5 bfee7a32dc2c77b5b89f72aec99719d8
BLAKE2b-256 a937a21db025147f7cd6fe0398c6a0984619e6d989c948f1ceb0ee6b89301d9c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 409.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fe9f47758a9f4f34fe3c58f264b4cf4e2333c9f759382e87d922f405af6783eb
MD5 a89e4f79f436baa6aa2ebfe4635efa93
BLAKE2b-256 8ff08c72391a0f936de1b1c5288dd9b45b3f6866d07873ea905ad2246aa57a78

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3e7aa56e9de245e5130c06d00e93021af0737678c92ac7870844271b0b56234
MD5 9d87e8b07ebd736c5819e3ba5f03b1a9
BLAKE2b-256 0056507cdf1be112c9d61e8dd2c1a2f1398b767787da1aefbafd2c5078a4d007

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 707852e16ad153800300aba90426ff6334cb006fd2ed813f294f890a7c11f62f
MD5 350f6534fa6c20fa6496321b9521c449
BLAKE2b-256 069de11eb757628ec61d05abee2940648b3a9ca22e603db26fe0d33fb11267ee

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c53bf1862612156056c4001cf8af3de7f6b210fc0e0696e8192bdec65ee88d1f
MD5 12aaa77407b0259348f1ec7c66cf2c4a
BLAKE2b-256 d54385f1efc2b233d66a6804ace7e601b1f984e2c04a519698a99a6d43ee77c2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f901dd953b43c928e88540f5e46eb3bc3f045e5156922d36fd83739a741a8bac
MD5 b02f0452f0f15579e2c110bb95e1538e
BLAKE2b-256 127210418505b1909d69081ed358e1c6013c76617ebdac902b6af25b86a8cddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d37c7feeca97a129d0c95cd5b354de7b0d94c6c4566118f92348eff5b7cc7639
MD5 0b62fa168f1b18d25d8c902b1f65c6b5
BLAKE2b-256 3a0fa3cabfa5fcd5382b9e6a37ed923f81320a1c19a4d6dc5dc4ee91449bf71c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41ed3de5b218c78d906a0f361bd25fff06b970c08d5f45252853ddde428bc2c1
MD5 6f15aa8f2554b64430f39364d02638e3
BLAKE2b-256 652c24dfbf3b9b5b32631daa93dd77e594a14610fb617f3565a0673a9e47a785

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 315.9 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 4692c4027eaf2aba09eae2e97f81ac2382808bb89685fd6ef81b6c96e36453bb
MD5 4b21db1ddeb89be4e2207d61ce5d22b7
BLAKE2b-256 2d8d4c727976627a41cc90de3abdd9359383ede561c11db83407093e7d185fb0

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 413.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d4c31b241fb3660c4eeebb862e1efac19bd73aad9c0287f299674869f1bda0bc
MD5 612b456de33e761021e3ad910a9dcc59
BLAKE2b-256 b62c5d207256f179d595aa6de25418cefbc6a92134a20055b56ede493f684222

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b27d627753fe8e57bc7875c1a0fb041a35477ca58d826cf2f420c672c0474fa9
MD5 64e0bb213d2f5a103ce50d89ff4ddadf
BLAKE2b-256 56f651b9a7afd5737650319d7169f95e836232889d2a9b35b8558fb94c2e352a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 838e97a298824d6333932014ed9b4bdcd1bec48b57f37ab9228dc1b95a5d9275
MD5 710ea68103ac1aa8b1329ab02b895fb1
BLAKE2b-256 fe77054cdf1b8b4f79c58162d3a512b0257db7558c631a0d84d9949836f24300

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed89565dd8b5d55c5dfa7f20e42e3750c4ec2a91755acb5c0aeb24b2e983b06a
MD5 b868e8b7e8d485290d4a6bd1ff34c84d
BLAKE2b-256 e535250633f42127c443cba8ff7c35f796df6a8eef24368affcf8e9ec71146db

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

Details for the file hogpp-0.2.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb2240b2363afd1bebb98e7f1f7d812ef9cc54ad402c5fc70f81df6cef3a0421
MD5 1f77a131055cf3ebd3fe8582c142bacd
BLAKE2b-256 aa529264abeb06cef17c808ca6637006de7f27d6635eadefae15c491721f88c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e3cd79b4f87402fa99840995e8445376143d194ef86abd9c0f31294d77787848
MD5 f75d9acd3295687e20ed7a5ec256f893
BLAKE2b-256 f446daaef9b79099fdcbaa9261adffdf4aa1fc5603375fb8ca096ba9740406c5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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

File details

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

File metadata

  • Download URL: hogpp-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 367.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hogpp-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cf26075c60f526f27cb292c735c6c570e0b408ebbe2e004c0291cf6f035f4ff
MD5 405bb03228e66f733277c8f4cba4de7c
BLAKE2b-256 54dbe6faa717bd9290274313ef0d1652695b8caf3f08c29ad9a1a4fc1427130c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

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