Skip to main content

LicenseSpring hardware ID generator

Project description

LicenseSpring Hardware ID Generator

The LicenseSpring Hardware ID Generator offers stable cross-platform hardware ID generation.

This Python wrapper, and the library provided with it are licensed under the LicenseSpring Hardware ID Generator License Agreement (LHIGLA).

Installation

Install the licensespring_hardware_id_generator library:

pip install licensespring_hardware_id_generator

Requirements

python>=3.8

Examples

The library exposes one Enum and three functions:

Enum

  • HardwareIdAlgorithm: Defines the available hardware ID generation algorithms.

Functions

  • get_hardware_id: Computes and returns the hardware identifier using the specified algorithm.
  • get_logs: Returns a list of log strings and clears the log buffer.
  • get_version: Retrieves the version of the hardware ID generator library.
from licensespring_hardware_id_generator import HardwareIdAlgorithm, get_hardware_id, get_logs, get_version

version = get_version()
hardware_id = get_hardware_id(HardwareIdAlgorithm.Default)
logs = get_logs()

print("Version:", version)
print("Hardware ID:", hardware_id)
print("Logs:")
for log_line in logs:
    print(log_line)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (198.8 kB view details)

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

licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl (208.7 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (200.8 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp314-cp314-win_arm64.whl (323.4 kB view details)

Uploaded CPython 3.14Windows ARM64

licensespring_hardware_id_generator-1.5.0-cp314-cp314-win_amd64.whl (345.2 kB view details)

Uploaded CPython 3.14Windows x86-64

licensespring_hardware_id_generator-1.5.0-cp314-cp314-win32.whl (289.4 kB view details)

Uploaded CPython 3.14Windows x86

licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_s390x.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (205.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl (208.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ s390xmanylinux: glibc 2.28+ s390x

licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (212.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_10_15_x86_64.whl (127.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_10_15_universal2.whl (239.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

licensespring_hardware_id_generator-1.5.0-cp313-cp313-win_arm64.whl (315.1 kB view details)

Uploaded CPython 3.13Windows ARM64

licensespring_hardware_id_generator-1.5.0-cp313-cp313-win_amd64.whl (335.5 kB view details)

Uploaded CPython 3.13Windows x86-64

licensespring_hardware_id_generator-1.5.0-cp313-cp313-win32.whl (282.3 kB view details)

Uploaded CPython 3.13Windows x86

licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_s390x.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (205.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_s390x.manylinux_2_28_s390x.whl (208.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ s390xmanylinux: glibc 2.28+ s390x

licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (212.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl (127.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_10_13_universal2.whl (239.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

licensespring_hardware_id_generator-1.5.0-cp312-cp312-win_arm64.whl (315.1 kB view details)

Uploaded CPython 3.12Windows ARM64

licensespring_hardware_id_generator-1.5.0-cp312-cp312-win_amd64.whl (335.5 kB view details)

Uploaded CPython 3.12Windows x86-64

licensespring_hardware_id_generator-1.5.0-cp312-cp312-win32.whl (282.3 kB view details)

Uploaded CPython 3.12Windows x86

licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_s390x.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (205.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_s390x.manylinux_2_28_s390x.whl (208.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ s390xmanylinux: glibc 2.28+ s390x

licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (212.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl (127.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_10_13_universal2.whl (239.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

licensespring_hardware_id_generator-1.5.0-cp311-cp311-win_arm64.whl (315.1 kB view details)

Uploaded CPython 3.11Windows ARM64

licensespring_hardware_id_generator-1.5.0-cp311-cp311-win_amd64.whl (335.5 kB view details)

Uploaded CPython 3.11Windows x86-64

licensespring_hardware_id_generator-1.5.0-cp311-cp311-win32.whl (282.3 kB view details)

Uploaded CPython 3.11Windows x86

licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_s390x.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (205.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_s390x.manylinux_2_28_s390x.whl (208.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ s390xmanylinux: glibc 2.28+ s390x

licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (212.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl (127.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_10_12_universal2.whl (239.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ universal2 (ARM64, x86-64)

licensespring_hardware_id_generator-1.5.0-cp310-cp310-win_arm64.whl (315.1 kB view details)

Uploaded CPython 3.10Windows ARM64

licensespring_hardware_id_generator-1.5.0-cp310-cp310-win_amd64.whl (335.5 kB view details)

Uploaded CPython 3.10Windows x86-64

licensespring_hardware_id_generator-1.5.0-cp310-cp310-win32.whl (282.3 kB view details)

Uploaded CPython 3.10Windows x86

licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_s390x.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (205.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_s390x.manylinux_2_28_s390x.whl (208.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ s390xmanylinux: glibc 2.28+ s390x

licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (212.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_10_12_x86_64.whl (127.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_10_12_universal2.whl (239.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ universal2 (ARM64, x86-64)

licensespring_hardware_id_generator-1.5.0-cp39-cp39-win_arm64.whl (315.1 kB view details)

Uploaded CPython 3.9Windows ARM64

licensespring_hardware_id_generator-1.5.0-cp39-cp39-win_amd64.whl (335.5 kB view details)

Uploaded CPython 3.9Windows x86-64

licensespring_hardware_id_generator-1.5.0-cp39-cp39-win32.whl (282.3 kB view details)

Uploaded CPython 3.9Windows x86

licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_s390x.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (205.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.1 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_s390x.manylinux_2_28_s390x.whl (208.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ s390xmanylinux: glibc 2.28+ s390x

licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (212.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl (209.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_10_12_x86_64.whl (127.7 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_10_12_universal2.whl (239.8 kB view details)

Uploaded CPython 3.9macOS 10.12+ universal2 (ARM64, x86-64)

licensespring_hardware_id_generator-1.5.0-cp38-cp38-win_amd64.whl (335.4 kB view details)

Uploaded CPython 3.8Windows x86-64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-win32.whl (282.3 kB view details)

Uploaded CPython 3.8Windows x86

licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_s390x.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (205.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (198.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_s390x.manylinux_2_28_s390x.whl (208.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ s390xmanylinux: glibc 2.28+ s390x

licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (211.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_i686.manylinux_2_28_i686.whl (208.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (200.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_11_0_arm64.whl (117.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_10_12_x86_64.whl (127.4 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_10_12_universal2.whl (239.5 kB view details)

Uploaded CPython 3.8macOS 10.12+ universal2 (ARM64, x86-64)

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b7d47132a3a2f196f29eb307b3154c8a141eb9a5267a33e4316ecf314dfb526
MD5 e1d5175740df5279f259c9214ee99f85
BLAKE2b-256 a3d2207dea961d6e8221a4ac0319bee1541024a4383e4230e208c6553eb3a70d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 add22e711ae3a30b09fd863c8136ae6216095246f569409aeadefcc25dad234e
MD5 1920352aa068cd7b411871334cc67f59
BLAKE2b-256 50e5244d823077d4810f87e8359b2c315d7401c6d438972da026cac2ec7931b2

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ff6d5443d6048179f794e3346da66556c847c31a5ff949c1c95a27ca9261ac7
MD5 415501e7d9f9da3376773680bf31eac9
BLAKE2b-256 139aad2fd6463562dc6f28d6bcb3db94f401d8ef77996b7dd847cc89dfab00d0

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07db375edd6e9579659e9ff86b5943dada6ea821d9f68c0e39eab1cee8e6602a
MD5 6feeae6170b8aa6fd78654509df75733
BLAKE2b-256 cd0121991aaf6a0e05cf88ef8feda07a895a59f5f3283fed1762c097bb103ef9

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 0980492c6e2b08e8cb916d03745658fe50966eabdccd69161c7dbf8170b35b3f
MD5 0ec5ba9971db264da56254fee032e4cc
BLAKE2b-256 ad224afeb439f8e27e6ae21292cd4497ed716817601283f2986e4e0f618919f4

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ef3ab6039d04f9119f4f6e97c479e1b9981bb320e02719565c78f8e7dee7806
MD5 9c83f5ee83e55215bf4ffda73b57d417
BLAKE2b-256 192b228570c51af36523453dbfd656e9e0850ad9b0925f82dfa012d04b5f6289

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b911df62d46f3fba553aedca522ba837724c8abc01e384718790098ba98771c3
MD5 381b0f254a792fb9b6c1724953bdb44f
BLAKE2b-256 afe57c81552e0efb1718e35e574c26862ccb41c542888faec067c090a2ccfc3f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 3f3f0ca556391fecb27f0a7e5d42ca69f2c4c9552f306dbd9c85144aa0075af0
MD5 6caf2b314cdc0a38968d3f2b60a8df7a
BLAKE2b-256 143d87b2d65e5f9e446e35c5f0064edb6ad94a1bacb15706e0a80101eaad7313

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b5db7c66779c0fc097868942652b1a0701fefa5602580bddcb12815222e05b3
MD5 db396256faf8b18cc7abf50ce7e29d49
BLAKE2b-256 94a66ed886950dc77526195d13a71d1470947bef980ea1eacba5c2cb6aedd445

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f3371c2e536e8adf39b479d7a2d88be430e86ae7392173f0d4508c0079ee42e
MD5 dbd207650ef309ed738102ee6f7ddbef
BLAKE2b-256 fcc157d0ff7b7860f532785384b5b401141808c89e7283231db8eb944c73e248

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 bc58b39bc519ab46bd4ad0e94ac5b697bb610c6404278dfb03dc0efceb114940
MD5 9b713891b76a162e0e9d7ea38a178a58
BLAKE2b-256 cbbf4be1a0255cdf94a4df3a74285026b10aa2c5df67ba783452505c984d4e1d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-pp38-pypy38_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebf612bc67f0f20f8882bb73b73071da815f0fb526c4e06fea0d98f378f1c1ec
MD5 08e6fdea8711879c18bbf354fdf87836
BLAKE2b-256 d5f08d0de445c8eb129bdb4132da6f404f4d18db8239562821b2d6b0497ad580

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8a7914e6178ca2f70b5166f06db5556874eab0ab55a696c39fb9cdbe5edc775f
MD5 aa89cee6d458fc126b0ca770d8850adf
BLAKE2b-256 38d98ce208de7bf9ce36d3f91dc25440a746f63e0b1c84187505cf17264e3b96

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c72bdb212ec3e13cb1557100217017c4bcf52c4074189888944b6b9f0be3d4a4
MD5 bbacef9b2cc26fddd938173747046a01
BLAKE2b-256 47a0d493c6e042b525b02b1c932abaaca7900efe8153b1d5bbf3aaabc945159d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e669fee72ad104abbfbb520bb8760e5ec28c05411f4b05f57184f0c5c56dbb17
MD5 29a12e56202ea3bf7b592a3d236960a7
BLAKE2b-256 65a1a9367220f7069ff757636a9e1247a7399f116f3394fda4df9c4bf2d6b2a7

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26432479c9c7bbd16341062bab603bf2f0c63d6e7287fbf389f86bbe538a205f
MD5 06891a80cc0e47902dac58a7a7856071
BLAKE2b-256 ab0cd83b2f89ad63171268068fd664a507f47b6f2056d9363ff962b745acc5e9

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 59fb58e5c4aca4239474d89e0f6e677cc7b206cf1051b30a061e331e7977212a
MD5 c27974e087312d90ee12706a5fbbf5b5
BLAKE2b-256 440b63669d60393f2bf021525d712f5f29753082ef95f85276cc6a633b572467

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a3cbd5a242c0b6c56f0d3c71c001d67d49f853ac510007f95640bbbc99370dec
MD5 bf8253c0ce2eda9e9590ed2146480698
BLAKE2b-256 5fe66e2e5e7f530eea346f04b1d516f9ae6c31669482ff1e746358ab589786f0

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 000c153dbe51aac144e9048bd1cf0b5802d8093e29674bb2fe844341f985f701
MD5 115add80d8e880ca146c888550b9a0e7
BLAKE2b-256 90458672c91ff3467f00d3668ffb17fcf66d7df34d8e164b15e8819c29c23e57

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fd90b0816701530827a9a1cbb8b76e8546c61714332ff960df866634b4f49c28
MD5 2db77ee593c94ad3c9903c69b2327594
BLAKE2b-256 02c6f3fdda97623a63d488bee642eb48aac00d71b71dfa3d39e7eba26335f7f9

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad4b1e47cfab223ef4495c5b5515020b09e194cf97614a15b52320509bc338fb
MD5 0833aaeec4f36800e9034651fbe8a125
BLAKE2b-256 5f4821dff86cb0d7dbb4b280487156981da4d1dd6bf0e09acb028cdf95154b10

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 256368b765e3b18fa9d732853b5a45d0302f6b1065f60da88591c35379d3a6da
MD5 2aba44f74330824ebe7e61fe9188bfd8
BLAKE2b-256 79aa320ca473923c2026e1ea22cfb053ccb3f018320e72089065ec976bb09951

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fee9714300f022dcaf7ccaa715a49a10894cd34e844fd9e8b010e31214e36864
MD5 7688fddbfabb56af96968899b44000d8
BLAKE2b-256 30e4c0e7ff13c1db55c389090fd82cf4fc0035d49aa9b3cb10d4d16436dff67b

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 d2e512ce42c4cb86ef4794c97cb77dc23b982daa28898a272ea32c5fb7733eee
MD5 bcd17c1078ddaaa548b3e3aedd1db1f3
BLAKE2b-256 92d573df300207c8a4c3696d4959fe97f6e34945b5645133c5820d588a1c4b5d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 98a029df5491fcdbe20ef03dae7abb95ed000441eb7cb2f26791d8d711c56222
MD5 9ea0568faf4144b01ccd782d9a3aa356
BLAKE2b-256 36ef764318599f61aae074c668477795191cba23ac3a317f90ffe95ec1ea2fee

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 20c85fc01257b9142f4aaa4c7fc1b84529b6bf7a0eb5407e5ca733c3cc4c7ddd
MD5 1454984931ec4782db391e6cedd79ebe
BLAKE2b-256 0fd07de0ff0fef4ddda66c57d125b1ab846dd8490ce4262158f7b25b675f8c68

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 7a3db4118eaa31cb58183b783512c94a0941ddc21fc5f67ed7bd923376f5b43c
MD5 635e60b4fd5ae65e3a3f69f59d3bc990
BLAKE2b-256 5a2be96fe93c29ee654f37b4bc1ef8894aae74d9674e918a4fcd730779cf6c6f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b6c0da2d55115bfc665102e3c5305b5f8efc0d14a9d3de2408f0b7ca1738e9a
MD5 f89b8d681d577027ff88e6d35cec4e06
BLAKE2b-256 2cfe8d5bc76e7583bca828632159bc866e2cbf84463ea276f8cf9ed33173d3f7

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 820e645835200c7ccfae016bc39017e52d271eb6c51b4ec3a129d89df86ebe10
MD5 1364fa766bd391660516fd832f0b84f2
BLAKE2b-256 57af5dfea6ccb0e499b2e7ef4defb2d5598bbb1f3ee956f73091295873556c3b

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ac9c6d5f03485e70855d80bcd957b4a6bff536a12177b3c954d2d5ada3a89c5b
MD5 2067c109284b2a0d20650916c485ac52
BLAKE2b-256 5521bef9f6290067e9015afd27e57f7d6bb100cb2778499519caf4b81733230f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 88fb452a6aac6463f5867501d1dcd3529f2bcad1420f88319e0fb085a02072c5
MD5 c647f2e45b950d80399394457e52ac32
BLAKE2b-256 2a0e4be2ea10bfe6232e33b78e6d5c38dd3dadc9336f1d6ccf2812812384aa53

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5f3889815ca323338286bc288404c6a789a425816778dd9f90a58d536b82411f
MD5 97d1cd89180370982bfc4633292ac204
BLAKE2b-256 28dda40e4f4acf3fda63691a21c776bf7f5702d71e8fe93b118b52831b728589

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0eb13f73664f5650f239482cbfa05047ef5529f11178a58d43086681b1557128
MD5 171f090a1de802b799a441b70159722c
BLAKE2b-256 9585bbc0899e52ecf4c2b10472f81b3048fa824490d29957918f2bc1b99c6cec

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 18d8fb8e9cb277ccdca903d24b7d879914ae6cf9121202b93b2f9595ea5ac53f
MD5 f4b58e1ca998769e41814e5483f3f327
BLAKE2b-256 7fa0b985509c3a4b6551fa8c93ffdfa320a5529501ecdcce4df2c54f595c5fdf

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85737a4a32bf91f13371e43ef117f52be21fbcba1581282e139b3278f7c19946
MD5 7f266ed78090850a5173f4579c93cb0e
BLAKE2b-256 f49879266be64632cf005d81ef8fae7b652b4276e508592843afc14d842cab49

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 377f0173ea1eb14569df087fb2f7060dd76672db86f640e01c24dc9815de0e73
MD5 2c2c47d051c66633f9077172750959e7
BLAKE2b-256 32e3dc5a1ed885a1ecd44e234449c27e84eed0f778d6d179086cb7c4c88f33fb

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e82648c61fb1acb6a817c94c6480e0875125110d3289f6aa9cd6aabbc2b4a747
MD5 b062116d7afa0502d0d3978e3704e78e
BLAKE2b-256 f39ceadddeef26b0c5365139b965295796a3793da2948cf801ed48546092c4dd

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 852b213a30a924dbf7a83ef7ee7a711824793789bdf863c9eeefbe146fbd9e05
MD5 d99115927a6bf381d4b495d8271c486d
BLAKE2b-256 8151c8172bda9692d62736390ad2860c33fa9033a7d7cf48f8b158c9b38cc14e

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d33da7e62111d3a643858277078cb3a448c8a6f67928b5c07540815c1d67679c
MD5 7cb7b3162307e484717bac5f4c2b0a96
BLAKE2b-256 ea53cfcefdd22a3eb4316f266199ac7f6835d321aa2bff484f20152dd3b126e8

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a78a22a276a87dabce4cdf321a311d378edfe1aac732ab1843ad1efdddd5231
MD5 275a906e34886e85768df6175fe6c668
BLAKE2b-256 02fdb177dae9135be321bc72996ca76c2142c4f8cec73b12989b9ee58fd6f82e

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 ab6e81d1cef2667c1c4ff60e1ccb1113c3db04227479ee60191331b53a426714
MD5 625684c9cc372266196dc9d5f4ea10ee
BLAKE2b-256 8eb3704fa2e91876fae86d1d7d72ec8c96d23e600fa14fac7c7042e401824150

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aff3e8d3ad31ef52b5b5d78141127ab4fc05637affdba5d50d62fd537cb55263
MD5 1de777d23bf4a5b014e0adc7fdb0d008
BLAKE2b-256 676249f946e7765243f83c945b3f3c90ba58f39fc1acdb73a4a7d1b4056fd5f5

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 815a2f5816f7a2b677eda2534f757c1ee1f3b034bce3e7863ff3ca5037bb8006
MD5 0ae1bd324aa96ee4cbc58ab398a0ef59
BLAKE2b-256 e34d34658b18a07af50dc555ff4ffeb12afcecc8e497a99037c24fdb438a0904

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c29111290e9f0fc796a7f05eafc5cfab30d224b48ef292e5f05494076d963fb9
MD5 343145493757503cff1ed173ff24b687
BLAKE2b-256 f8e50d3915cd873b00b815f09b63304245a15b0611a04c900e9c89c8fbff8699

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 adea43f1ac88e45775b4c969d03c56e2593d74e118108dc2ea614089b0d2964c
MD5 649e7063d249320e4a1697c66a80a597
BLAKE2b-256 c7c1c3a910061e12651b5a79ae1147bb24320a3255a51edbe877a5084d725eae

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5b85c6157afc82d7fd22993f1fe0c92a68a48c5db0e382f155ca768d5da91f6f
MD5 ec04485da40d5752b53a73c4982886ca
BLAKE2b-256 bcfa7d8b995d827e46f449c7ee324669e8251a7546d3d8332ca1124c8cbfb529

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae119a3bbb2ef08fda2d9fe61a782dea2697067333f92d87e24cf88640903551
MD5 4519febea5c8809d3d66476e135ab071
BLAKE2b-256 48f5ad27510f0de910af9d0a4c8ba9e7c4329d62be6ddd8f8298ec8b45245147

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9a4c7e5c124572794ebb9e0f60b5cf95eefb5717813b512173a0cb514122a37
MD5 23af511a2c83818021a566cc0e534f35
BLAKE2b-256 6fe901920c18a7f385c6444ab2715c05506130bf46d4aab862a8346e1d2ff2e3

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7b67bf2ab0bd9690da2638ea8608ee0d43c82bd2693b9b33afe830d1087e6304
MD5 c151d0cc60c597f50c897a2698109f60
BLAKE2b-256 2f834ac7880cb2289b16ac201a007e1b94f5640be798dc5a2ca6eb4e0bb7a7fd

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1a9f838b83177bb27a4d14522a093a677acfffc34c0d7b224fb0b4e2c6ecd79c
MD5 f9a0e09a47ae7cef4a249295cdac16da
BLAKE2b-256 db8e44c4db2e539210bf5359bd9195133d48dfbc18c1b3a504fe61c543da7f5f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a7a44a94fb2a33b854b9c26243129bdf353cbad64c4478f1d67acb8304de6b58
MD5 47ff6edce29b4554f5f25fa290ec9b3d
BLAKE2b-256 2defe6e76fecf7dab3610981706b63044659249ef5fc6991612ed55a8e7c4ae5

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bb09b30e88c92ed06eb64b70b1979abd7aa7ca1c7d2066178fe5efeee0c29a36
MD5 eda08c28c1c37466f60ec47f34625aca
BLAKE2b-256 606cb3c38323867a181956923d6f5aafafb816e92532480e160b4cb978bd86ad

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4bda9b238fd4b8d39c15ee507f0b838ad009b6bc3e4669715c3373fd7e44e04c
MD5 6521a4aa0892de11b8255412914963f5
BLAKE2b-256 f84008be44220f741b3d73221dcf067b7a74efbbef45ed7589d1b22ac8cb99e4

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56caf11a8ffc5ec4f96e7841a9e5608552d15c9c99f92d1f01f726aa74191477
MD5 283808874c7003e91ce5880f2a6e6564
BLAKE2b-256 9bb8cb684329d28a0066536191a6f8fd8393fadd4227c2fb9e0541b070b5dd59

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6e9a904d0793977cb2de86c65aa7fd456c81cad225db0ad8469bc2daed9f7afb
MD5 8853a3e19979554b7fe28e6fc72cbcf9
BLAKE2b-256 46c3f85041b6994a2bb1b10b7c6a9af46f70a6ff95832dbc4ea2590ce0a0987f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ad4deafa141de2320a50ad2e31752c066223de19e2dc64dd71591c4edfcb64af
MD5 aca49787b9190a295c3cb0827cada318
BLAKE2b-256 0ff81514b0e1a177ef2283c0c93ac8f6a044aca9910feca267f9cb67a5da0b73

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 328022984eb50e1754af86162b2b7f2c5dbe0ca547bb352c7d339ad7bbb2d038
MD5 fb63e5ea69b4902741553a4b8bc77de7
BLAKE2b-256 2cf2f05896489fbdb6eae1c8f3b0764e9f76023f0c12e8a9946512f039039ad5

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f6ed567fadd2adaa59dcd2e25c40e5de46a909cb5bd3ab39594050ebc4d170f5
MD5 91fd6ac4b9980168cea56aff18c77445
BLAKE2b-256 40333db46c24f1ac29407c5919cc75323e70807949cb9ab116b5e1edc802296a

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4387199e62a5db3d5752f6cabb458209d0f09ae46e5aeae503e58a7447ad556
MD5 89a68a5a3575d3141e64d2fd1f2f1bac
BLAKE2b-256 0636a55db49f4d98489af4808dcbc909f82520187aa8278cf7bfc7ce7818b75c

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 5f79f50dd8816f8335eec9cd0752f47e9d6c1b79b8fee622d67df76702ba94ad
MD5 02a9d24a6bc72d962ecc96fb29a0ebc1
BLAKE2b-256 7e7991b47b013686a28462f14ea10a289753d2aa559ff7eb146eb01a9c5184e0

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5473bcb5c30f9a13aa73ae104f70d77f2a869c4fcf72b9c8281f064b2232488c
MD5 5ae28b5bcee410d2223d07698db3e013
BLAKE2b-256 b06baa0970a213a07600ca99c86e1bb6c7daea82c17bb6231a5a9089eab1f1a5

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 364ffcf2b42bbefd9455654c2c4246a3cca865f997c491ce9dcbdd4984d29675
MD5 ba1ff796a4e6a88179218368b15506fe
BLAKE2b-256 3078745fbc40a069252ad7533451c93d2ed36d8672e1c9d4bdf603a3992e3f49

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 801cef0271bcaf4a9f6a838432963f3a4a47e242ce52f1da9e2769ba8f723566
MD5 c007ee0fd5aa9050a932a030bb658559
BLAKE2b-256 e9a81abdfacddf88b5f7adf683b9911207396e5e07f3b4e80f0a68424b227d2f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 efa1f9ee89399a95d33f623f5cde5511693969dacfba59ea4b768a2545dda64c
MD5 cda2bdf1eda5b70bf8ba45b2b4389918
BLAKE2b-256 b73208e9c04f36d157af4af975928317b68de1758da6c0785640f2ac16ab9c6d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5ab0d26c71366890409604af814c21c943723891a306b0ba5900b2a4b8ad84ad
MD5 281316ae1962551f96c9a762791a8826
BLAKE2b-256 5bbbdaf3e91d6ec2fe6184e7c1263263a9379d4637a7e7bb2708ca896fae1d35

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6651496e27dd1055903ef4ac4acee74027af000dbd672f74cd083a7802b65071
MD5 5b59f79e255f8f4fb26f2e13773d6b56
BLAKE2b-256 bb52c2b27037a3fdbedf73d13a302cf37f3997140560cf0ed7f13e3d405c276b

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b733e793b12338d55c71d437d34a10adcc0635f6eeaad587695d5f25a8fa1f96
MD5 372838c0f3605f051351632941eef2a0
BLAKE2b-256 95fa77cd105597c5f7836a330268a4f3c4e1577f6d06e0c945620d583bd81c14

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ec7715c052b63a057bb3b84f641c0bb6f3a61390e47e0b092fb6e7db01fd5c56
MD5 8c04d2b93eb4b8ba2f75b61301bb55ea
BLAKE2b-256 65babbf470215a097d6220af42375bd47b658394cebeedc8364f19b3417d905f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d681c403645b851db1c22e002cdcc0f7d863c50d060ae0c58ee6cb9b735de71f
MD5 18d9125aca61ca40d9641ec2074a8181
BLAKE2b-256 e03b9e8cb5f6b087aaa24874eeb20f777a1f735bbdb1687dd0a028dbb9a6b5db

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e71990b555ba6d628237aec54d3aa86c87e31e173a54b47189b35fcfea129513
MD5 9eb44626c58c80335e8af6c4f7e8f6c3
BLAKE2b-256 5f015ba0b66ca62e91a78ee15cf7b167513054bd227163bff4c763667487c5da

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2f9ce2b136749ee617d727c15db713d85f740260622b46f01c75ee87a6b267e2
MD5 e7fa726aff5a2ae16efbb97277f75573
BLAKE2b-256 860cd6701e46f1252f9a9e3fbf7dd767091fd5c5fec158d24a06573d86ec07b7

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d96ca6084a270aed3889e5993170764d1d83b05f8835f74873889b6ca34bb763
MD5 c52a79ccee2d118319c0ba050a7a7048
BLAKE2b-256 74b101dbad2daf7347e546841324aa9862fdbdc01f4de046c08c474ce901fc6b

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d3c9d44cd73588e38cf0e6247140542920f72ce47911c7e38bf88fc10bf1184
MD5 0331bc177a1eb70c7585807a2d71fa96
BLAKE2b-256 2fed941c35aed5d22dcd369be4a3df8e5b7568f7a3ecb0832446bf3dc400a75f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 5b08da43db25ef4fbc01f0dca17872e9da19666889cb2f0db75595c768d7e2e8
MD5 738bfa72547e516965b56f0041863f5c
BLAKE2b-256 e68bb918ea265857d01ff8a2bfc575a1955a000795a7cbb02afe742642d92aca

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7d336be6b664167206871a44ad5714cded2f7709bc2cda10506d82e282652d2d
MD5 60ae8546f4841f9ce45aea1b3aec4800
BLAKE2b-256 e85510e629f757e9b1e1fa1524a89856db8aeb7ed5ebd7f01b2e7a866c42ef46

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 feb3ab085c53d7500e70bb1d0d2a5cfac471ad96c249224d38379aba8b48513f
MD5 a4fb62bb0e404e8e7010665adaf0c991
BLAKE2b-256 0d351cca10462d269678885ab2a4cd10c2085b91f0f79b0229280d8af5d05ff1

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 045917cf75afd4655f842dcf89240972b259b91ef31fe5d80f474ca19e986c6d
MD5 6022076868e7a1c2ad194c9015f51c5b
BLAKE2b-256 8e4f8f0a8a8552e19e12d984da55bac68acad5841e3e377c476f91e8ce90d109

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f2603d1b585997fcae8e134bdb769fb4d1d343716eebc3bb89c47ea38511c5c
MD5 b33cdc112a669a06022daaa390e337f4
BLAKE2b-256 ea66df3d9be9089794b54431a5994cf04519d953f6ad785326231dcb6a85248f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 d39af954756fe7f16cf4eaff7f41c99c562bf049ffa7d59108410d86023b1250
MD5 350419b5bf45b8d8ca1203556a9269dd
BLAKE2b-256 39e78af87ed41e614009cfcf34489f2538f96b1d798a4e4b0464e1f7619d9b2f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80d30778dcef7c3391c883623edf08bef2c6892b92eaae12a06beef7b16442d3
MD5 96987b01d0122d78d590f0c570d2813a
BLAKE2b-256 bff6f5bfac2d06a8e0ed5bf6b6fd42cc9a4a2f37dbac0cc439805097da2b6db2

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 9f5d6e3f601580902b3c0ff32ec8a1c709e17406b7c86351499b8e40d883d859
MD5 27dadf6242f026e0166246b3bdcc9286
BLAKE2b-256 69a1a017e4ca5bab64fd2b8c7c9914cb6b78c917445310df074b4e96b0ddc1f4

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0a048142031ed6e241eadb7a655a6e75b70a047ad49b443407d6acb76f2ce46a
MD5 6e063a83a180b2ce415f588e2981a074
BLAKE2b-256 c528de7c839d2bd5ce9a6543ecddb87e41b08b4e8b625bd2d9da1e7ca9d0d89f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 8fe89cbb053a052b5d3beef0d453ad09669d1cd31d4160d22b7b3fadbe251dde
MD5 2a9f2e6fda916925cd573fc143d1426a
BLAKE2b-256 9f56880c7992a5f43125727713482984c8d40b5edabdb9af88938245fd8171b9

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f6d99125a83084c9aa004d2d34e814e4d02e3eaf702565071b3180e78cc0e5b8
MD5 6826d1d46e39536a6e72be23998bc6cb
BLAKE2b-256 4b3ee5d3e7ab03ac3098785ad18b87f1f846a8a61076c998f44729d86c7869fb

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eba81ca36758de4c2d1bfadac7038575110a29855a09129c14086f6fc8443524
MD5 12f40d226b7cb7b850eec7170b1cb8b0
BLAKE2b-256 e2847d103712d40d951ba152b1054e72a1f6b2f0ce4a73e91f76c4c9a8807d1f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b644f14caa3a8d4b667f6c7e9afa6c29603631a9c810a7abac68967f5c84fd0f
MD5 9ea8194f770d1a7fc3b2d86b8ef6b713
BLAKE2b-256 6506b0cc1f46d6b018c8b20de20389e518c254f24afd600dd18be90f29f284ab

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a3776c911db9ad4569ccbd5369c11e5dfc9348e26b1b50ff49f267d182a9e83
MD5 1b6224672ebf0b5dd1ec6890ad6657e1
BLAKE2b-256 dbe174fc1ada680c021c93e68945f3411f6de7529cc97089337a84a49d754ae8

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp311-cp311-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 f77ce1a13314cc5c7ea6b7d9c1a5c8de0d796dd06602eb2c31db96a198f0dc64
MD5 3e2f7226ec03f3603250800bb9dd3f77
BLAKE2b-256 20329656abe92abb7ca7ed12a9accfa7330930db6e1c14822f7953507d5a9db0

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 403819aec9fab2a37a4488b804602cc1ba111eb2053e43d908d2a7ccf4f59066
MD5 f6bf7c32c9a77175949bd10d10591cbc
BLAKE2b-256 17eb8450e6b862c141f63329385b687c35efba97d29ea929253b60942d0a452c

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30eb57d18038555cb16fec295f302d8dc0a803816414b93a6f62e865272219bb
MD5 09a15ad75a94fd6583875b9b8b069581
BLAKE2b-256 068e0a7c9b8a4a6a27f00aa395d1e08e475d0c6e937cd4e029a0914a5db7d556

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 34b64fe3dc15154fca96ae3d411f104b76b4ffd126e831c6b4827d37bee4e4e7
MD5 6c74e2da72c88717451826331ac7d737
BLAKE2b-256 89beece62ccecab7ecbbe9ab5fa1432d7b757e78c353060835e008353f18259a

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 476dc4745e24aa5879b556e44f7bcd46a445b6c0e8a4c9442555aeca8770ab84
MD5 5d735c4a089891cc51f077f45b5c7801
BLAKE2b-256 165a0970157f8151b18576b86f3a615234c736389f202d394b7b28a80b053e84

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 da8fa6b610d6fe40030b1f6d6369abb05f43ce20038712d54c8258310e09a668
MD5 37c06c7eb661af695f262b1b75b47de1
BLAKE2b-256 194f4a65a07a0e2538acee7ff5b1f45cf0539b8896af715c2c47d751ea5a268f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a3bc0644c2e956a07a0b2cb6adc1c541b5f8a3979dde851c1c973be224900c0
MD5 2dc771e8876c2ff21bfc8d5e9643340e
BLAKE2b-256 712d92a22003caa52b8a00965e9ec2900a303660f872b9bb46aef56a247b8948

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 919873d80362322e573a3fad2ebc67bf5490901a098a24bff6c36baa9c498f0c
MD5 4d64a0fb31816644aa26f007617b6164
BLAKE2b-256 b042b524899bea1b71cc5da68c40d5bbee8ea5a37394f8b727eabb3d43b52269

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8f11854e6d46f5b6e485441f0ccb396f9757fdfc1a31bcd536f42693c8bb440e
MD5 0b0d81db0d81ed0d227999e7545ea0b1
BLAKE2b-256 37deddef772da051114ccb7b529dab4c7679937f2450e451b968878a3b24cf41

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73d5ba2d687791a4e281855adc742972a9e88a27af5e717f9fcef237d7f5ed89
MD5 05c66d4f97060a750bccd60d6f088790
BLAKE2b-256 0fc56942b2c9928cac4fbc0412eee4669ce340dd00d0ccfdaaecaf06974afeec

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 be416ee70a188b6f6196427296af94cc9f556720bef6081feea5cf002e077564
MD5 6fc16bf40e572788a8fe2ae2ce4e6162
BLAKE2b-256 7f863bcea7fae5d9b5afc30e3f7e05f2c73a7a39e75ef6dfa0bdb83851fbfdb8

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5d95a80b1b8be21124bcc2ca77e7edf2e7445006dd4b31c14128cfd3b5effb8
MD5 20f180b70e22dc9badea8b1f119c43ba
BLAKE2b-256 72bb052927582c1962f5541a4df6b43381f11b2700c7060f2b37bf8188dcd1fb

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 53d22665a9ab51eda3ccff61b8675374a0f0d251139c35c7db11b4f3db7832ee
MD5 d57916bdb8db0bde45e842771e49bb95
BLAKE2b-256 9f6f9a3293402a575b9120140c31caf062b232298f28689d75152411dde0dd55

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 47137e0da0b7b517fd0cc6c8496926da6b0f3a2ea54a55e0a0866d02de2f6cb2
MD5 568be21b060d798935592c67160b081e
BLAKE2b-256 330fe25fd65d762bdd86f1df0ea220f9036e0cfefb2e93a34cb227f424e60547

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 080a58b95fdbfab1e2c40b094098a5222c71caacbff6c8d10a1fdd7ecca02e0f
MD5 e4d1fef380d1f4dc1974273a93df3ea4
BLAKE2b-256 3ef3de5ee93ba372070143c2cbe31b47c8264d73693058c12f91098949dc3ad7

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b690fb6e6b02452d53d0df5932c81cb66da4342092de28dfed25475778f7ed8e
MD5 346e78f44ed6b6336f2928c5c7f433a8
BLAKE2b-256 b5e9563c4821fafebb39194fd133520a6dfcac4d6db1ac02640ebdc2fe67e0ee

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1d50ce91664811907c3a25783381f88b4209764957709bd5f3c83902825bdcc
MD5 5a8b8ac2fc699b3bcb6cb070f818347f
BLAKE2b-256 3e44e6e434bb35407ecc263203ab2e4a4d7fa60ad9eb332f5d9cb837c978a388

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3678fd3ca85cf70796de589b7a9f4117353554ce260c77afac1e48577890965
MD5 76ac8d77cd6a90dc6ddc78c38311f2c3
BLAKE2b-256 31e2c2ddd1b48c28bf7cbff976a1a91517fb0e1afc83551c72fb186a75630d64

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 08f4229f7f5204d384528fbd9cb25e26007e52481367f6c1bf1b290b0baf8bd2
MD5 998e3a833e9ba4e2eb18213189b2d5fe
BLAKE2b-256 e91ff4a8f2f278ec22762cb810f1998f896389ebbc60739223b67085bb4974f1

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp310-cp310-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 0f0838aea149f8812d345f61867f48fd46e1d77ae737141ec9478058a0789e38
MD5 282b3a832a4894b06a3db879fcf43d01
BLAKE2b-256 7224270b5aeb31f27035f94ad2396bb451505e59f9fd338f2ca66317b8deedf4

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 4a1939a2e6b0d796727b60d5f1abd1597bd98dbc249c139292fe4ebf5fc95bb2
MD5 c17c01da480b1c24e99a7edcb9d8dea5
BLAKE2b-256 08b3cd1b4f66e95868a812ae558d6e9616b0cdfcaffa3cc705d9cdeda73c1882

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 572c59c0f838996f5e526c52c25ef2c2dcbd901de9385149209d713b138ad4d3
MD5 5661a5a930e2745075d24fb710dfae99
BLAKE2b-256 f850dc8876c467ddc7e31045496d2bd0cfa7769596f0e49eb38c8a1285be562c

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b538d3b95eef6c9bdfafab5da97ccc95fc69bc11ba70f8544fdfcdfb46f40e03
MD5 413b3d9dc40b734706628435ce2cd223
BLAKE2b-256 0edc5a34b8824b9ea6ce1b406e481f1206c2eccc8a32b7f2d0f8d3451a1785b8

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad2341f18d54f99471f870f63f9c621ca2059db75115dda2448392b539bb9b78
MD5 a0f409d3601e6e387803806906d02fce
BLAKE2b-256 4d2413b9803970c480a9f3b07d81efcee09148a20efc802e36b8ff3063a216a1

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e80463a545d134c7b34ba97e7c677f0899266b49ae45b3eef9e0b85f6183ae5a
MD5 0d102bbc7a1f0fd69c87510972eeb128
BLAKE2b-256 e4c7ea1c64af9f533c507a8534198ee5b01a37787007c50a1d0b2ab507b6a2fe

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6e34c8da1c17687f9bae292b11835e3ca6e5a1efa9d0768f86110f61e7063688
MD5 95e3f2e72936ade97f26eb0853cd441a
BLAKE2b-256 af771bd7db8273b82f41f749e50b362160740c9566ad0d8f8f29348e01fecf89

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f9b932013778c35e25a255516d39e0981ac68734526f8c8615aeb8679b309b75
MD5 7545cf73991be2c7fd390767b0bc7d2b
BLAKE2b-256 6ebd69b322e82d2915cf0b17b195acedcddedc20b685f33fcf49fb62eb1aeb1d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fb154a9b3be7454550fbd18646817c5fa28e32bcee8cdaa87e10e2029b0101d4
MD5 b8732915e87ded58497de6db53a3c111
BLAKE2b-256 450479cac25b20c485e0ecc5fa1fa12bead6a1710326798cfc84abed8ef44e9a

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92c45fe762aff7fa1afd8cfd585b78054520b96fad5b9bdfa52415e47c8518ad
MD5 16fbdb5733a40637e5a69a8e1c935011
BLAKE2b-256 e472fc60de364221306f362a02f13674626bab3c58724e7fde7c1b3d97cc0322

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 366c6ac0d7a1fe6b37767863e2206bdc6167c9947855cf107b69f3be048fc325
MD5 82b1560174f5b685de2ba4209f5f924d
BLAKE2b-256 b59e924416d120a40cf88a7abd9d69a58eaa13e127409426216a00fbaa70e486

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fda5615458ca7f50f846633151d35f0ba283aca5a3b45ab1879a743d139b6112
MD5 320b36cfda010458f3680152a1df3965
BLAKE2b-256 f6426b2f09aa9c5f4e3bc26f13f8e0e6a33bbc2b9e380f528952b1c643205ac2

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e48b71ff9b34205fa929e137c20b5ceced325a43b0d25ed4dc3c3950affac21c
MD5 a91ca8ee6c70b6824be9a87ff4be4c45
BLAKE2b-256 dfe0909d5e8086942ff3e6ff6a100bee4c87b9117484a47737750fa04b1583cb

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 77e60fadd3783d0bd0b20b7772d4b1418c012ae46b4e1938bbc590484a86fd97
MD5 a6715d39ee1c0db707bb40440df744e6
BLAKE2b-256 e29c6799a73c60b74b3d77913cf6910322044875c1f2789b46848ccec020a2a0

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 77e6f4e40fae656905a2cc72246f58877047cb48c586b297a6f1613ec622d045
MD5 1af5ac3b188696741d1a7f30197e84d9
BLAKE2b-256 8053d05e4a522e87600e392bee26a4df661aa962878f32e31fc95091efd4e917

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 6481930eccbea7abe8f4e7b996714cbcdb0de74fac90c22b376d9da9e1451368
MD5 93e49f9b6c19b9d4627a35c2ee9f9cab
BLAKE2b-256 8b104038e279c07c06a3b7bc1a7d1133c9e4d5394d4bc7db01052db8a7d86db1

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 275fd1875d81eb3734149d67262daff11b4f799ddb7443a495e1ef1c4e353a7d
MD5 ea140276b8cb592934e7caff93a709e1
BLAKE2b-256 822e3382e65285958def5344e8c0b9886ac4b588fc50af3058819509ba350ef3

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 673d45465472dd9714cdb398679be11ac88c8a27f5fecdf2536a37b94c42dfd5
MD5 646986c9dc7edc3c8daf055573ef34a4
BLAKE2b-256 baf4e4149d844773b041b8ffdf796b4d09533365e5b41685878a92a4e13108c4

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7dc2c62981fe177b71ad6daeb83bda87571ce499e3fe7c07ca385b4879f1763d
MD5 98a1472995fa5d6c8fcb363b28a53e73
BLAKE2b-256 075f7bdbec0787da6bbf4179360e658d2755b4c61705d3cc3641578be799566a

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp39-cp39-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2a5aa6af1c096b01159ca64f24ea241653b602ff83a09b4c615f97c439060576
MD5 1106880749d67ebc633891c9ea40d6ba
BLAKE2b-256 cf5658b071717922d891b7c6b52859e93088119a06c5d3ec29c8fb522069161f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 672cb3089a5c81232dcd5734b067fae6bbb4d2037e0396202f217b26c898b345
MD5 176d19d3496b7f44a3acf7bbfe7719d2
BLAKE2b-256 e79add8352e51c98dea296e2d3a1537d3bcb9c12d1b866c59e0e5a0871092ca8

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e9680169ccaf003a352d62dfdf66b0501bab40a92b0d75b9e5c7e9d2c63c81aa
MD5 f0c6a3763541b12efa770ffac6df59ac
BLAKE2b-256 591d31f21e13957743c5997b7d7bbf4820e59ab9d9d65c4553acbbebb77f0db2

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be937a040fad227ddd00f1091eaae88fa0deb2f8f4ef2c30a2204c36a53e584d
MD5 7d395eac3018e0f0172daa020e8c9471
BLAKE2b-256 0db6f21acc5cb9231d82a9a10a7fdb84d338ff9c95eae01f81014518c22541f0

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 626abf0a793b38ab1c4108b71ca27c86b9b1b15a6c59320e205c49c08d22f39e
MD5 745fabb4dc438013bb5453e0d228a5e5
BLAKE2b-256 92e1d356b048a48c804f9dad25547644dd63f66c2399e63776e67f196737031e

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0c396bc0e0e00ec63f8688be6178cef28995ccdafee7208e13c757dd45259345
MD5 f4f5310f9bae5fc8c98bb1f06b9f5371
BLAKE2b-256 baf9a03cac5212ba8c919fc8c54fcbe1c614f8eb6d7b4ee68247dbd1867e0a79

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0a624171cde1653a40ffaa24c66d96b5e788f6cbf5ee41b2bd4ec040ad3f019f
MD5 8a8d4a77c82c29b758c2d7d40f22fd6f
BLAKE2b-256 a8c184f520951dba272546b66a5379d340622fa74bfb7976237da8cc52a0c23b

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 703902a725015121f74c818c4a0569b61b8e5a7c50e6477fbe8a042c70d18fd9
MD5 54b970ac8f023ec9577f9afb0ce3b8bf
BLAKE2b-256 4af2af506c4859bb84e696e8da64ef99f5871568ce58970a5079a30e7abec100

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5387bdeeb8d6d74f7792e8a85d464eafec56f01963eb77ede4356269d6745b8b
MD5 21db8a1e5c0a0aa4c3102cbf185e0bbe
BLAKE2b-256 b4b637ab39d77bc2ce52230dd545366a29f3ba00666d22a6b1e02b762ccf955e

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 2c29a1e36f5b25cccb8f61459b25885a14cb1690a3e5ee56881cc05babb9577f
MD5 f0fd692c0119ed143e290bf285c0387c
BLAKE2b-256 85fea99facc84687c156aec794dd398b7bd591fdf71af76d9099b228b3cd1fb8

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 797313fd963e8d3c40959bcbb38bff9772265c3f45392a273805ac3f70f310d7
MD5 758640f891320458bd5b1d438cecee2a
BLAKE2b-256 f34d125407c16b0376e15609da4a24948a3db5a747bae91eb8d7266f3b011948

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 bbc11fb6ae54dffbdae4a895da89f6feb3650e0ba644182227f183c0a28752ed
MD5 e0fabcfc03000beb48d7169ea0c59923
BLAKE2b-256 84183d5e567107bb1bd59c4a76244d1444fa20ea9465cc794651a021905e5ab0

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 90d4bd83e8f8febfc90048be805f437c91f7d84ea20eb287d717fc9872df757b
MD5 7abefdcc79cffa71496b862f20491994
BLAKE2b-256 d68dbd2da6e5203876361ce17c82faa5f45e451b7736f60f2c7d5edd91bd4ea1

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 aaa5ca9025a5e1c03e874b1e9b31f17e4a7a1d66ced179a7b91f75241bf7be8a
MD5 939afcbe9910e3db74e749ed5772145a
BLAKE2b-256 9a3fc6af7c3479ceb6d1f4b2049a783123cd370352029822c9c086f6fa045dea

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ca89d39b5cf881ab916979108183aaf764c84aaf0223ecb70065dda77479d107
MD5 8ec26a9bfa69f2befe2a4b074ccacbfa
BLAKE2b-256 64a7d16cf1cf7f7d73fcd56937f23e8a9c5efd6a34a5cffe433cbf41d039ba27

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47c339462e0c269951f7cb309dfca18699b00edcaab7aac10932d6fabd24740c
MD5 b34fe04be098ea1ac22d68b5b0449bdc
BLAKE2b-256 1a61603f08b57948850a263f025bb4cef24f4c10e497be4815662e3bb40e414a

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 988e73697fd25f8feac25e400702c54e3cc1aaa2e10920d9eb369353a0a5dc14
MD5 9d9dc8369f38fc9177e3d09d6925e99e
BLAKE2b-256 cd83a9e528e2ec1504b42fb3fc7118a895c54eb317681b7def1a51e558b3895f

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33a2e6d312b31d471d44caf4b4db66abdd8afdbe14db7c826fc71be0e72f0121
MD5 9cb8f91c5b324a918eee9e2c1df1d64d
BLAKE2b-256 b6c7f701db974b8e970dbbb25963e30dde7bad911c20385cbe2bb202d9e849f2

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.5.0-cp38-cp38-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a0b0e2b812f2d8c92a23776e9106c6013ca6d96a026e6cbce72ab614317fd431
MD5 2194bc9c895bc31c9ec9a00122f678a8
BLAKE2b-256 822c946d50557b8b056e98b9466e64e6ffa7c04ca0a3b17b8ea982af34f1f22d

See more details on using hashes here.

Supported by

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