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

Uploaded PyPyWindows x86-64

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

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

hogpp-0.2.0a2-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.0a2-pp311-pypy311_pp73-macosx_11_0_arm64.whl (353.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

hogpp-0.2.0a2-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.0a2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (533.1 kB view details)

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

hogpp-0.2.0a2-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.0a2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (529.3 kB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

hogpp-0.2.0a2-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.0a2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (533.1 kB view details)

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

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

hogpp-0.2.0a2-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.0a2-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.0a2-cp313-cp313-macosx_11_0_arm64.whl (354.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

hogpp-0.2.0a2-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.0a2-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.0a2-cp312-cp312-macosx_11_0_arm64.whl (354.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

hogpp-0.2.0a2-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.0a2-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.0a2-cp311-cp311-macosx_11_0_arm64.whl (353.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

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

hogpp-0.2.0a2-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.0a2-cp310-cp310-macosx_11_0_arm64.whl (352.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

hogpp-0.2.0a2-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.0a2-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.0a2-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.0a2.tar.gz.

File metadata

  • Download URL: hogpp-0.2.0a2.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.0a2.tar.gz
Algorithm Hash digest
SHA256 5c5a10b1dd08f999a0212a9cfa729cfc57e5a9953d8f9f691502f418234542d7
MD5 a42cf30bf7584e7021f8afd799956cf2
BLAKE2b-256 1e3f7e00c606d4516d4ce3e5e611bb408327d952d1e563987300c970725a0f9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a3e5760c59883bba7a6912277a684d885fbd26b78fec8717f29b084922187cc4
MD5 bd9699e940917f9df186d30e39492028
BLAKE2b-256 9e8d3a23260f43adf525b52888752d089ca150d0b41413aafad1791ec68aa5f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 715c9551e038125ed23265eda8a6dadc42b5ac26236f6218f9c1f85ff8c0b8e6
MD5 5ddf25ab5d05aa77ea7e21492f1f5ade
BLAKE2b-256 c10136274b69a9cefda94a1c96d0e0240d900f5e36580402eddf189d3c8b5762

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c31e9a9286eb48617754551a5401685d3636e6b81e789c65655779562ae1b0d3
MD5 503e81a3cef07fb31537ba2b9b97941d
BLAKE2b-256 187d2a8c9edfc12c49045a5f2286566c0a9d630fa934e3332c3d5dd72e11feb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd6c7054a4db701af8b438596934eae120aa8e3ae13fad0e7e07139f1b096b15
MD5 951a8f399898cd8b5b6c61a6ebfe750c
BLAKE2b-256 de94e47071c39cc88cd5f49e521448020f5817f92de7052ff8352748460e5406

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0c00b1927c5b05c67774c1acb0b651f6744a800bf95806ccc16ff0ce825951c4
MD5 1b6812bce0d6fd0032f874e4cc2493f9
BLAKE2b-256 72c06f9fdedb5183a2eb27b2fea9b2d80507193bddf91dd3307a6480eccd266c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c9ac468a29d46a3ccc3390613dc29ea8571c49ea2f4e46767a4130b17eefeb7d
MD5 4b836654e9072de3515b7460fc117606
BLAKE2b-256 4525631c50635ff6b4e2fe002922d2e651a8b5e487857da38d15b980124c0662

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef13be1965ad9480e10bb9a568366a2c734f20d3370ce99460e981ab63d8db7f
MD5 1f4e323eff45e208af9144bd77162e23
BLAKE2b-256 627aafc66203c9f8f779ebaef5f22553840f37d37262899113bd123bdaaa2089

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31b856010bc2b7bd0714a09b91b3f891d289d2ffc9825219b63b0e9a098a4d75
MD5 15b279f1549f17eb77e31cb60f1b1700
BLAKE2b-256 984b88db132b4eeaaba265bbeedb04d53cec80af289fe7795f0ef6faed7cbbaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd927bf9d14538dacc0e0f95ce959d17d28f02f360bea103bbece9de9a19295a
MD5 ee7cbc856f15ec41dd776ad6e1bc22ec
BLAKE2b-256 9ff40bcede83fdaf5db32721bfc4204ac65ea21733d5a6004b6fda58b7492afd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe55e98fcc5b9e160881ebe04ccc5c68ef8e675dfbd7255c59a7b7c8be818da5
MD5 4c38b881a5ab0b5758c357e9bdcf78c8
BLAKE2b-256 699de64b22c9edd3acdab0f109ddcf382fb82b22daf19f3607c8fc62ee037b4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3e9a484fa6a06e07762e7a11ff1028fd7bb0216dabb10211ae4a8c247fd7a84
MD5 80afb61d1990a84b001cfea0e3229b99
BLAKE2b-256 268fa3ee2c822ce9d8dd39d410417f2d368b141fb0e94f49d84550620ef878d5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 320.6 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.0a2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 58d6c9c148dddcd65874192ff2f7b7482b171c1f5c4e68e30d26bcfa8234e166
MD5 b94215a46cc43c7796872ecc032d6f36
BLAKE2b-256 087af56e835e2efe5ba283c56b1f9d1adbecf4bf03a001cd346f0dd090abfe62

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7848557c1fce5631f2f4f43466ad163f040928725af3c65c18526a07379f5842
MD5 d7b87d2073c4b1d4552d68335f018de0
BLAKE2b-256 395d0783a786b3b73b2c64d12cb5eb21c11b51b5a97de8ade2c08bb3a3d1e0a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9232114c9146bf29e76a08a9319496dfc8085b1635272dcffc3a04196b62c88
MD5 3dea94ebddb13aaad89908a010fa7eea
BLAKE2b-256 49f0fb5a15e30b88e9d1c137649b0fffaf7165f7d378e3d3bff7887b29867e7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61510f9914744120871ee854263f3858b70d0c717fec6316b64d0cfcf5441ea5
MD5 a080c80f0d3b1c1600d9c52937d5dc42
BLAKE2b-256 6a7d2bb959771c85c8b6e12b42ca8d065ed2a55964c5fe0c6f87d59af21fcdfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 987e230990271454d80c76c77aa8f34665a04b7b23cf19f95d28b2b2789d97b5
MD5 611cdcaf31d6f739ed58606e28b9e449
BLAKE2b-256 2a643caf2501ddea81627007b66cf968f02afaf8e3b786762a9b08238e0a85c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44c4c949567f5df5d75068de18abf0bb6955041f2db80f6d8a8a0bcb8c3c9255
MD5 33289fb64cde3c614d9c84d31a7e8f23
BLAKE2b-256 51a5ff442363ae2cd539fafb4094ff6a9a217367f7017974f39d632d6e189eb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b68cfcca2ad0d07145bfaf3b7fd41d1df626c1d69d7c0159ba2362f0de57eb09
MD5 4e4aa8ecd57bb190c9e312b970f1ad40
BLAKE2b-256 dd2a4635ee4b3bd1ed309f559288b8ea269ca58ff23433598e5802132e69c8b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 328.4 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.0a2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 a869a2126a3a42b263cab2ec2ab15c0756a1a92eaa887be6f89528da83ea88df
MD5 82db2e0009006ecab76b4780987ab6be
BLAKE2b-256 360971bee4de357481a264398aaa41fcefff7c18d283050d10d34a25288d1510

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e3392567a962d86a3f99da6b8791c96df7d4e9d1fdc76485eca429ef02940ed5
MD5 3140baaaf992da1f10540f84cab27f09
BLAKE2b-256 36d53883cf65c75012d70137171c10b541c8284bce4d0a23f721260d43b40ef1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a48a04e9cec8011ae0cfba52df3ac5e7aff4a80271f42ca7f97559a82c700ee8
MD5 be5c20556a4023d1e87e76b7d10d0db6
BLAKE2b-256 c8ddc3ae852b73731101d4e6e68636c183a76195d1adf63b19101be763ac52ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad95b614bad36ce217506016bbe337b44f68afb6df60caabc5ced08a3f808971
MD5 8a7e81fcf4eb4aff2aa2999233ae7d51
BLAKE2b-256 6c5088013f441b7a1f56a933e1ca8b216fcccb9ec42906fc131ada0a0efbe4bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 034cfc429d7ea607fb4bc5bd97c2399260ee123f37789f77298aa04ed3e6c37c
MD5 8ec97bf091b4236e302102d0973baa04
BLAKE2b-256 f4ead080b05d9a6a263fed7f84406b71f549057a4bbd9a33a0c4496ccb4fc00d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02779b64af7e1b3890b51a431865f611fec995e4265497b50acb3d2db1e277a2
MD5 963f53beb03dd841ee557f0d54156665
BLAKE2b-256 fef53cb3df4eded53f64ee82a348ed0f950875fa3bee6c417076f0842760e311

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73f42154db58dd47e6e504010d8caeef1e436f799d3a189e7094d39e3a44239e
MD5 b3f5ad0db3317f5f3ee7fd953496c142
BLAKE2b-256 933aaa005c58253515cebfa20fbac3e96aa2e23a5c7b73d8535c6967cc44e68a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 311.7 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.0a2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 760f1e1c354026ddf02916d6e5b6de4787566627a77c4bc5bd9bb87e69530f8c
MD5 2528ec2f52d29cb000c7c06d93360486
BLAKE2b-256 10c74737bebcb046b457639a3af2d64b568c5e2775809924bd6e35d78eaa8dcb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 744482cf4d72a0436a4a5d92284dac66059db064651a3fb62e77943e1a0a9276
MD5 0640111bff002aaccaea133ba8ca9e1b
BLAKE2b-256 3c6241ff607a753198ffe8a61bb7e1fc84eb1e66253dcde35af4dd38680c9942

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9dac36c1e748d4558bb60ba3ba0e900043e763d274bf92ba67c760e4d8555bd0
MD5 34d525fa110a413a751d9532c7db87d5
BLAKE2b-256 c21a1a4e4f4a4c7ee3d6d58934c19925e2eef8e5dc1ad9bcf6b79380724de4fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 058eebd2584b1418a4c4e8e376aec29b9d25316e9e34406406eb6dcab19957c1
MD5 aa4350d19bc12fef42cb18800a6dcf27
BLAKE2b-256 ce6cd720ee3d434cc04eb055eb8e012eb55c0fef6eb8a4db7ebdfc0888e6e298

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 940879c31de73c20792d296b369363063724c9ef7240c3279f6a9299b73ea987
MD5 372e7959e627f3f178d1457ab692cd22
BLAKE2b-256 de83003c3c50cfc83342fc5935a187d50f73af307ddf8a919eccf60743ed1cfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe9aab0ea187274684aa9e88cd9041cbfa69d9299b884de39a9ab486d757f195
MD5 9464114e8de4964c5ab6e1f249b67f74
BLAKE2b-256 ec71c34f095605c7774da9552257b6382da2b4b3b18a40787f0ecb2e40750c09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbb7cdace7847d03fca27733e089a4709e14922fc435c38039b074ad916decb0
MD5 207ed90a0a1a175dbbb03bfb45421cce
BLAKE2b-256 a0271df5f97f840e573abe83ffef47d6a5143701a25311a7b3b8fe1ea3f4bb38

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6484eb66dac4f64dfb3effb5a656630e4cc69cff2c17a5793d7fc8d0bfc628b0
MD5 3109758898b92811533f87516783cad7
BLAKE2b-256 b49bd9b061a86efced4c7fa447d24d92b1f459b88c6223d1d4d14fc94a00d3db

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 acc249c60262eb5a287f80100edaca9842bc82418914db38604d552e720f8fcc
MD5 ab87c74ac06dd39c0fda81406212719e
BLAKE2b-256 fe56e8375a86089b8c62c0b103982faafd0295320c4f204400650a2b95c8513c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b295a047b79850eebc2534e202e4f6ef782c251aaf75f91fb635a80a4d8a373
MD5 7ffc1fd9787e2beae15b0161a3e59921
BLAKE2b-256 e2c165a92334f67b10a9caa846cf639dcd61167f51a7f2b935728feae4b459ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 106612318a3121869233fa20ad99a769446a5165e7467fafc4fdcc579bd7616e
MD5 13b5088ecaaeacbe2ab39adedb54d338
BLAKE2b-256 1e4e4a2a3d9a6fde03aa37e8d4f5f5435b823df04e2141215139271973e2f601

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 216372f7d9c85b066253e02901e5ac0cb097b92124d6c841bdcd1b0b919fc19c
MD5 3f2d9462a592b1aae5c7d9cf17418ace
BLAKE2b-256 0abe89c7115b0816585d26d0e7988f508dba5b5b8b76678936da539d511e0fec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2700d3508b5c915dc11e0cccfc204074119bef8bd12b18ca4713e70c804a12d8
MD5 68093df8e514451880004f778286a5b3
BLAKE2b-256 fff4feec98802eaa395c49a20c3b55c2d7422bd1ea291c97880d8f5978f7287a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6419e900929f53650c73558cb05389096869599a73608f1292523a2e458bdde
MD5 338e6f4fb6c3d16ff33931fc6bf1e946
BLAKE2b-256 d6b1dffa52d88fa8b9efda3d71ee1ff130e69d67a955a9765848f03a90c8bd8e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9edfc663c47c7a8cb8437e19c520375f15ff5ee2c566fc7a3b8dce4db2068cd2
MD5 95180226b2b47fed1d4d98154cea4325
BLAKE2b-256 8c3386b061918087b4857f6d9b8a430b06d22d46f7b2cdda67b059b960bc6498

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 394.2 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.0a2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a79d45c536350ed51c6dae5dcb3717ddb2b9798c3dee55768ab1229bce60ce3
MD5 c42aab36e2c7bf1418bce1a3e6fba93c
BLAKE2b-256 ed6dc642cd36a401bac760af4a6fce1c57fd3b3adf8d945a8751aed0171351fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a93b852cda00d55e09e7470be65db8c68bb1f5569cf91195379d942dd52e538c
MD5 146b8001cecb03da18d1f68cca741d06
BLAKE2b-256 b97d663979f0cf11c564aa96b1ada6ba19a426a316720b4b1b2bad4e45e3a351

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00983b433f0aa8d15a673da0967c595a0512842c268e01719f985d153047c455
MD5 b17a945548064b6cbecadb89ae32bbf4
BLAKE2b-256 5da858c28bad08d8ad147d626b8de6c19ff2870a82446b6e6bc2a8352f10b033

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d458479421d4e9613f31f0038a3876107e81aa09d95528e05928da215d619c5a
MD5 36d2dfcd451b07ffcd6648b51784a334
BLAKE2b-256 d46d79dc1ab100c1dda367444a4d5e78c0f467de47e93b25365c6e9746b2f0a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9becf36bbe0ae7ecb123fa41ceb46ef00341ecc9af989cd5bca09d38136b5588
MD5 966033879e21f5712ba7796f3af6014d
BLAKE2b-256 aabbacc3f70d84b964092f810b89cd3280fc4174ee2ef01ac1018f9e4538acd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bc0ad07e82f87b830a34826812ab7f98bc15c5942c606c634c5e760d7e2c7ed
MD5 49a86d39decac4ec99ec49b77d7b40d4
BLAKE2b-256 22cb83c8b70fceaf6e9216e36fb6f08bd5e607bb2bfae1e535a46870fe002eb6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 da4fb3eefdaa67ec25c603aa076e70b8867c8d56d4582fe671c22af9cefc4804
MD5 ba0fc701cb11b10f89c6ce2fcd60c6ab
BLAKE2b-256 f54783b3656afec3822688161a110e282dfd4924185ba445d29ea8705d4fbfbe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2db74f54ea7434b8532b93895bfc02125ee66330727014cb231312f67ad86a43
MD5 8aef708a2d8b67c3d73f7636689b3f77
BLAKE2b-256 439a290bab502710a4a34e7c47334844dfccf49713b51a39806f27f5ac4190b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 565c11751670e2b9fe78cbc84d55383f99b03e820d86046a12504c5f3974b92a
MD5 06e8a125c1e8d2788d66bb4935d1024e
BLAKE2b-256 ae3e85d14efa4fb850480c330cd0b52d547ea3001e63ec069e2cebe3d48bc337

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 afc96af5c26ce67054061f1af0bacdd46d409056034da85216d9112305072838
MD5 128fe65e4bbb1a7107f9320bf490cc58
BLAKE2b-256 ca9bb3f7fa03c947b4923838e9f9987a91fd9306f15942ce75c33ad55af5c5ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddb3319455e0d626324d88fb269666d21c61bfdaf6fb93c5137507650b6ddf82
MD5 841e6d3c1327974fb195cba2630354ad
BLAKE2b-256 bbdc1bef802b826cd377cf31b3efb8f8956b9d768479208b102cef6c5f0a7261

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 317374f4a29120670638c45045f70d7090cf2d88863017d78f90dfa4045b39a3
MD5 3312ec022c44f3b89788b96c7d3fe591
BLAKE2b-256 2e6911135dbca8090da02e504f0b2f29b69f649852011b47ea93dcde17e4d1fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab6331b7a73408b105dc06d101e29d3d81bb211ad707e934fe5b75d3f2df8e82
MD5 10973d6834d8a920796535da9da99259
BLAKE2b-256 616ae731d4c394a5f1ec014283a7fecc3ec36c23763ff0236876c9c465e32a84

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-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.0a2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 f90075014d3ec5f677298e0253155badcd0df4ffa4d4111b274eca2ebcf322b2
MD5 4cbf6b4edcda45c90c4c1c8286c86a2a
BLAKE2b-256 f77cfa222dfdf92431308b1d2577d57f804adf236cf5c619572cf4019bb407ec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.2.0a2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 395.4 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.0a2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3fd3ae18e8daa5a13745365f498bca79edfd6a4a6c371423526c581262d41c07
MD5 4166084fb659f72783fea4567116860e
BLAKE2b-256 8b81a732dcc1b3fc3fe1a5c45ffa554473a8612f210958b51f9c2b4e0c5006f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8be854f6fc484324089e9ef86e0a9cd379a93e650ae2e95907fcc0ce6c8a1e3d
MD5 439b05ba5accdc06e1552124dff35ba6
BLAKE2b-256 e296529f60ec4583d4c9bc86b48620e2c3c8925f37967ebef47ef136a22f054b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f3363cde5c768637b7f1ee7f26441b62bc358899eedecfc594dcd330f7e57bb
MD5 b9f341d61cfac6af60cebebda2b869a6
BLAKE2b-256 2290c1a71fae38494c18acd67ce3648d9e675cecbd64cf0fa9a1eda67732ad49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2877cb62c58e0f2460eeecb62fbcf5703ba9b94047102febfe1a2ce2bc5c2042
MD5 9dba861099149f41f817bc4970bfa5b4
BLAKE2b-256 62a8e14177e1ef8c0592e465312cc96e230998b4176711d5d396d29cc16b0124

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6e3030349738cabf7fba9821ed516089e34c4c6a9ceaa59365cdcfdc1e02d79
MD5 842b18b1e14ee50b111e20f54af547d8
BLAKE2b-256 bb7c0312019337710a6fff66794706e99f6ec10463272627fdde13bacd695b87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.2.0a2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d666652154d163fc37c3ef302f96579e5fa391bc7d4a1de283e478865e9e197d
MD5 8c226982f14b2445782c0b6abc69dc62
BLAKE2b-256 a5c0aff95758c8e3ecaf70dce5c2ca165e0def15aec5cb3c895536b1fb7289ce

See more details on using hashes here.

Provenance

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