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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

hogpp-0.1.0b1-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.0b1-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.0b1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (338.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

hogpp-0.1.0b1-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.0b1-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.0b1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (338.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded CPython 3.13t Windows x86-64

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

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

hogpp-0.1.0b1-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.0b1-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.0b1-cp313-cp313t-macosx_11_0_arm64.whl (352.9 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

hogpp-0.1.0b1-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.0b1-cp313-cp313-win_amd64.whl (393.8 kB view details)

Uploaded CPython 3.13 Windows x86-64

hogpp-0.1.0b1-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.0b1-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

hogpp-0.1.0b1-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.0b1-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.0b1-cp313-cp313-macosx_11_0_arm64.whl (340.8 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

hogpp-0.1.0b1-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.0b1-cp312-cp312-win_amd64.whl (393.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

hogpp-0.1.0b1-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.0b1-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

hogpp-0.1.0b1-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.0b1-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.0b1-cp312-cp312-macosx_11_0_arm64.whl (340.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hogpp-0.1.0b1-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.0b1-cp311-cp311-win_amd64.whl (393.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

hogpp-0.1.0b1-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.0b1-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

hogpp-0.1.0b1-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.0b1-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.0b1-cp311-cp311-macosx_11_0_arm64.whl (340.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hogpp-0.1.0b1-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.0b1-cp310-cp310-win_amd64.whl (392.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

hogpp-0.1.0b1-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.0b1-cp310-cp310-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

hogpp-0.1.0b1-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.0b1-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.0b1-cp310-cp310-macosx_11_0_arm64.whl (339.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hogpp-0.1.0b1-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.0b1-cp39-cp39-win_amd64.whl (391.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

hogpp-0.1.0b1-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.0b1-cp39-cp39-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

hogpp-0.1.0b1-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.0b1-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.0b1-cp39-cp39-macosx_11_0_arm64.whl (339.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hogpp-0.1.0b1-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.0b1.tar.gz.

File metadata

  • Download URL: hogpp-0.1.0b1.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.0b1.tar.gz
Algorithm Hash digest
SHA256 3313c8a1cdc0be88a8bccaa63d3f5d0237d3ad5f6c9101e194fd1f85e4650829
MD5 6d6031dfd0ae3a6bc4c845ecf804b243
BLAKE2b-256 9c8e6e8465140bf8722eceea9c1a04cfae3aa5780d7a84e03936740194bd42a3

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d34a4fb8d1af406db648d8a4bb614fa3802abd99fbc61a3d0cd22adfd0678399
MD5 d710898e65bbe1562f1a7cbfa57d1222
BLAKE2b-256 a00652985361f3087bbfac0971bfca557c480a7415e72164c6bc85675970d69c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d264287cf9b5684d51e1164547e921bfe41b4a200bebbdbcd81882b65ec2dee
MD5 870284a13167e5db48bf6e26281d84f1
BLAKE2b-256 742e29736a9bb071b67df9ce0b9b93b03b6db95a260953855867e20cf436047d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13a5a2268c178559c919f041d4d771c18805e40bf36154195c62c68fcd01dffb
MD5 a7128fe5bbc858232723bd5578a56eda
BLAKE2b-256 58b93c26b3938066cc01eb8c54c88cb2ec5d51701545867427ad1abf3af45276

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 866d4443751091a868191ee79aa9017bfc20fca8f145590e6b70d49a8876307d
MD5 71e16f4064fb2f05677d68e1e746d971
BLAKE2b-256 ba18ce3cf0b7328bf833fd233be2f5d04a228126f045baaee048e01ea2e44452

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ba169358f6addd5fa2dcd7dffea18b8f3b30f6800542147727077cd7fd9c7933
MD5 d5028bf8a8e4808aa02ad4b25e8e5506
BLAKE2b-256 a8b57a128462e58593e9059a2566ea957151f213bda98ab092405243ba6f232a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 30ad0777b283aa9216d038fdaf471c4bc74ca9519bf0b621f38f819fdb335394
MD5 3460060c08350f5a31fcae4fd79967c1
BLAKE2b-256 a826e95c5c0de3c45f134978ac3063659e118daa5d7d8328bd22da50f24d1ad5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bff0afcf913d6e1274edc2bd4403712e0d3e6a68337893962d0e48aa89f7691
MD5 029f91039fad879af6abd867fa9653f8
BLAKE2b-256 9a9dae1b35ce952be156f7cf4e942a1a9a342a745175fde0df297eba7bc5153f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a22ab731285f3a413ad234d27890d5dde69c46f60378fc7b54272d4da76936c
MD5 e581a5428430d0dd8d5dd4a0be11cd17
BLAKE2b-256 498fed328a1a733be009f4fabd9c1804cedda442d7281045ac7f39df5d0635f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cab9162840d9a51aae04b9b25b237457fd5668666f65e90c895360543255a94
MD5 042973554f6dac052c3451f9849055c6
BLAKE2b-256 cad15c0f0df5546929d3c298653868cbfebe1025820b40e42a3544b67ca181ec

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dcefe500afdfde5bbd2b17cd99e54ee9c8dfede571061d068758528217e45c8f
MD5 6a48192ee6c92b136b80ed07296f7e61
BLAKE2b-256 53175a2f9172d53739954521714319e1fa4f73603f24bd2402a768f2e38d0028

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.1.0b1-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.0b1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 1124508a1444a0bc4a1a1031820080a4d7ec22df0295479edd15d9cb1fad4374
MD5 36161dc487ab140dc0d1853d7ec7ea87
BLAKE2b-256 836b68015eda6647abb6ef43ce9af9739e2245e643245152295bc4b166fcc9b4

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74e233f15d9ccc9a712c9aa095ce7a8f3e50e505a540475bcf80ac24d75b3c34
MD5 cc48229c974daa820654be7861ab80c6
BLAKE2b-256 da45fb382ca502acadf9af3f8c7bf2a0dd63967f83b7cdb5b4f8e55836142c93

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cd6c78598527bb5953cac1a960a01e9f02b078c06cdde95e43d28d7d90f25dc
MD5 ca24ee8dbd8f5e3bf300e7cb0e0f7e8c
BLAKE2b-256 82a33e2e931457e9c232856f3e78e631c30b6f4f836eb055784ae9fe98830506

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b18c4b969eb9a899520c990dac33cfa97ebc22f1a6b85e54b024cf7c8350130e
MD5 6bd5f4db0a53ce698656ce8f97816bb7
BLAKE2b-256 a3805d22b778a819aed99cb5584516e9d2aa0746dfcff0f0627d51e326e4b15a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b86723258ec18472bacaa9bd30ebba7eb3cb3bee1f492c82d82dfe8200184e9a
MD5 ffd7bad1a6368d521234cb96a440b675
BLAKE2b-256 2d4d919bb4693878a7e31d30256ed384f21abf68d47218ce8a387625b409a825

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0eec02e33c94bb73be56ead6cc90d53359f5b085060c3f86362de167ce95e0c1
MD5 1efb0ae51ab942e1dc41f18784bbd4b9
BLAKE2b-256 207e6066f5ffbb47c4671b9debc81597f3f562fe1794c82dc1179401a3781cb9

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5a20de16819a5b32ff50aed1933f62efec2a189cebf2905700fdfc1efdcd3844
MD5 cfb4f3fd95b1a7668ebf8af3a3433295
BLAKE2b-256 5fa9d5b4be1d2f9ff686895f8046d9e9bacc624881b13cd963907e8066eedc4b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0b1-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.0b1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a4635ab16fde0d6e609962359decc42e515c2d778d99b011e893493fe1a7cd2f
MD5 4941975bbc0366656d767f0cd8933866
BLAKE2b-256 02481a0e7fe99b1f1d31d0971461da447d6b58dc2dc16dae3aa3ea5d1ed5a4d3

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75c31fb98e07bf0c704bfea325e4dba00ca4ec0e17e8319519e85f62af77e463
MD5 4558dc3793a57520c67ab8b202f6b605
BLAKE2b-256 156d990e5e9f677ca83931feb7a057a95ab6ba783a817ff6761ed28dbef42e75

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93ff18831ec018db1219cedbc4906b0421dd5795f0e4868809f1e7bc552cc9a9
MD5 5cbb65910d5446d7e77906f1326f2f13
BLAKE2b-256 814518901ec6afb61b236a111dcde43547f589987fafd9015e85882e4bf9f161

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9850806c325d645d892c90198ad9cf1e11ab1f492d6dcd1d347b845ab1d6204a
MD5 a184c4549afc541b567c4f666401f6f6
BLAKE2b-256 20bc347f6dbf734c66d9aba915e677c774db81c5253d3d8cd37e2ffc6f061d94

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c8af5ff952aab9a6554135dffd3a6503fcc67e9135dd5b2723a427cbe8097e8
MD5 138227903d237d44f822e6b4dfd3c48d
BLAKE2b-256 e0050642311ccc838a731136a1e0e88f94f348c1849aedf5f4a270ad5f2aa864

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d0c87c3e0f369d5b40e3a10330840a6d123c626a3cd85bb290b047b27221774
MD5 bbccd1303091d67da7c611075f53d6b3
BLAKE2b-256 a2bbd5c29f9ee1a0a562058b6b651ccc6dc2e7fb91838bfd3225898525c9f89a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 205ebdfb96a968841508176f4cb37f395df080de7de1f4f9c408a65ec0691036
MD5 8f55928b5fc4927d6d1168a072a40f70
BLAKE2b-256 a9403e62284bec0e4fdb2085c4bbaa9b0c92fd0eb7bb7ea6def16a9cf61d716e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0b1-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.0b1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cc305e554d0fa4dd73b8be9a669b5830b44b6e6deee3117b8fecfa1e8f5d2f54
MD5 27d10d1829b2b5533d1afca8d48264c3
BLAKE2b-256 b5895e43c35dbced85636dae33c6dc26298d96fbd58289daef0e44f1b792c9a7

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96e280028155219517185ff2a2a0ea59ddc6a5ec26fd84037cbda017dd495c06
MD5 b86fb9196d9cc0c1a4fff03345fbff78
BLAKE2b-256 d614b0f45a968627c3767c94a2410d39d990510b74c721ec408ac11233ddd13e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fe2b8ddf46abad0c92660415a4ea965257412c72f09950aa50c4f57a82beab1
MD5 33c6925b5eb267c662cb77c83079823e
BLAKE2b-256 b803f6d7f33683964050627677aa6767909bbd03a39ff90027aea7f1d3d12d46

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d9a978dbc3772bffb32df3a3877e9c3755491bccd9ba66bb60a058b59ee0952
MD5 dd4cf11c564cc1a259d9c39e06d9351b
BLAKE2b-256 c58346088031dcc0a1163f51e30940a6607d86ad32929bbf3e010e6efca477ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35ee2274f387eb4ad3efa21bb18da455675e63c794d9709c81f4a772697fca0b
MD5 023332c8e3f4600d1d940776b4d63bdb
BLAKE2b-256 abe75a50b4c00b321071004b227789af629082b195d762b3ada07a7ccfd20df5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a3a41e368ee8190b1fa3577b114a3b1de1a00fc1f18918e94d2f466c46b27ef
MD5 e553b07ec89b3df2a988c20e3b597eb5
BLAKE2b-256 d7908bacaf8d053310092692d53a2fbbbd8090fc0a0b7821eae39f21297a58f2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ff8c0cddbbbecb30fece044ee9be8cb28d0d50d375adb35a388d20893ccc168f
MD5 81d97cb9ffb6b9e0e62a4a9a68e2d8b9
BLAKE2b-256 f12977e6e64fb4b594b3b4fc9199bfa48a18cfb95ea4c58100746ac9d708ec2c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0b1-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.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9a274422d877d059f7e23964f825cfaba35202743868ed684ef900b623ac29ef
MD5 82caa81196ba2fb2d73dc88e31521768
BLAKE2b-256 c0f7a73336084c2fa149b0ea0296fee2afc9b3391ff3d5756ea2d67140e2a49c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60e7126f7e113e21e1736ad51254ac1f4d8c6cb47d6687f0eafad10d720d0370
MD5 86fd0ce844d723f0584510b71a3b30af
BLAKE2b-256 4517e44110910b05bc0f2abdc51bea2cfec56a39ee0b3ae9d36b34726917b625

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ac42305ab62a3d437d5efbaf27d42cb35fde1b54cfb5fafb81a1399879f4113
MD5 6a37a83185b3571ddbf7d4a4730a6fa4
BLAKE2b-256 a1eafab62acb2277556a56c776cd5c9ede7e054d963c4222a8d9d9920e5c86e0

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7800f15261af84c9482c117e258d22b1bc480ced52dd9eb1d9a07af406d0f2d9
MD5 f9a9a06ac0cd59bfd8027031a73f8c36
BLAKE2b-256 50bb5fbbeb3e1681ea424186bfa9586752991aff8b57966a78e519cbe61b24d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d97155e137e7c479e50dd2d073578fb22367271304d170b53ac6879112ca4ed
MD5 c7385fcf9225f5118f4c1f488dd5b32f
BLAKE2b-256 f0d7211801ea01af4c8a6af082816f8bd16113b53e1610adc2e96165aa14d368

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 060ae48afe273ef2cca78d97b55a6e376f04e21f3dcf61fccea8c8cc0145367e
MD5 98390882e675d47ceb5da270ea4e3239
BLAKE2b-256 1529e1c569cdd751906aceb97c778b4e96db223547b2183097369c1bdf0a4f7f

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 71bb6689b148c7a8fe15d6ae74db3a8cfb3efcac0936fc6b7d740b2af619ee49
MD5 89dc9b1330f575d5019e42bd19453ae1
BLAKE2b-256 cf79df53df278becba94679da586146f6d24808b42d68bbdff22e3245d28bc61

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0b1-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.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea67b211a163fcb962e535e435ccfc9b83bf0cffabaa99dde42297ef390c37f6
MD5 a9c2d279e900fa8455689d127b704b87
BLAKE2b-256 d0ea7c50833f0441d2db1b190b561a71b0d48ab98488c0233ca15192eb2e7422

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 362ea0f6440a435b7eaf40ae57d26ec00f15b72294749942bbc4b80678c508b3
MD5 a1207f7cfe0bc1b49214aa58362e1d3a
BLAKE2b-256 39c4aed9f7646be47a03866fab0f1993163878402417054ec23c432926b9435d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d00242e6486e43cc91f079765b38617bb0be677996fa773f437039cba1999de
MD5 0d03582ab26194180b426f392259b2c2
BLAKE2b-256 187df8e50876cd4e435b4610c9d434064b84cb461babb2648820fa85ee6653ca

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd7089582d6dcd1f3169ec71925a4bc5bc208f4f1d3aa7dd9f9cac6a440b25f1
MD5 71068b7e13e90467436c543ffc85af94
BLAKE2b-256 4559df9c0da8bc2f1b657b1d469541115f1fb30e2470f9c1c252f4f269aa6c75

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fff962c7288b521d6bf9d0fbb7f5573b1fdd3e0a743bd664f1ac08304f57dfbe
MD5 c38a018c63af6f7f9ee0d2b31665597e
BLAKE2b-256 a4786f2ace16d389f847308bb122dc0950c7af165febda918f3d88d614d80e18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cac3bc8e8e3328c8b66d6bf93b1086ff2b3b6059b24d29ef9e63532ce01a5c6c
MD5 b52dfbd28f5184e94b0bb74b38980333
BLAKE2b-256 ce061e6d8dbbd125a07de03707282025efec79b695000e1af15585ff08c866af

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0e1ff4313eaf2c7fb84d6c4b8c5d1fce0827e22be54ecdcfb5eb7df2f005f80e
MD5 2765aa807ae6ac8576a495bfa5c28145
BLAKE2b-256 2a723ed7d27febf799510873adb07d28f2aa3a124f8a8635b98acb86e56ebde3

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0b1-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.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9ef0a937d90155ed08776b38deccc22bb88c045ab819997f919995227755e302
MD5 92768282bea6b6fa74e7b2b87a99c37e
BLAKE2b-256 2d261bbccbfc781229304cdeddbaceb69156ba5fc41d9248d6e9fccfb2b3bee0

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9969e34a0d937ba5c414c8f08ec7d838ca70e935aa53310e2d3595416a6df5c3
MD5 a7afc1883fe7502787bfbe472fe0c8c7
BLAKE2b-256 d4222f646a4b0d4904e9ae56b82a71a7b009ea6c9494607e9ec9c51db033365d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 168a630b2166f37cafb3f780a1240b57bd550c181a66a91a1b95f0b39d6ac8e0
MD5 720a36e4dee9c3f3efdd36f5ae3bba74
BLAKE2b-256 6627ec02dd76a75440c05127cc9cdc36a4d09ffeffbc4c0406bbfca4438412d2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 790ebf6206f5c13a9f8d593a74770e1cedfc8675e9fb45cc0d89d3def5271a24
MD5 8eed510520fc7ce4890f79eda86a8072
BLAKE2b-256 e879c0007a6240d221042a3d367afa1efacd7584dbf05f28cf95bcb3ed0a5e4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hogpp-0.1.0b1-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.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ec58b18d9a974dcc26d0ee6ccaf31999a5849adb5dd4d9f7986124ac7aaaa52
MD5 456304a18029997ee30113f2da5a20b6
BLAKE2b-256 076bbaf9b18ff3955fc75a3753cb7054c27339d0a6756c91114b4dbb0393b932

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90696c6d17bc85d116273c3289e1380a078b333b3fe67c2e3cd5807ad6e0aca8
MD5 1ec85340ce026540ce84eae90f19bac8
BLAKE2b-256 d4caa72a3771c52a8c6601399e4c39cec46752174c1ebe52d10df2d019af96b5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0b1-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5e13e3d715ea42980ae337895c76a7aab298fc1c7bbbcc6fe5267b11cca2ae1e
MD5 9701caed2c5bcba351e7f4ce6656e16c
BLAKE2b-256 416fbb7c31af181303b964220000fa1484f6e07460105988e968f7759906e824

See more details on using hashes here.

Provenance

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