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.0.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.0-pp311-pypy311_pp73-win_amd64.whl (392.0 kB view details)

Uploaded PyPyWindows x86-64

hogpp-0.2.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (520.7 kB view details)

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

hogpp-0.2.0-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (511.4 kB view details)

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

hogpp-0.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (353.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

hogpp-0.2.0-cp314-cp314t-win_arm64.whl (337.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

hogpp-0.2.0-cp314-cp314t-win_amd64.whl (436.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

hogpp-0.2.0-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.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (535.1 kB view details)

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

hogpp-0.2.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (533.0 kB view details)

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

hogpp-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl (380.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

hogpp-0.2.0-cp314-cp314-win_arm64.whl (320.5 kB view details)

Uploaded CPython 3.14Windows ARM64

hogpp-0.2.0-cp314-cp314-win_amd64.whl (405.7 kB view details)

Uploaded CPython 3.14Windows x86-64

hogpp-0.2.0-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.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (537.3 kB view details)

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

hogpp-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (529.2 kB view details)

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

hogpp-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (355.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

hogpp-0.2.0-cp313-cp313t-win_arm64.whl (328.3 kB view details)

Uploaded CPython 3.13tWindows ARM64

hogpp-0.2.0-cp313-cp313t-win_amd64.whl (419.1 kB view details)

Uploaded CPython 3.13tWindows x86-64

hogpp-0.2.0-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.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (535.1 kB view details)

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

hogpp-0.2.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (533.0 kB view details)

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

hogpp-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl (380.6 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

hogpp-0.2.0-cp313-cp313-win_arm64.whl (311.6 kB view details)

Uploaded CPython 3.13Windows ARM64

hogpp-0.2.0-cp313-cp313-win_amd64.whl (394.4 kB view details)

Uploaded CPython 3.13Windows x86-64

hogpp-0.2.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (536.1 kB view details)

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

hogpp-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (528.9 kB view details)

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

hogpp-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (354.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hogpp-0.2.0-cp312-cp312-win_arm64.whl (311.7 kB view details)

Uploaded CPython 3.12Windows ARM64

hogpp-0.2.0-cp312-cp312-win_amd64.whl (394.4 kB view details)

Uploaded CPython 3.12Windows x86-64

hogpp-0.2.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (533.8 kB view details)

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

hogpp-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (529.0 kB view details)

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

hogpp-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (354.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hogpp-0.2.0-cp311-cp311-win_arm64.whl (312.7 kB view details)

Uploaded CPython 3.11Windows ARM64

hogpp-0.2.0-cp311-cp311-win_amd64.whl (394.1 kB view details)

Uploaded CPython 3.11Windows x86-64

hogpp-0.2.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (520.7 kB view details)

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

hogpp-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (511.9 kB view details)

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

hogpp-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (353.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hogpp-0.2.0-cp310-cp310-win_arm64.whl (311.8 kB view details)

Uploaded CPython 3.10Windows ARM64

hogpp-0.2.0-cp310-cp310-win_amd64.whl (391.8 kB view details)

Uploaded CPython 3.10Windows x86-64

hogpp-0.2.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (519.8 kB view details)

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

hogpp-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (511.9 kB view details)

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

hogpp-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (352.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

hogpp-0.2.0-cp39-cp39-win_arm64.whl (311.9 kB view details)

Uploaded CPython 3.9Windows ARM64

hogpp-0.2.0-cp39-cp39-win_amd64.whl (395.3 kB view details)

Uploaded CPython 3.9Windows x86-64

hogpp-0.2.0-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.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

hogpp-0.2.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (520.5 kB view details)

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

hogpp-0.2.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (512.1 kB view details)

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

hogpp-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (352.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: hogpp-0.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 e448f02a973d5ca1d6d170f1f1781ad90f1740d1d10164f1990954acd1a4f27b
MD5 52e887de8f86bd84bc3c2079c95e05a1
BLAKE2b-256 3f964b04e8071d1bc911230dd9ea44fbcc973cbcbf14636e74bce6df40d47b6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0.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.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 62164ded913a0a50d455c26a08cad3451d7f716ec80839425bcc23e20340910c
MD5 b293f304809c6d66b89a62a806b8ae88
BLAKE2b-256 aeb7d05d4fa3deb7ce6daaac55bc1a2a3e4194a6f8acba34ba5fc17687be892a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e6a43d91830ce4c3c2cf1ae6b8f8fb61058f4569e66c25ecd878cd3e419beb8
MD5 08ba2f48458bac1a54a48978b1b1c125
BLAKE2b-256 e452a32c2f38d3f86fab973561c8b369f7aadd7adc760018e35dc2a86b638ae8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d9ab263745526e85e076676f60e5b4c9548eaa354163c00861f53cada3b5f20
MD5 f2874c1f834af86a023ddd7c0e60e6d7
BLAKE2b-256 03ec7f30f3b86ac6378e0eac751a3665a29b23c1562b7d609ca685525a3a0880

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc0705cf9c3af36cf58f0076ba1cbd8698a7973188c5b6109c975fea5c935628
MD5 3275076b78d4f180e39fd79ad5ce3b80
BLAKE2b-256 933897ed30bb32d1e2605ea4d5059f220bd98a5d1faab1c7cf54d6f4803cfe38

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 337.4 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.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5cf9ba1fa3ae86b70b06bfada46c4e8f18f84a71f7edc4e3db3d2f569ba75ded
MD5 7dd8069923b88a2c753fd4af699ad542
BLAKE2b-256 3feb397fc81a7a71d739b77759350ef9555ff82396fb85287c26a5d921e0cd72

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 436.0 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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 320b7cafd5f0710a7055cc18e8a35a1ee2f1108720f525dce678474fefbfe68e
MD5 bd303dd551311db4cd3579fb80477f03
BLAKE2b-256 0d21a64dd3128290c00cdf086fa5dd110760a736f3b2a4b66b3b9e24c90a8645

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90c3728de848c8141a5bc5e9e7fa06eca22a9a802212101840873b06cc1fe762
MD5 7711547ec1261a34adf76505ffc471ac
BLAKE2b-256 e9133d1154fecc2a5da182e8d8ab0a7387c10ff9f5f3d49545f6122d157d75bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9209a99cced69a4d00c5d4cf56e6870f3d15b45059c9d144b906173d280b1665
MD5 684d7d37cd92d77a2a781bcfe382ae6a
BLAKE2b-256 0ebf444d90bbb6bfd619bda5a6323a588d04e5be1d545cf64135bef26ad28f26

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 866c11c722149f7b5de88870282d0e6af368cf6d679587532977f87c506e2987
MD5 748448ef67415fd8a76640e8cc480655
BLAKE2b-256 90b668447055605cdc793a12e8932d0849ec86db66d8aeebdea572dfe86d3a69

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f44e0b11d41a95705cc6db2ec423ae27bb5831705505bcf936c7bbeb73452c3b
MD5 0988fe9af7c10980de0c0afdd696f56b
BLAKE2b-256 8895d71b2e9b5a256fdfe3458a83c7a939353c0917ea13a32c88f6d420f8fb98

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4556e3088e9dad8d83d045fbf1e1635a1dd152d74ced118a5401218827e85b9d
MD5 38965f980e4ce1553192e567cd143538
BLAKE2b-256 0d4bcd80fd4154def56fc9c1af106dabea638329a7a5ee3b3a2acbd7734ee146

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 320.5 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.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4d32cce61194ef6beffe33701e9ae4f11d1c6ebdfed422e8052353d1679bf209
MD5 646556823a3727dcd34ae746dbfd763a
BLAKE2b-256 dc097ac18f53882ce9fc5e764d54a2694b58cbf6166833f3e3df5f5b894fe237

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 405.7 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 517ff1a5e391747630413b79fec2c807ddc649d68d28abdbf4c7c8f2cfbe32a9
MD5 2ab4db644a189b88ba92d7e8e162d112
BLAKE2b-256 085306e54933112d9905a468a92596d80d4b5db9eff79f8373e8dbc9e800641d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5beb25ebd491a16fbb5ab04ef33b035736454ac8296578cd001057df7ba08d9f
MD5 11778a9bd660c5f5e15ba053c6ada9ed
BLAKE2b-256 8cf6a1b704395867a6fea925c2d3aba773f8373bb99c98db97a11deaa25a7f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7b0685745805cb740b254173645d1ba8b40bba29fa9dfcc6b0b72b5aaab909b
MD5 bcfb19646915824c5c6fe1519195f52c
BLAKE2b-256 4857aeeaea6ad5e4637d96da08d5ed3e2cf3ce9802f23d77aa68a92752e8edc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 778fd885d93145086027853cdf3336b11899fb158a230ee9ec8384bd92fd461d
MD5 cffe2e6fd42cea0fd5f70a3140af6847
BLAKE2b-256 7725610dd0a595344e77eca693ef1873c670546ab0ee8ae2986737db3ffb5afd

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 affa9a379634959a053db40c077f5313808db3e3c11dc28738eb6b9d323c50b4
MD5 c917f3af4c7392161993eafe5e486fcc
BLAKE2b-256 022977dd59cb8142e7af5f789102e1f0c30b1bb94cfdbded572736889bbc609f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7e4167e7e2ea3511e2b214d4f2a2f72481bb57b743bf7bdd8e20def553f5e2a
MD5 ff3590894fce9c6df34bfd0add74c237
BLAKE2b-256 017ccf223861fc82f103cc2b8afc4aaa90ffb894807bf53d346d99b51f99b828

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 328.3 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.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 5e7d013415465d4cbe759d33b25b47b2dcb79f3a1707ff7d7de5cf7db668791c
MD5 505b43b10df0884f8c91015c9a0c2e55
BLAKE2b-256 5e1e02b4bd10596237942583339bd3dc3c8719bd42f5cd29f4262bddb32f5f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 419.1 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.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 914b14ebca69587a1dc8b96ddb0e64b5cc8e281af42bb29dd2b37f9161746dc2
MD5 d0bfe399f3910b8364d300742b7242ea
BLAKE2b-256 99a16d3a4f3b020b9bbb95b47299c084dfb9e0110449005206db747c2e6d9031

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30b4d26c0e5ca82a078ed22af8fa07f2c2360e9e45ba4e1c44da6aa3ae0e87fa
MD5 726b1132516f8c4eaf341a256422a894
BLAKE2b-256 c8b2043d8828c05bec10107e78aec4c4282cd25611e5c56e18b69555c4a8b14b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b200fdcdbf65bdd77bbfca678286d13301fef04e303be9b5c7308273db8ed1d7
MD5 dfbb941474080b216c38a235daa6567f
BLAKE2b-256 c3f3118b0507d77ad82fc789308f41df21687781e7c7746af5392656e9feb40e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 505a62457bcaa82a79190e4eb638fe1290643f2b6f719d7a33b3e80825e6dda9
MD5 ee8ea78fc976668e751f29ac50f50e01
BLAKE2b-256 375ccc24dd57a279ebf8a65721961da8882fb5406722c15e0dca47e98c2b422c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10d92e3d4a51780aaab68a1fcf4333a9744364d1b8642c7dcca573be9afaff0c
MD5 650552541b1382668d71322cf8c7f62e
BLAKE2b-256 fee3a771a80d7141c2ebeb0a821ae908575d9e41323e3b327899b59f18c755c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cac39526257cd7a74e5f73da10b47216523871229b485db900925666b40a1d1
MD5 fa0d0ab591ae87a0473ef0c279f09658
BLAKE2b-256 a29654f441c40290ccf1849fc9fbc31edc7202f908d07592b913ef41b90b05ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 311.6 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.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 57aad906cc6773812f9a2392b6f828d486ed35b69ad213c714467d1fb5601ad4
MD5 c04f10266bd023ad9e29f27521226907
BLAKE2b-256 c9fb57392044a63dcd111f65182d4fd9b43e341b219956d291b28edfe630395b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 394.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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9c50ef6aee6d14b674170cca74317b08f035ae84343718324ff29d96d5f2efe0
MD5 33486f3c1d6563e0896e71f34674290e
BLAKE2b-256 bce9c301070d21ca292526275a15b4bf0f173a25543b9cf4f0afb9057801aebb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af5b45bad7f73a27f5ff70cec6e18f32c95cbdbd6daefc58c7565452b56ae5f4
MD5 bbc6a3b55564a1c811912fc6089d35e0
BLAKE2b-256 41818180ecb6ca6c341e5fc92f375421dd627779061ad0779b52ba529f673d28

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65f8e4b9520668edc6cd271778ae86d04ef340b97c17453647fbd91c377a84c6
MD5 d59a5d99977111aea85b3595959f990b
BLAKE2b-256 3baf4ad2525b63b242dd882fcd34e99bba880b904818c3b6a133baba30cfb5f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04035590bdb22eede14b1c944ffbddc3ebea4966c1cffcb40722a1302e8bfd58
MD5 c063bc683952f25a4637af60e5a7d2fb
BLAKE2b-256 33405919aa754025542911034f0056ce85f2e6d2c4b1d734627555fe4aa3fdbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4194c7644a97c53f9327656ca8cd126f835a37b0dea7d1f992bbad58c8a42b07
MD5 6f66e1b41be0c8b9d79ed30b06552ac8
BLAKE2b-256 146deeddc9da6277c50e4fe330c90267a154696b2b3ec2b6ce65d4824702871c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99974ebd22695b60a258571b7c6d02d9976424f0befcf44220c456195c2a36ca
MD5 1738c635ce5bfe0cea70326527ec792a
BLAKE2b-256 b102999505949c1d881325d91199cb9ceed0a8842e12cc60b3936f0ebee7c383

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 311.7 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.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 aab9ea83e435ae20f19a875bfd993a65e4ae6f14ec0b47ec529307ce5deb50b8
MD5 963617612bef9d09080ea8a5f3a85651
BLAKE2b-256 2b959c3c61135fbd1b3ddfeb44413958c88c1842f84c0c030093afb9b788afd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 394.4 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e25c5ba78e29bfc537894333e8afaf62b30c800fee97ee7729a4d8f08e4b317
MD5 2f2fc0bbdc7d2e83e9eadebc70898cee
BLAKE2b-256 24ee169ad4a6282e922a4a766521acb9cf528395c1d17c8600a91019d52f1c50

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d9bb86acd16ece8a914cb6557c29c1330fe8488d4345757e46f9c5f3ec8860c
MD5 757704084527da870f6f2b54930b7982
BLAKE2b-256 826de0bb9518ae6e9367410189c885237607659a655af1332fe0e2f041762b63

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a05fbcde51c8a278639a7380a74c8adf492c6077c55a3375c6927e0557b3e773
MD5 0b4d9e4453f7bb53ee588aecf0d72646
BLAKE2b-256 34a1794c0cbe27c0dce35e7ee8805a2ecdb8e897cb64bbd8dd27d496aa314382

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bc2a050a91d8d638c11ac3426cf40a37ba0677cc8b0bb1447da397ddcf4eb59
MD5 371d3df63a045f2bbf126dabbf859976
BLAKE2b-256 c54dfd873c6c39a869b7ef5178b3e65f8cc80cfbeec053068ccbf3c49b789c8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 544246de6c2028e414c4697a9610fdd5c77377c0258aa3e706c7a6fa0429f75e
MD5 6d685ffb52b65e8108160328651252ea
BLAKE2b-256 8dfd3031aec12224562f540e1b7c467465d1a8466bb2b6d5dc60deea4a3cd719

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00be2da14d3cb03debeed0c4d656d372d0bc3d1f88b6810808d1df8ce07f90fa
MD5 fe01b64375fcfa82eef88c2d33bd1a53
BLAKE2b-256 bc97748889fdbb1add773e528f46cf162d54d8c899b0894e2f550988eb31b316

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 312.7 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.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 36ff08b130392c46352973e4b3343b29317818cb9966543527fa7c0ee9d5fe16
MD5 ac82ce47a40ff49d7c837cea3dcdd18a
BLAKE2b-256 16170723500bbf09832984b86fadd5ad92b7d7bedef30aec12759d4afaf3d562

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 394.1 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e1acd3180567bf2a8910fdb8d2f798e42541c7a2c78d25bace7fdae53001c29b
MD5 c915944cbef22f88be9ea24414549f2c
BLAKE2b-256 cff25396330c68300d70520c4478d2cfc4ac653241ede9c6dbcf1060b19a90ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00c7796d80cab37e79d95585d2be70712134d8eb8566efa88c14822a65efa6ef
MD5 f69824c0c75bd2befa09052efc1c905c
BLAKE2b-256 79b4082e9c2dcae6fce24008e65dde8702e5f4b9ba1a26909d1d9e38fb795226

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 117e780589acaa669ad7f606d567bfe16e5981645ef8465f3443b66199768332
MD5 2310acd17d2a587bc5225a03bc7a11c0
BLAKE2b-256 79a1a8498772c725f4c4b9e7a5eed4331f2078c8d2b5ac44e7665a90a705fc48

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8bb733931e020c87ae684bfc12de6051b55e55d495843f7355fb55e18a6389ed
MD5 ad019a3f0049310e3e298cd800ec41c8
BLAKE2b-256 d14110d8e89204757e134cd1ef38bb766bf8e17eabc02ef21878204999b248bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c508318f275b7d0e5461cddacd1be79c6718f232d6ba1ba96eb3a6f6dbbb4fc3
MD5 4f41bf867a11d6e5da1004e18261fdea
BLAKE2b-256 26ce8ae38eb21e399ad15eda522e86795980560aedb5c3407d85631a75676aa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 908769696a4dd2902e83a2a84010b68fee897d4d76f4028f18be802d89881bf8
MD5 64d43a36744d3d6d29a55a8b808505d1
BLAKE2b-256 811cc729128e9742878447e149e957eac73ccc6114f374259c3ba9a6404fa6f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 311.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.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7e8515893893849767088ae79dae98c8afdcf0ca01da7e03963d63f7d0a033f1
MD5 6de34724634344b37afa37aaf7c1f7db
BLAKE2b-256 013ea5fb08aef812b23ee87801fdceaea94d49ebfb82d8424c6d747399f91180

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 391.8 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1c74618598d61a092764a0fef5ad65571cc939946b4c929a0774abdfd7e1da1b
MD5 608741b906142e87018cb8f61fd07710
BLAKE2b-256 b5937b9ea601632e05e41b3a5e27b018fe6a151fb9c481b8f621ba8c3f3cf0a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c79763395f1c8ee4be5f779bc7f8de4c6f4f05452a1f8d01d570742dbec0207
MD5 d3f49d4194ae4ea3aa5adfd842368dbd
BLAKE2b-256 6800cfef4b32c31e0bd6c25d9528902c550062f9ced7c6777774a2cdb864cb31

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be12a43174e1bf098493b3a9a4d5a4d063af05b2ce3f2e15e27811f0d4cfdfc5
MD5 b670033f732512c4b16371f318076f35
BLAKE2b-256 84e8542c8cef9cf740be613b26fe012aebaffc40c679baa49f3d85431f852af6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60319f71ea974e7f053251dffc022ed13be0312ca431e72286aebb36de4669cf
MD5 da181bec8c44854c61efb5f8e14a8fb4
BLAKE2b-256 e55c3fb41ba98db8962cdf29d4068e53c02b6a98d2a80614071329d85808d5da

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac4529f012e3a3ef1b74682c8c468280bc468f1afbb94f458377421d03cd8bf1
MD5 62257fdfbb14db8119ebd0acfdca0f24
BLAKE2b-256 1f27578bd0c454a8bc51dd9992de7b2a445920501f024970aca6b27ad27d34e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1561d07833bcccc862a3e5f7e402d16a8d624978e4099c4a361efa37d51c279
MD5 dcd3a67b9a9afa09ce7b67ee94dcf8d6
BLAKE2b-256 d0b612b1d554c5d52a03e04883ffed463587c81652ebae11848e2d4674350cf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 311.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.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 fd0f7fe64d202e64671918d9570518f14906b079af02e1ca56b702f5527d37f5
MD5 782bd5f0c72f9039067332e12525990a
BLAKE2b-256 479bacdc06bd643664d315d458f06b0d1353fbc7445fefc9b313c2c4ff4cbdb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 395.3 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2f082d4b9804d78d2d23a01bd6bd8127908d98d5903338463802c9898517fa75
MD5 3b7bc78cb2aab35feed661eb118ece18
BLAKE2b-256 54a4c60a624cd749e2a249f2d55d2a5ed5eebea0194010b26e0960b15186bb4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9be25def7c5c2932e657ca5e082ce7e012df2c6793021222c2c5c6ea90096e12
MD5 79d4fa1b12e5a3eab831e703b76a5940
BLAKE2b-256 b8d51de2c130f8149efc5c8f481a8ff8e0905e0de4545edae4c12f1462644a6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 068e5e2362cdac875e0d6b1207feb94554cfa8fcedc3a13fc8f28d2e421a11d5
MD5 8f2af07a3342a9117c09a37973ba7c33
BLAKE2b-256 11ebefa57dd665490d7c08ca8df8f28e88efd740a35f724d37fb8b56506ba232

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc871958b8b5d2bb0c8e095af6c48d167145aeb9009ac3d2f93c002b46b42421
MD5 2284996d729bbb0705b24600f423c8a7
BLAKE2b-256 48be2bebf7ad709056dcce307b4f2b5559859eb45f01e86abe222922e929b37b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.2.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01c1fd412fd7e3409c56f81b2fcc1c0312f05ec3a8dd231366bbdf05e8fb7ef5
MD5 57866f68ee07e12d60e4a0baba369f21
BLAKE2b-256 61f7a920b7f3d903334d2fbf9c96f91c9902255d1c89b006a2aaef5774c70e8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: hogpp-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 352.5 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.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 064cf12dfd11eaeb8e3b07a61e86b5e977244e2d1df1717c5749bc6f171f8678
MD5 744dc6e88f69fba640e8fabca4dbfc44
BLAKE2b-256 969fd0e753f7dfb2c4b0b65313ba16893d3b934d09dba497aa855409ae20dcdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.2.0-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