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.1.0a2.tar.gz (447.9 kB view details)

Uploaded Source

Built Distributions

hogpp-0.1.0a2-pp310-pypy310_pp73-win_amd64.whl (391.8 kB view details)

Uploaded PyPy Windows x86-64

hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (497.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (455.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (338.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (418.8 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

hogpp-0.1.0a2-pp39-pypy39_pp73-win_amd64.whl (392.1 kB view details)

Uploaded PyPy Windows x86-64

hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (495.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (454.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (338.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (418.8 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

hogpp-0.1.0a2-cp313-cp313t-win_amd64.whl (414.3 kB view details)

Uploaded CPython 3.13t Windows x86-64

hogpp-0.1.0a2-cp313-cp313t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ x86-64

hogpp-0.1.0a2-cp313-cp313t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (497.5 kB view details)

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

hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.5 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-cp313-cp313t-macosx_11_0_arm64.whl (352.9 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

hogpp-0.1.0a2-cp313-cp313t-macosx_10_13_x86_64.whl (431.9 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

hogpp-0.1.0a2-cp313-cp313-win_amd64.whl (393.8 kB view details)

Uploaded CPython 3.13 Windows x86-64

hogpp-0.1.0a2-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

hogpp-0.1.0a2-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (493.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-cp313-cp313-macosx_11_0_arm64.whl (340.8 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

hogpp-0.1.0a2-cp313-cp313-macosx_10_13_x86_64.whl (430.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

hogpp-0.1.0a2-cp312-cp312-win_amd64.whl (393.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

hogpp-0.1.0a2-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

hogpp-0.1.0a2-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (495.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (449.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-cp312-cp312-macosx_11_0_arm64.whl (340.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hogpp-0.1.0a2-cp312-cp312-macosx_10_13_x86_64.whl (430.8 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

hogpp-0.1.0a2-cp311-cp311-win_amd64.whl (393.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

hogpp-0.1.0a2-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

hogpp-0.1.0a2-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (498.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (455.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-cp311-cp311-macosx_11_0_arm64.whl (340.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hogpp-0.1.0a2-cp311-cp311-macosx_10_13_x86_64.whl (421.4 kB view details)

Uploaded CPython 3.11 macOS 10.13+ x86-64

hogpp-0.1.0a2-cp310-cp310-win_amd64.whl (392.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

hogpp-0.1.0a2-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

hogpp-0.1.0a2-cp310-cp310-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (495.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (452.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-cp310-cp310-macosx_11_0_arm64.whl (339.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hogpp-0.1.0a2-cp310-cp310-macosx_10_13_x86_64.whl (420.2 kB view details)

Uploaded CPython 3.10 macOS 10.13+ x86-64

hogpp-0.1.0a2-cp39-cp39-win_amd64.whl (391.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

hogpp-0.1.0a2-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

hogpp-0.1.0a2-cp39-cp39-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (494.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hogpp-0.1.0a2-cp39-cp39-macosx_11_0_arm64.whl (339.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hogpp-0.1.0a2-cp39-cp39-macosx_10_13_x86_64.whl (420.2 kB view details)

Uploaded CPython 3.9 macOS 10.13+ x86-64

File details

Details for the file hogpp-0.1.0a2.tar.gz.

File metadata

  • Download URL: hogpp-0.1.0a2.tar.gz
  • Upload date:
  • Size: 447.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hogpp-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 0bc7ab50cd522921ee553cd013f1816214ade64b911e172305665689be58da90
MD5 fb1dfe036f9e022ab61eea07f19f5229
BLAKE2b-256 31c6b998fbe6fdac1ef6f6aa4f8365501142b02c80539313538dd533d25bf700

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b63f280f80656e9efcc5e8dfd6fed5f62b5f48844b1133a5518b38ee85352e10
MD5 7600fa1e8ddbe4d21a0c347d7419a0a2
BLAKE2b-256 bcf0b35bc5ce0fa08a1c9fdb6f031a1b0a1e5e212dae4b8384602031e57a2322

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp310-pypy310_pp73-win_amd64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3134e9cf951aadf6771f0639de31b05a9e82531ae9a278665a8c75af8a45b88
MD5 1f5cf9664572a518a39af3395e32c955
BLAKE2b-256 f12d7355486242d640bcd8dae586198159e436109101a017c206429d06e93f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15c62f9e060cd4164829eebd6fb48637b5f881c486b29df80b4c18670fe2e5aa
MD5 61654d0b1df40bcbc385c46ec5de5242
BLAKE2b-256 26243525a203ecdb684d3228780afb401e51b0dabdbd65bc06f36d85307de095

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d6f4453f5b258a38d6cc21a37c209ebbf03be339df7a29ab7e1e30c0854e1fa
MD5 6fb149e483bfdcf8044674f0e11e77fe
BLAKE2b-256 e60b130791ae063d46f12bf338750d64d68235d10d5f12de7c6aed0651415c06

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 36fe4707740947c91340bb018450e59fd01da1a5f8159658e0bb70b81446c302
MD5 e7dc62da35e7d146ff0e5eecbc974186
BLAKE2b-256 b24edd2a2a453e42e8c474e44a81ba5955a09dc0f0382dbe213b24c7181db484

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ef8961eced842935d813563edd54f0447f73232495c1fbd84b66403979caae72
MD5 a3267c09387c76a271749bc57879a459
BLAKE2b-256 eec39302e48f616317057de24a2c0b7685dd1459405dec0856743af8a7847f41

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp39-pypy39_pp73-win_amd64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a976a25a2326c7a7ca3b7ad32b60ff6d86a902dfd3eef67f2d5153c68758fde
MD5 854a0927f0efd96630b221a022c2986a
BLAKE2b-256 c7e1ccb316b8ee53efaad1a73704ac874410758b1d5e68d044bed3207601a819

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e00505a6ae65fde9ff645f7513230e64a3c4759f9a8a462ddecabc821dd9468
MD5 7fe407ec7ba7a3e120b0c7fb026eb50d
BLAKE2b-256 25ce816aa26f857ccba41ef7bbca07bf2152661d14f0e18d840b4119077d3999

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2e4b57c0c0045a9064699ff1d38b4c124dd8c8e858f7735783abdc2d6270f73
MD5 3c329ff90041adcb6f3c47573106db38
BLAKE2b-256 4a14573cc600b42c8791c2c077f87a677b5910a4b7dcd9157be38cf93b1085c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4b63cd68decdcbc0dde0b71d503712af739f587bdeea12f6d166ca2bf381bfa9
MD5 652117f897499926387bbe375d8875e7
BLAKE2b-256 1f8f630f10230654b2322ead79993b0188da1ce5174deac8bba1e1b9390cf22c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.1.0a2-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 414.3 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0aea46127107f67fb2b28b271605997de60ebdad7b78b3c9ca2de5f1a3f38fd2
MD5 70c1014a3468dd5ccf9c5cbbe19bb140
BLAKE2b-256 adedfa64ce36c779626ff74d10adeb36995c50a24886b6530c1773abdefddd2f

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aaa55fa0368b6655aa90b7db4599c3f635e7434602a5794d68f2475855582c05
MD5 e6eb317e2b2298294fa518cf5a506183
BLAKE2b-256 04973bab7ac1ff480528fa029e67c39575ffd799f82f0cd3672504bb5ed75de4

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e38acfe4403e38706aabfb5a4c3b69cb40c6e3f314e60f57077fe37a960fdc87
MD5 e4bc728f24194fcf4266fd129e3192f5
BLAKE2b-256 32bc165291ab3f6489b8aae97d1224d558c215bd2d6f365024e39b8a8c1b765d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b82da696fd2314a1d7c38de93174113f0be92822280fc10ad88177320d01d7f
MD5 5c24df0e07cca8c7852a23689436dd6f
BLAKE2b-256 023c15532707a2190f4dafa75a4b681f1866ac1d0e254c8411ca332572789960

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28e177aec2470d0a7eb9cda6883b9bc6d6362422a9f401fc6bbdcd90f9e07657
MD5 da52ba5faa7203d24cd07fc4986dc1fc
BLAKE2b-256 429118a5f8e44df16888579fac8f64ce84122d04f3f224e08df78a93bd18e007

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 425642433f12898f7e2b922fdd55c5dc6ac7aece3187a488fbcbc57d0a78785a
MD5 49f9206d8cba20821793eb343574efbe
BLAKE2b-256 7f0cd0b277bbf547912df32fd567d91e82744322e718cd28c18227c66ff74e54

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d1823632ef228239ee4e63fb988f48f27f4ed19f2b7f9d69c78c5fb54edef82b
MD5 2c95fe76311ea25c67967538bb914fa7
BLAKE2b-256 67b04d02a733a8b81a7ad4324e6ddb866aed635fb3e6abc6beff2ad35953006c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.1.0a2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 393.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b70db0398f19e6564d642c71157a2a839f7fff4fb2acf44be6c6dfe2aa740a3a
MD5 0795cc0de52c3e9baa856d10a2973173
BLAKE2b-256 7a17e2bcaf6356e58ca2b14097184d0305b516520a404d3a15990c8860951cd6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9988b6aa31ca4a70aa6e8b02b2a7a64a58d85d9d0c3faa0d3a209cef2bc065a2
MD5 1a7bea78d8b156206097027568f83cfa
BLAKE2b-256 76e73ebe38e9515465fc5106100116ec90e5366b1fe43594922f917d6f820650

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d01c53c74eeceb2a2d6b5fe9e5f642e5c24130942d3fa4bf652f8295a109e5e
MD5 5543f784ecc07656fcbad26701f8d153
BLAKE2b-256 88a1c60b9ca95db0898a7a048f493038d28cb26289abf4270c1064179f26eb87

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7c85b1936598169aed1ffa1bf276f75198a3a4d87b1a01331677b7b53acea6a
MD5 bc62934ebd72ea59ae736c8d1eb47326
BLAKE2b-256 9ce3b149da85d72338ecbb992cda51fc1f45963c658ac8e4c9c5dd8dd413dbb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91c8f80e354472c707cc5e403f8ea38b9a39cdfec60b3c94d3a6f9239df50a18
MD5 b81f08a4e524914809952cfffec966d0
BLAKE2b-256 a4192d3669b8c9327f15bb4a3b35a1820f31d2ece9c2b6842f8766829a81bde3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83edb191374cd7ae68ad4a9a15313a74d0fb58fc652bddc64968f49f12a7ba5e
MD5 1b6c63f55ae21236d270181ab6fe7bd2
BLAKE2b-256 795f50b371cdbf09c2be5e19e2ad36a5702c65fb6812493fffc7467a337e3629

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 307f30e2881ecb06e12ac809e539f5c43ed7889cb587fc494a2917548e64416a
MD5 66d142b3aff3141be0fc7fee6c30980c
BLAKE2b-256 da03e0ddf167312a850148d4da251273d0268372cf79c06a43cd21e3bb7561f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.1.0a2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 393.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hogpp-0.1.0a2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 caac9aeb5f65d3968b1d2c2fc0d0a6155a03926b2891c2ebfe2382e7da512558
MD5 57e68826dffbdbdc611d7961cb498cce
BLAKE2b-256 88bcab8ba55e64262e0627f1110403d1d9036df9d0612d5099306295603804c6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37c396e18f6d2d7f30005f4223a9e54cecaeba3897300bb3138f1344355e2888
MD5 ac4e23ffb5a9dd1735228f5a45d8efd9
BLAKE2b-256 6eddbade03b2c2861ddef2528596f6bfad1a564641acdabd50b3228860fa6f33

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 761134ef435601b3334eb4ee69bd383de40ccd7d72fb79f459f8864483e6b327
MD5 291b0f61747a42ed59d2360816deb782
BLAKE2b-256 d1f5909d72fb49562194833496e8faab5dac60a63fe82ddd4da57d2cd58d2ee7

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fd316c27169d76262c38d2be83f7dfeb05d289c6b6e494b5dedd4cf3fb407fe
MD5 f56e3ed9b7c939172dc1fc65d71b4b33
BLAKE2b-256 4cd3b58e0de9fce9f52e6855872f1a010877f6de15918a5dcb3ac20aa06ac3f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2317b0273533b014a74a7483c0b12cae1ac6efc0f8b4f3282493ce018414839
MD5 359583e079b8d594a04f9eb3802c0c39
BLAKE2b-256 9c5f53949285ed1c75e86583d47f6457b13aa4c07d311557b33c30d5ece0eb27

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f12a9b569c37c444155d1c82550ea29e9f7936a614081c163ddd0f54d6e7578
MD5 14ec2e8b0f46365bc01caf8990661275
BLAKE2b-256 e05694a13e1f8302819705b7f27e1dd65813d7c62bf2d593be3f35807c0867bf

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3ef0a609a4c4e31877e2245ac66e4d2132373e3c954ff178d14178e0e2c1b09e
MD5 b35184c01284460cefdee8ee81dd0b75
BLAKE2b-256 d79f9f919b1c70771d45e0679ae65cef947f0bffb48e885c3ec58f05413859fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.1.0a2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 393.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hogpp-0.1.0a2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 787cd8d1baed08a40b07a4b5502ee20eb176e8cff20be35da549b9282fb8a8ae
MD5 da39ebfb788597453208ec690262333f
BLAKE2b-256 8968f53b8fa167f1731debdd3c8459984ee05eda5f255e7313c696d8bf5956b5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ff992ab9f228a17018cd7c6a3b172604a68440a2c2c720133971f504da45c47
MD5 a7b6049d6e9666ce5cd862f4506f18a2
BLAKE2b-256 b428f5dcd1cbddaff1eb0ee44602f3fe09ec5e88d84127cb8edb43e1c68a9456

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b77bf84000070b94fbc532f835c0be3d66a8e28d619721c5b047e544274eb41a
MD5 e1e611b370af7e4b5f9d253da11cc1bf
BLAKE2b-256 fcf8280190d222fe9bce3e878ee22e5c3b3e42ebf83290bcc6c04d59f712bb7e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d623d2e6304cf7cda42fe73ee8dccd640cdb772c24325c0654a7ffcd2918ca35
MD5 5af47ce99118d36a6121e64751123669
BLAKE2b-256 ffc13c0ea8b07f23c4fe419d458fa1a145b0aff80503979f54ff2e73dde86e27

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dae2157da31d2b0c441089388b275d1cc19493348a2d076b0c8b64962ff8afb1
MD5 1fe6fcdaa3412c791ad2af092240ac9e
BLAKE2b-256 9862a9eb47a433297383be919e1dbc08ac8c32404d284f99834d871b6d061d93

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 512dc5f8e1727ab958917b7fbe6f180140399f4611a9774200a0fd17863343a9
MD5 6e6d311ff5bf6923f8501bf1dd93e054
BLAKE2b-256 5d43d5753eca40493f42eed9308243611d25e4c2177c7ffc776d32626a55d52b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 adbb53791dcd868f56ae5dc2591fa5bef7b6e296b9fbfb33350cd7231b39fd74
MD5 1e45aa0449e8e53e2e51dcf5f789be58
BLAKE2b-256 055808d57a6538a258ecf4a44f377e0ac4077c6692bcc854d2f3e378d0b495b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp311-cp311-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.1.0a2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 392.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hogpp-0.1.0a2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f58d3bf02b221c542746a8fc76cd31171d7627b77a1100260176beef7a6081d8
MD5 14f906e8e670ece1e298c63867730e33
BLAKE2b-256 8d2216451cfbe079c44073e623f78fdf3062e859fd3906cb5c6bd9b10142d917

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35e4740a6eb0163dbc887aca7eb520268836929f12e57b0a87ec08c8c8370c7e
MD5 082024294337e90c546f2b217e18528c
BLAKE2b-256 337938a2b6f19be70c864ee5d8bd137c78f01ebb43bed4af4c64ee1dae0c2038

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e08328f3143f3d995f4ce8d3b9f707ceace218b6dd3e5babc191f5048161e6e
MD5 ea71befecc9e94fefcaa3c31b4143139
BLAKE2b-256 77d05dee2fe3d985f33a7745d5d982bf66b0cd009abd3457e3d97793560af166

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 725940e63a97da389250b12f5f847f1173172f341d800698c14629142c8e190e
MD5 cb0b51d8d0fc8b090305c4c9289bb0ec
BLAKE2b-256 a480b37125381e1c29e59d769197e46155f1c7b634ddb2285b45c01ee2755ee7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2bbbe8d43ae61ebee075f1b7408dde7b1f6facc6e8b2ad94ae803db3bdce4388
MD5 ae758600cf42f8639b070472ef63d446
BLAKE2b-256 da06c687419db51e0f727c4a6fa79bfb36883385f666f91fa5a6d65c83efd8df

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4883958ce5c7ae0d01c009a85bd3c7895c2c9c2892ffc7dc93ccb112936a17a8
MD5 977a5638468882efd7274f46c2bece46
BLAKE2b-256 de405f9802ab867705a1c5d1c6bdc5ad922593addebb91a8f130cb1a771a3e00

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 819c4d4a5a47afec9b708425a0a83d1e151455ba693f842e248857541ccd10f2
MD5 1db3c7dbf6127b4bb15d32fe73388ee1
BLAKE2b-256 d28ba898220df06d78143d409a1fa5fd1caee913d6e65ce4880b385c65f4a438

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp310-cp310-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hogpp-0.1.0a2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 391.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hogpp-0.1.0a2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b001efacab8fd4b53b0e2d28819d331aeb04db1297376e3d9f12ebd927587b2e
MD5 afc001afdcf0cb5f5e63d018d53eb818
BLAKE2b-256 31634c9898b5af40f945b30af1386936af1910dd1cdedad1f2c04e2abd7cf4b1

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 89ca8661bfa19536b5dd9e83a9b81c1b2d48bf636b82a93720b262591e7106ee
MD5 b0f34fa227d978931e0b33ebd36d7918
BLAKE2b-256 1e5bc60b99b90363179efdf8c2215f8c67f98ed7575a22c07271e3f04b6b3d50

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d5f2348c84de71397d54ea866b047a8546f9f37da64a88d75a1c3ca36f93e32
MD5 71f3e3a8caee00468f4310ccf95c505f
BLAKE2b-256 5c4c6856e75e4c4d03f337e10bac06edfa23f2d2c72fd3ba670e665c58d2530c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7fa524626868f194eb7879f9b959d3fafe98630f92485ce258264b145a8b6e6
MD5 bf5ec37cae8f7b529dc61ced85bc8433
BLAKE2b-256 116c187835a8f4fb410a896a21d32f43dbdda321eebc40550a574b44a6a29462

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73e2a2cd62240f1a44ff3d640e800a3db3876dbdd16e147bd4d0201563f58429
MD5 0ff77572ff35616f2b19f450bff12b11
BLAKE2b-256 a6f57c44fa414ec97e8c004c1a4c914aa7897d935958883e954c91e34a9d1137

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3b221505e0c806a3a36a463ce8601ef23e0632de9d96a475e5741f31c0d3286
MD5 577c7bcdbfaef86a58382061ffe1c0f7
BLAKE2b-256 0719f5f3fdb7b0e4ac70a1209eeb692b7d605ecbfbd88d3fdaaf103469e26101

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

Details for the file hogpp-0.1.0a2-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0a2-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0d86ca9a4c736943bb834aebf3c4d9319e15ffa4032f1c8752d46fdd56af6ae8
MD5 734b8da5c658d46c1160756225f0a617
BLAKE2b-256 8910f63f5e33085c8be315285da10c765ad2f721705c1f464f3cc4957b529ec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0a2-cp39-cp39-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on sergiud/hogpp

Attestations:

Supported by

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