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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

hogpp-0.1.0-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.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (453.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded CPython 3.13t Windows x86-64

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

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13t macOS 11.0+ ARM64

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

hogpp-0.1.0-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.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.13+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.13+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

File metadata

  • Download URL: hogpp-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 d5ea391a141a138720a295a81730dbca2a023da0c7de7cc5ba209a9bc38044f1
MD5 692dc35c85b0dbcf5dfc255a1ec7a09c
BLAKE2b-256 9026c5e8843e3255fffb20140fd6fdd31da1598d0e3a1562a46c7268bda258d5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 41a217e80f0a09b7a83e3f7765dfca66af17ce07707d7b787dcedc04e5d23d09
MD5 7ee2407d8472470e22bc180d1ec51b84
BLAKE2b-256 f6ba77b4479555de93f382cd2923f4813da037ebf619acc0cdc90470fe5616f1

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a508512ac4cc676c7c05eb1142d12e1bda2fdd44b3e3e60d7d6506de3198742
MD5 bb4c59127d69c51f53e6b9ff9f2a8c4c
BLAKE2b-256 c3e55cfd2ef2a0509842993c93138b6f02b384966411344cbb9d6aed0c156e4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 561f13b5b7869f17dc1bf39c9f9e1281f249916109a70b6fee9615ad6a588eeb
MD5 aafef415b10dc488c42786989e8a005e
BLAKE2b-256 d9b644ab9fcddd20d77bc139f6176424ee6265acf1286ccd9a9dde6f146e9af7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 319464740a6acbc8134c7530604ae0bb1cd7072586ab27750f4c2ff91fee41cd
MD5 d5bd37510c3700ae5db825e935cf1ed5
BLAKE2b-256 4bba06a76b9efc2119d7127686f6867115d735d3b0001d33ad37c06199d056a0

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b55b31e9ea123435a6be3c429e5ad4ad6228506a324e4b4a1ce4c3c79be42b01
MD5 808847695d94e6a4fd04ea60452b1c93
BLAKE2b-256 487cff86c820b748d13f9cea76a30aba6f567f78dcf91ccfa68a2dfaee45d754

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d85f195397987a2d33897f14873d4fbc6cfa4c6d24920e2f7bc1c0bf4e4208d0
MD5 1fe207d4bda17814a7744ecbabdfae25
BLAKE2b-256 cbd67a5f623fdd4f5b85a2fedf941b1d824e30fb9f1a0dfedfd5cca5be12a03b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1af92ff080c20fe14310edf97b06fa7ded33c4a1bb3f3a1d16f094bca9302412
MD5 f56aaf3ef5262d114c2d82eb3c5c1df9
BLAKE2b-256 dbd78f5f2c6ebf9039010b16b3cbf78a5c786d6e2e624176a0c39eba020f3d70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7429212eef867f22eda7d856f8f2a3fef3335ecaf5f0afb4404e1d7329b790d
MD5 0e0a3693c6d9c58ace4e4fcd63d8e520
BLAKE2b-256 caf17e12a0a8634241f47c9f80baf96f7d6f69a61958252de174af25881f4f7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc9c50cc5cca71c2c4020d24e38e3d8f0e8af6f243b8651ee89a0c463912f69b
MD5 eb238233f316adca19ed7341666d20e7
BLAKE2b-256 ee8e4df9d9efd82abfba668c924ae190b6d03e917cf3c905efaf9c20dbbb2ce7

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 372d03227bc13c510979524b2ecb8d3d4cd96dffa90c1ba74413c22648acd95b
MD5 73b6fc44ceaae2d1c739791609aba55d
BLAKE2b-256 a14c26c595ba083594b0425180b38746eb12da114768c351214e22521b75dafd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hogpp-0.1.0-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.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 20e1942d7c351d80b2645e7f81fb9a7bc6509ff5e15515976ed2bfdb1898bde7
MD5 305ce1e796994cee9690e622910b15b7
BLAKE2b-256 d763122d794e41923b3ceb66eca3ac2fc3d29e5d64932179f7c3ea6f85713abf

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73bd5e53037f18864c4fa9796e300f05b79bbb3365b186b5113a75feca640fc1
MD5 be25e9017ed6b49c7f25fe4c1de1b2dc
BLAKE2b-256 5995623d7a91c7c37503c5c3dada71040f6b7e5f56b6022a6aee74c55e0dd94a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f3c74e73148d29da91e44f49888c8f7f1ab33d614d2234a22f245bdcb31a1fe
MD5 ce72de554ae72da426a05b0ee1e95df3
BLAKE2b-256 46fb28019cfb17278d4fcab072cb8977ded091d610937d14cf775c170e9a97db

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3079c035e906dadbe1b14e01a6fa26fbf922e13fb963e0fa02e81070ae5cb91c
MD5 e9c6946cdca00e9829e4d11d3b95440f
BLAKE2b-256 dcf737469eb2103a4b6044c82de6ee3b5ff3aff47149258bd631e5fb65455019

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa74a895f9e362f576f90f022a644d04c8eaa5c5da6790ccf4a020fba7dfd91f
MD5 6c3294731233b41684a24f6740d649b3
BLAKE2b-256 66760c9d2a263d8049077777d619043b9429316c07e92385a7691ee202c567fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4d55789535a9e41b9c39c3a735b96abeb51eaa3f091580f4344dd31bafeccfe
MD5 d2aaa1344099a3a7d6287941204ddc52
BLAKE2b-256 81dfb63a1b5fa6b4fea724be08d508c6f62406eef9e129e7bc40f2b22b7ddf45

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a4254b0244183a51805b28e178c6354b490ebe960f1400d4adf606a80485393f
MD5 5a4dff84022f58f488c66ebe9db4fa6c
BLAKE2b-256 7e54e4a9d6c84214e007edd3621fbb55f097c8cf67218cdae548081eb7d49b33

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 393.7 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c92b8f3b21f27d9f8f45b1417bd329073ff5531314a2580f72ad951377a329d1
MD5 94cc3cccb31abfd7b268a1ef17ccba66
BLAKE2b-256 6b162fe5cde7e10fae40ceed18350f3cd528350f84ff2590fc96aad23a6af274

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a11c6b9cd15d7dd77efd6af5fc3429ff2d8a14557d9a38064dc2c2fd0094058
MD5 2fa6fc06ec54311db9a45ad8fafb0d1c
BLAKE2b-256 728f6c9aac43f7d07e5d20b47628d34c2d49bae68b80fe04c8b7d831c766f5f4

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c9e6f6dc27ece3db8b93d79055da4896dfafbbf16bbf825da6479f2a0800dc4
MD5 c65024fc249c19d59d14eb953766a972
BLAKE2b-256 ab86e8e92eef102f7b9c4aae2f8922cb3c8412a1093788f297bd491d07e7e8f2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80e419b6c42a485fbf773818b335b9a0b52a5962a58995862dd69a07aa14da27
MD5 0a9b99143bf1d7b092065369f2295e9f
BLAKE2b-256 9916264e9b3fe753e727cc769cfd2c27ed446ac36a2a1593563d4750af4c7d34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f43ac87e16d783bae6aff3f3b1cfdd6fef9c9ba62aaddd39b28437340bc13a8
MD5 87c7a8552dc8b18979e0dd9131727fb3
BLAKE2b-256 24ac0d0f44759a3fe5fbe6579dd2ceb0464a0020aa5461b74074ea9d13cef51e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85ff059ab928467cbda6517e55a91fee5f71ebc4f7f8c703895516ed74c386e9
MD5 c84e38f26a2211d5e492ecd39245d0ed
BLAKE2b-256 b749c78554dbfd2714218dc2d455973b6265a9d98cc4efcf536ad4687a554d5c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bd29335de67cafcf87eacf180d3465bc2a79b9f57c7a139b934cb05b0b6cec37
MD5 0926c6efb9a8ef54653e70f5f19c4c36
BLAKE2b-256 cfb9a170cf41d6758a1fe46d6def87e28ba667df42110dcf48848cd701771202

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebefe33b612e605938a4c6bb16a26feed5d318e91fd9cb53878ec33db000b04d
MD5 9b466ce47d9d6cfebabddf6d916b823f
BLAKE2b-256 aff1b37ca489b297bd6f2a5982e522adeb49ab74ac7586616f4b24d7046f555a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8e1d59bf4bfd4b8ff43aebe709ed407a233d40a72ac98559eae1bfeb4ca061e
MD5 169676595ade65c65424e66fa712e6b7
BLAKE2b-256 3ca8e86fb6254331d0eadee8f6b33f380d42515cf27e61f186cef92dcb2c059b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27289718e52dee0fd44f62520e96783fa66cffcfa705b872f0b80f62da0589ea
MD5 741fc4e780a9a4dbc92a0bdb25afaebb
BLAKE2b-256 e8bd2fb83f101074c11ff3fae4c67b10cf53a16dcb0c2ade88168655e1e86455

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1508ee10e6186f74c25fa69b168088ac4518c203c1488797896ad7704b822b99
MD5 85cdf21f5c44356ecaebc71212426f06
BLAKE2b-256 e76f0d0f6b437b5dcc550669f57a02c59745b2d00c5ecc1669e4883f8cac2723

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bee9a8c4eb615bd9d11dfb662a0a2f86a99959515036644f9883007103a7670
MD5 fc3c4ebe89c7e35bf6b96b82f934018e
BLAKE2b-256 2a6ee5749a3aace8eec4ea7096f852665b949e77cf2a2cb773409010eb056f4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30c94e531e531ab27da4708c08a93b4a720e94dfdd07f9f0b87c6ea119352632
MD5 052096a027752ee3c6b4a7ff0cb0e42f
BLAKE2b-256 e6e14b821efed7e5b0332e498319d4767faa8beec5b1e38638337f8e4dfd8d28

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 48ad0731ea25434861293506884b3b6fbe3db7e441cd187a0a588bd10a3829ae
MD5 c6f682f9665128142dff90c8dafdd6f5
BLAKE2b-256 b4886338a026cd61aa5037eed647ff4060e7d417cabdf242699e5c1ad1a6fed2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 393.4 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3e7c4d2db0d3851a35791b1cdff07beaac90d56ba1a1be071bbc43c2c88b7fc2
MD5 c4ceaa18e1d81a61a974d81d70900a95
BLAKE2b-256 25249ee8001e5033c0d1eb22e56d1baf5ca65be42e0f6941a9a35dbc1b107b6d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da4a86325160931a1e5400960c882c0d78b965f69676af3cd2158a4598890804
MD5 57950c0d0f83e6fe901c950dacd055b9
BLAKE2b-256 966b2d8836d6e16f24e369e556098ee432efc819ada6f010bd4ec182627e2d6b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b61628799682712df920cc6b596971864701e819f199428922e1527d74517413
MD5 702aaefb83384aeddca4bbb13b9a462f
BLAKE2b-256 fff0654cf6fdb681ff190d31bba5af6abf08cadb22e4813497921a007ca2f9a6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 030c104a6007f1fbbdd5af57f848f6e8f1242e402f3767b03258fc4a64d9c88a
MD5 9d2052abfe5faaba51984a42860a6246
BLAKE2b-256 5b51bc94a5e174cca7922b63a0be5519525593a61c08a32311a66bc7ea7a7d4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1ea36d7d7898b1bbb0de0cd88b54b35ffeddefc86fec6d723407050de167542
MD5 ecf3ba906135abfb749b3e1af5e4bffb
BLAKE2b-256 f51a48ddae43a4cffede91644aaeebf498038095dda7790686029d25326a0eb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4988df2032edd71c346c74c9c88dc5b4c4b0f9d5610153c219171c3dc3cd73a1
MD5 8e6963ddc0e73d3161a2bca40e105ffd
BLAKE2b-256 5ddc2523cb48ea8066da9d7030cec062040a5b5a154f8f5a60fbefceae7a986d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3ea35fef2856067c45600294270b2fd546dc1d888277cc5df8e708c98108661d
MD5 69eee6a0077aff7d04d3b4a3908bc921
BLAKE2b-256 5bdfeea12f04867e7bfce4ddf85d8b06a55a8d1767fc0e12691dee27a2455417

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 392.2 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c1771fb2320188c44c38919af751dcc206d3b066c601d2fb4220fc9eda1846f3
MD5 a402075b0d544937d9efdc6115bd3ae5
BLAKE2b-256 33b735161bcf1382e7406a50362340fb66d9009e25edd7429ca019ea716d2d2e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bd65c958a6d8b3d6486965960152fe5fe66e2155a43a771d4bf732f7da657f1
MD5 271000529747915590122a1e7a6fa6d3
BLAKE2b-256 1dea0b3eb1fa51357e8d944880964189d5c0186578f01171d3ade08ec52a23e6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7bf5f203fe2746d577f745b1b03cb1dc00e79f5c40ccdb57ad6eff705d5d91ed
MD5 39297722c64ac779932b1a5d771e31a4
BLAKE2b-256 e86a8cff6d38c46b7cd844c0581dd8b0189806af9a3c58b722a58339852e4b7d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17f8b71e40e5b366d1ea0b2f240aa4ad54afac4b2d6a9b835378ff9e583711c6
MD5 8b8e1a3b790db5b1800b75a7cd04e418
BLAKE2b-256 c2867893faa03145c0e08dc53f81d77deef3fa32a9190aa40df567506314fe71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc61cd7f4608eb15ac86329f1ba89fb9d6cc0a33b7475eff638b3fba3a472c73
MD5 bf89fcf1417a38c2e2493daa04238d59
BLAKE2b-256 f7f190f6d04ddcd438fc7aecce75687f1c33e3cf745993463b0b23ac8c1b2515

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3cd8fe54a3461f2be1ac4444fce8d7b99e306ea3d46adc4d61b371c97745193
MD5 e0a7fdd01d4668d82967a97b74624808
BLAKE2b-256 f012e0b5b33297333a8ff1443049005caeadab7b238bb87b9a112f6816f38883

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7e9b89f31ffc3d20a577a329aeea824269451bb743879edff53b8ad0780053ca
MD5 5d3cf232b028de15332e2ab5e5edecdb
BLAKE2b-256 cc6b66ab8cef72bdcf50539f6a0f3c4db0ce83e206ca8198d9e689962649989c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

  • Download URL: hogpp-0.1.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 88479b99f34d8587bc8e853aaebd1b0b493d6b0c7540e81bbeb4b65838f6db40
MD5 11e1b3619d8d33f168ba40e8ba988bb8
BLAKE2b-256 f0094f8c0b2301e7f054ca9d0ac5f1a166351f9fb0e1c3504ceb821e1c622b92

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95c6bd1d5636139fd1721268d20bf5569617b61536d7bed2237e1ad9e764c070
MD5 f41c30704ac3b91e74b8feb1b0955043
BLAKE2b-256 c1f24201beb4f215d6b7f43ee800ff9e1c6cfaae0d6ac657e1fd581b9b4337d7

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccecf73fd99ea9c531a415a1f1b310192a921e0b5903ed645fcc3b337ab18b5e
MD5 1188083d11c564cc82adc0f9a08a4a34
BLAKE2b-256 bd89fe3491ef30644d46fb55609d719f8a9614abc09dd65e82b9ffd37161d6c9

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d9399ca692f070063b4dc230101a55b98fcce5bc4490f87f946646368410bd4
MD5 374e4cfbb8879a8d0f3791d9cef2d023
BLAKE2b-256 4a0d9c1afde4d7ee5b5bbc875d93f5b9dd6f9a741af6a54c331bcdbf39f0102f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffddb3450d2341f878512553a27556c405a753fc3ee3ffce1df9d51c98716b06
MD5 7401493e65d7090b002f76ff59d12359
BLAKE2b-256 7a0beb5c6fb95d9d7b32353648787e914528f87ee92784a63c444e623a649788

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa6fb43499af8a433cc42f44d53d3a2c78a7e21fa2add4ffbb99be5bd623098c
MD5 f697e132c8d8aeb6d734e3133a1a873e
BLAKE2b-256 d1e2d3fd1019d1b9871ed37e2f7ba636630b9b60b4efbb01f5e595d55fc85846

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on sergiud/hogpp

Attestations:

File details

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

File metadata

File hashes

Hashes for hogpp-0.1.0-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f2ccbf27e50f77157aebdb27024d1fa6d5a62977dda401435178d89c0b74a172
MD5 c2981f3bd44d3bd7c47e728e8fd2ad1e
BLAKE2b-256 025fc9e475c2907b0606ec1b06320d91fb4d5386501564464ca3fba287ae85a8

See more details on using hashes here.

Provenance

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