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.4.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.4.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.4.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (201.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.0-cp314-cp314-win_arm64.whl (285.7 kB view details)

Uploaded CPython 3.14Windows ARM64

licensespring_hardware_id_generator-1.4.0-cp314-cp314-win_amd64.whl (333.2 kB view details)

Uploaded CPython 3.14Windows x86-64

licensespring_hardware_id_generator-1.4.0-cp314-cp314-win32.whl (266.7 kB view details)

Uploaded CPython 3.14Windows x86

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.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.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.0-cp314-cp314-macosx_11_0_arm64.whl (119.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

licensespring_hardware_id_generator-1.4.0-cp314-cp314-macosx_10_15_universal2.whl (244.2 kB view details)

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

licensespring_hardware_id_generator-1.4.0-cp313-cp313-win_arm64.whl (279.0 kB view details)

Uploaded CPython 3.13Windows ARM64

licensespring_hardware_id_generator-1.4.0-cp313-cp313-win_amd64.whl (323.6 kB view details)

Uploaded CPython 3.13Windows x86-64

licensespring_hardware_id_generator-1.4.0-cp313-cp313-win32.whl (259.9 kB view details)

Uploaded CPython 3.13Windows x86

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.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.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.0-cp313-cp313-macosx_11_0_arm64.whl (119.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

licensespring_hardware_id_generator-1.4.0-cp313-cp313-macosx_10_13_universal2.whl (244.2 kB view details)

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

licensespring_hardware_id_generator-1.4.0-cp312-cp312-win_arm64.whl (279.0 kB view details)

Uploaded CPython 3.12Windows ARM64

licensespring_hardware_id_generator-1.4.0-cp312-cp312-win_amd64.whl (323.6 kB view details)

Uploaded CPython 3.12Windows x86-64

licensespring_hardware_id_generator-1.4.0-cp312-cp312-win32.whl (259.9 kB view details)

Uploaded CPython 3.12Windows x86

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.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.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.0-cp312-cp312-macosx_11_0_arm64.whl (119.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

licensespring_hardware_id_generator-1.4.0-cp312-cp312-macosx_10_13_universal2.whl (244.2 kB view details)

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

licensespring_hardware_id_generator-1.4.0-cp311-cp311-win_arm64.whl (279.0 kB view details)

Uploaded CPython 3.11Windows ARM64

licensespring_hardware_id_generator-1.4.0-cp311-cp311-win_amd64.whl (323.6 kB view details)

Uploaded CPython 3.11Windows x86-64

licensespring_hardware_id_generator-1.4.0-cp311-cp311-win32.whl (259.9 kB view details)

Uploaded CPython 3.11Windows x86

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.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.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.0-cp311-cp311-macosx_11_0_arm64.whl (119.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.4.0-cp311-cp311-macosx_10_12_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.4.0-cp311-cp311-macosx_10_12_universal2.whl (244.2 kB view details)

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

licensespring_hardware_id_generator-1.4.0-cp310-cp310-win_arm64.whl (279.0 kB view details)

Uploaded CPython 3.10Windows ARM64

licensespring_hardware_id_generator-1.4.0-cp310-cp310-win_amd64.whl (323.6 kB view details)

Uploaded CPython 3.10Windows x86-64

licensespring_hardware_id_generator-1.4.0-cp310-cp310-win32.whl (259.9 kB view details)

Uploaded CPython 3.10Windows x86

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.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.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.0-cp310-cp310-macosx_11_0_arm64.whl (119.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.4.0-cp310-cp310-macosx_10_12_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.4.0-cp310-cp310-macosx_10_12_universal2.whl (244.2 kB view details)

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

licensespring_hardware_id_generator-1.4.0-cp39-cp39-win_arm64.whl (279.0 kB view details)

Uploaded CPython 3.9Windows ARM64

licensespring_hardware_id_generator-1.4.0-cp39-cp39-win_amd64.whl (323.6 kB view details)

Uploaded CPython 3.9Windows x86-64

licensespring_hardware_id_generator-1.4.0-cp39-cp39-win32.whl (259.9 kB view details)

Uploaded CPython 3.9Windows x86

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.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.4.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (199.0 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (127.7 kB view details)

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

licensespring_hardware_id_generator-1.4.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.4.0-cp39-cp39-macosx_11_0_arm64.whl (119.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.4.0-cp39-cp39-macosx_10_12_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.4.0-cp39-cp39-macosx_10_12_universal2.whl (244.2 kB view details)

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

licensespring_hardware_id_generator-1.4.0-cp38-cp38-win_amd64.whl (323.5 kB view details)

Uploaded CPython 3.8Windows x86-64

licensespring_hardware_id_generator-1.4.0-cp38-cp38-win32.whl (259.8 kB view details)

Uploaded CPython 3.8Windows x86

licensespring_hardware_id_generator-1.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.0-cp38-cp38-macosx_11_0_arm64.whl (118.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

licensespring_hardware_id_generator-1.4.0-cp38-cp38-macosx_10_12_x86_64.whl (130.4 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

licensespring_hardware_id_generator-1.4.0-cp38-cp38-macosx_10_12_universal2.whl (243.9 kB view details)

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

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b8f033eb8cabba2b1f01b43556558c35941713b3f873e43a2bdcc0524eafd7c
MD5 a34cd8f904ec89bb1f8175a962490274
BLAKE2b-256 c7ecc404e54f5b98428172248793699fa9d6ab6219b92837e98fc0c6312ded60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp311-pypy311_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 0e0b265b3fd5db6fca7101eff861e3566fc8c222014ce6a9a2deb9863e0edad6
MD5 25bdd3cf0f9f05a95beae2fb15fb3481
BLAKE2b-256 e1bce78038f3d72b1f7fb9f33e0502cdb242996b46d82b16cf04f6cc7ec13d3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 701713ea6ca066a281340586c2628ccdc080eb863664044f57eb37ee73a7ef85
MD5 182ab2a272c84f032381b1cf63a93d71
BLAKE2b-256 17029a06cf29c99813fa569e1ae3db59e2a53e206ab26b2989101b58b44c671a

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-pp310-pypy310_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47f674a45d70e9b83d7d11a1834b2ea6739e278bd0fdac1c6e30a5b6420d74ac
MD5 097b9ff7cb02889c91d4449f2e37fe16
BLAKE2b-256 3e6ec88693755f84e1b464d719edfc67c2fba03a9101f4d5ff1bc0ba935cf042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp310-pypy310_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 91914c171aca4c00fae16af4e2428f32982b338c47ddf6930f78091812657e7b
MD5 03ae9da73603c7b234df9e4ed8c49330
BLAKE2b-256 1c4793ffeda3d35de493c931722f4b5f27db2a0d5378f23a02073296e1b94bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 447aeaf55801710fcda1ca94d6228fad4330547e28b306c6b2971381759dabfc
MD5 b4059308e9eb801b1117716fd13269c1
BLAKE2b-256 dc87e805fc7b58ee61c871fdfe3774891ec4fcbacee5d571bab528746fd2ce5d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3d454cf0e0d219628b05295cd316136d7c68882500a793a106bc06cb10e80e2
MD5 c8b1ab31bfc2e2a4943076ba5373a9c3
BLAKE2b-256 59ebeec04407b58e7ac8ecd9646b75df7405a974d55f65ba5185e1561fcd928f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp39-pypy39_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 b3b8a0b155e897d98212f5842d165b5dc7516e1a9cb7ea794d797c98927f9efe
MD5 5661126708edc8486c1ef6f9096aef65
BLAKE2b-256 0d77c76b358cd91575d9fea5883e8925409fc12ba34ffe77f633200f6dcb5a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 85837d569c5e11a470fcbd96355c153704ed75772603b3f7aef3d5be6170e263
MD5 d9b152c119cbfd04b13e14572ff70f2c
BLAKE2b-256 501c71ac87524f00155a78bbefb944d9cc998641663a9f402745ef879eac91f9

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-pp38-pypy38_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77a4b8b6af1349985d363c20f4c245373dff8800844a882c4e192326812d1c25
MD5 35ef7200436b310dc18fe017465c2787
BLAKE2b-256 cb047cf1bd683c586f07aac285160dc8ef07dd41213b91225803a53d74e7c151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp38-pypy38_pp73-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7bc18cc09443c73fc99b520612b22cd3fc7c472f841dabe79b9b1b28aabbce9d
MD5 38576a1f7d04422ea9150562644baeb2
BLAKE2b-256 e9151bccc4fdf252ea7c9648f9f38b9598a145841d685e51a4c7ee9be02735ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-pp38-pypy38_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35e2a20b10c4b6b7be29e9acba757407bc45650efdaa80eea08d3a5b9f97e401
MD5 50ac9efbefa23c1dbac6c07368f787bc
BLAKE2b-256 243ef69771a38e2a401aef7a58275905088ad7cf3141d387d8336721a3f52b5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 dc77d418723b22c87a3203edbd836f211075482766ad96b7d4e60225e35c2aad
MD5 c0f014a7fcf65e7f3fad1471cce2a8ed
BLAKE2b-256 b119dc086e1b5edad2ba446eacaa63cb0d20d875d755d380c0c7f357da23f253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 795af0c9cb602e88623cbd899ddcf94003646b3b6a9f66f27d288434e57beeb1
MD5 6adf221bfd050b3b0d25bb631dc8a775
BLAKE2b-256 ac0c197bf2d62f247990a97f242c3e19748e011ce2550a09c848e850ac88d31e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5b8d017696452ad11e658cc1779267f565c5c1b7bad31d3e45d37b0f99258ace
MD5 57a1345802ca57be03b30f5bdc77cf9d
BLAKE2b-256 7878cdb0bf0c443f4010eb49f9d93df53d35bfa79802489c39b46c21ca07b020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ffb956fe070245d3060eda6be385037c433ee6ac72a332012bed51193df8671
MD5 e5043e385f59f702ac572e9c9c489965
BLAKE2b-256 cb9aa40af80395697cca92ee05aa9b5c54549c8f221da9c7eec7c7fa55247f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 062b6d13fe54127c09728d6f1f3b952eb8dda26f0a558c21f4b06c4fe245a7ad
MD5 b546bea613574b687cacfd5d4e1c7b1d
BLAKE2b-256 4f5d67f51e5d1d9c0fdc66ea2755cad55e7912bebe9a907b6ceecc122b94f88c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 172212cc5c7ce906fa132693d7f8791f6b0b7ee18626bca70be1245caf4ffaf2
MD5 5d810faa692c4d54d449703685897163
BLAKE2b-256 7b5395b1b3edfd001b124bb205b50350ae6b320103a05a60d864fffda5a2599d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30a95aaac1dffb10d17540272bbe49e76c2ac8dd2635fb03acd7f6fea64e0803
MD5 9c63c6b3fc4acb2760dd2d2d79534c95
BLAKE2b-256 e99ab760d4ccc7bafd77732ac8466fb37f9e8870fcb7f0dd291951281e2d55e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f2a449e76091b1416975341a4c26939caed473fd05493a1e9016b5b31ab27ca1
MD5 d5f5dbf7a02eb24880ea37803ce4f2ee
BLAKE2b-256 7329ca5eea6046e13f1eae7fee26c09b6affb1e90aaa7a34d6f321dd0fa17def

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e73be23158f10663357ff82f25927f9e9a39872c804cc3b67f10f831eb4e8f2
MD5 33ea0f7a4f91a14b1ef1751fef4907f8
BLAKE2b-256 757f272b8513740c96263f5baedf8e6c5bf5015c9fa55873c93a9f87eb4a846d

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ed5eeb3bb0c5a0c8477b5d2fe0c8a44499e0f8e06ac199c71a5caf2e397d00b
MD5 87ce19d48719a76da68d15c47046aa8b
BLAKE2b-256 67ba021285e0705935369e4ab35a4643e9381166e3d3ad607fa1d24956884be4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 67e37b9577ac9fed3bafe5ac776c96d954a956d2c91ac9cbd957d522f893ff78
MD5 4dc9b1765f868a7095c373c4850c072b
BLAKE2b-256 8e810f536e66acd227167a7cdd29c0b9262839e2d03cb6e42a8930fa5b631639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 daeedc0606ac6751c73f53125d3433c64377ab735810cbaa1021e2f4fc6847fb
MD5 23b813d0e96a1f74b9e7a012ecd794f2
BLAKE2b-256 3817c23f7c7abde82829860e61082ab147b1e65f909ed2991e180c452794c908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 2a708185fd5669c6b10bcc3569c934654b9681859cb00632b09f028c0afa3161
MD5 292e826dfb4dfa84d34ed74a554381da
BLAKE2b-256 6eb096d41aac29cb9c2350832469f26e17219003175857cc7f4bc3dcde45d397

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 71fa130102c319f626027e3264542ecdd3dc3332c2f112769f1a1bd3f76213bc
MD5 ce03ca36f3d34429b9cadd2fadd54b70
BLAKE2b-256 4d1dfc0d9264bf55c5107accc4460263b72b729b33ae548c547ed9fa3d9dc8fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef8394323940a518599d582d04f30a370f874970b865b7512b48022a1fda3c65
MD5 4fa2c7cccb204af179711479182e7f4b
BLAKE2b-256 44e347ca3594f9f9c48ed5b8af42973e200b681d8c79a65e94a515d0504a0e74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1318137e01b55e4813a41a1a2314dc9feec836359c64b6ce89086a716e96fb84
MD5 fc96a690241bee9086ca4a8c7085891c
BLAKE2b-256 64819adf4e98abbe8d6ad48cc106efdb79f5b263e1a4ab6e302baba913a8fd0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b3cbf1bf0d8610270c72610af8df77b182e3aa4a78f5b5df3a68e60e6b52dc21
MD5 7849ce23f2b70ed8283dd6c9e521f90f
BLAKE2b-256 2a1e73636ba61c26fb9f2d0e2f7a7747c139a4eaaaf753f1ab2aeeaaa45e4153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 da539855351b4c44cc660b3e84325e6e671416225bce8b164c58a0175b4b1a63
MD5 12ba600d6c12ef3eb99c45251ea4d137
BLAKE2b-256 8efa093ef92bc65be43536a117f29605e499ed650e808596839e60c7bc648d5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5ca86ef4e63b91c874360826bd94f1d1cedc371df2a1ef087022c0da37266166
MD5 de6bcf121e14038233c49cd224edcd0f
BLAKE2b-256 8d2da55f7de83ac682b042b7b2222fd6640add66cba9071ccc4a688e8cf9ccc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2ecfdf213b69e81f0a943689a66cb2c62a9c4ab1c14316d28ae085e92d19b3e8
MD5 7b77db93ef4f2678d11122553dab90ff
BLAKE2b-256 f880036f4c921044dc66f0749b50af718f15847dbee8bf7e797855cb39f860ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ccd1b530ad8588c5e179ea98c4f17f2a31c5dd7bc8d9bd6e9186bde742b3a149
MD5 b8360742840368e24de95bf5d087d26e
BLAKE2b-256 e5dfee45181bbf3091e6ba70cb351872df544215b757ffea7035e7614777c1eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bdd186120da03c17c85232007be61ef9c8d32ba41f94962806d52c1964d0c00
MD5 18852eb4f26160ac7f145e73e7681876
BLAKE2b-256 0ffa0c7d0c7de1f57c7c6d2a7fa193bb44e0e7518984aacb53e16c2440e06621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 126bcfd9c9249060feb9b9cb5bdbcf27f543ae2fe6bc79a2ce815bcda28d303e
MD5 2893bdae580962d3dc03f212ac43c629
BLAKE2b-256 1ff55d1d823ae236436837d91ecbc4207088640105e06be58be87a91812c6ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 386badb618e97a71cb6975d2757571de7bab77d70ae01634afb01c6bd4408cd5
MD5 cd6b3bb7f763ea8c499b5a07db4d5786
BLAKE2b-256 fd04a20f576dea81718f6203b3bf2b26d179e5ed9f9f9f16b57470f19b677901

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 efbcde6fadc5eeb1c2aeba100425dfee89f42b847ea8cd6df81ae9ad72d13810
MD5 c719df2058df9d05a24fc25f3bfac16f
BLAKE2b-256 55da8ffd410fc561a446ca2820626bab528a5bdae8b55b96716f12060998bfbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1c2ee79348705bc44e45e32d70606db1bf58201c32f2154ecc767b47f19f3caf
MD5 6b7233945a35a12155e3c7404559c00d
BLAKE2b-256 4b6575a73fe62fdef044c21768b971bef33600c2f3988e21e170c81f2d19bf7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47d7393336abc98b66ac1380a17e806339d4a44e6633268d32d7549209c9e04d
MD5 fe7b7fb2e566787597878bbd4ff90bd8
BLAKE2b-256 fcfe4e1ec7fd17e7b16fb5d93209a0664b052926f44aa2835243b8a6c3b2a8a6

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1edea8631d86dad184dc318baa3b7f5b4c3c82d28965b57f47eecfc2edd10d30
MD5 12e16365361b24291c2a58d1efa6414a
BLAKE2b-256 0762b57cf8d6102de99eb985b41fdccf0d39c6cd622a1b462c637b65a82ec394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ac2792baedc792e85cd2d48431abf04162fa6c1d50a8b52b03711e803a5b69f0
MD5 8c3df122e61bea3bedede89923e9eea0
BLAKE2b-256 c7b675123a6dbd16282bd4cb86829c73acee07343924b0313621b314cea67a53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 348d9025a45991dac752a6f7bad6aeb3dc5eeb75d388b0596899a6d8b53330eb
MD5 ea177d91119a8ea67bd911d33996e83c
BLAKE2b-256 2014f4a36e28448b79f546285ce954e0e5c5ae8bdad766babd15cc86315c5c39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4ad1e897097e432aba807a6fab33c028ea925d3bd0ddd0f247c9cdf3edfb3fe4
MD5 c8fe06ff62192e1f6862365378f3fc61
BLAKE2b-256 a2ebb476b78c6238d73b54637b955b01f30c8664f722a5672dd90f803779105f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 29fc0122ba907c84ffafabc1effa94c2978b81897aa2afb65cda260f282392a4
MD5 ff4f44532aa2d680b98a24e4d737a369
BLAKE2b-256 7873f35fb46ef431a5bcf2aa376256b2855ed31b8dc7cfde9329a0ab35dbe4c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db79254efd9804ad99868f0618f69de6676e135c7734f72d021edbbc8691af1f
MD5 b3d878eee6e03abe16c000a57ba107ea
BLAKE2b-256 00a1649b30209ade84f50fae50ea5b24e2cc293f9a2ea884c2470be19b37e381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eeebda0107bc3b9c9bb8b164a976aa71bc3fa379c0803906aa428b7c7444a159
MD5 bbdb9910384f06860d752871e010586f
BLAKE2b-256 805ab9712eaecd367cecc86ab030010f27b99e06c682dbc1db5ffe886ae18cec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ec008e9b3d163bf17c7343d6ace3d9e8e76a8287c40499cc4f12a6de809b8a7b
MD5 7c64caa161a8f87a07339ff99d355ab6
BLAKE2b-256 951854047053e204bedbb3cfc77849ce209cb4701a8f68527a3888e45629c31f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 54331c493a80e60e7650645b093ceba4a17566e29322c4eb3838874da1abf7a7
MD5 8308aa1439ce4a0e18a3a371b3bbe43c
BLAKE2b-256 28c0f9aaab0f7e720da31ae336d230aa46cfb90846d228f982883f548f9d3f92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 031252ff8109583e02dc89c88458ba503fb982d6785b97bac9021fd9a9394618
MD5 ff43633cee9bf0cf58bd3bdf1db58568
BLAKE2b-256 e56bd5bd6b4bf67a2985c5aa25a5a9f521bc385404f0dfdae5dde5efaa9d00c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a49d30ecf44caff2b7990df41ec08823e1eb6195c8c73cd1afcef7c600da77df
MD5 4018bb996152f86ae7738dd9e880bf6b
BLAKE2b-256 4054d114f24e7a667471a3ad830b3474aa094c71c2ad9d8b3a7208356f212fa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 27a980eb0fa186605348020da1e015b9fc5f270aed36d28621304d19100cb6a3
MD5 6f320e3b06321fc90bb2c9a61ddb7edb
BLAKE2b-256 2d067282e7c243284c89a02b14a10b04edcdaed8334afa40689065d6ece0e1f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92f42c2483f1cc2923b1b287d5342f604dbbd04bdf8a72b09e8196e5782331ad
MD5 8653898bb63bfb271735088899227065
BLAKE2b-256 5a40f10fe7c5dcd13aefac85566adfa3b0425502a8e86038a767a97c39818773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 482719f38857c01b7a8be63f18ebfde572a0229de3fc5c78b9db58e81215e749
MD5 ffcad29f1a42eacf9456ef4157515114
BLAKE2b-256 e8d675c0457e40e79330575774af231a2a8ee77bd3c516b3e21b2318bb6cc464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5cf08c440ec02200bf87f2fc6db7e6a16507b0c4979c176861f28852e7d6fbd4
MD5 a79b13824e922e04d74b215da5f556a0
BLAKE2b-256 753abb05c896a1dc75cbdae935a8d2a97df7227a2b5af920f095fcbe7fe13eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0647d07b3812d952dedef27a4b59bfe6a9d587ad5b1f47a728a7a37a14825ab5
MD5 b4f177a4ae8003ed77584df886a8ac25
BLAKE2b-256 86b85da05c5ea68638ae393429feee0a215e0056a52b3dc39b20d0cb7faf7f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8747f39a4f49f2d805e4334cc44182f302dbcd0e595e0061368a95b8eb0e4d98
MD5 a23a7216edae0247f4cfac2ac6d9e9cc
BLAKE2b-256 23866d3d511a38ea08b49d97c936eeea3528d72900f1dc9a4d6907026dbe21f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9f01a93af54671f4cf2c02da304947a731f94dfaf8aaf467a1591def2942549
MD5 30753b41e810efc8a5d901c90be4497d
BLAKE2b-256 63b6a010745aed97bab1a720996c02afa004ec781db9a4d8c759f416b3740928

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 805b995452e3ac47aebf84befcce017daf84027e43a7ba5feb63ec83602f0646
MD5 3a9b62204552ade1c32030621cb94643
BLAKE2b-256 7c1ff7ba9aa83d74312abe04644c2f641f471ba54cd075b90aaa802a299fa1a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 a4d49c7aa94da415349d8881dd5382e86ba6f62c1df6543724b198b46f3f5114
MD5 c0f73aa8ce326de8456eed0ded01c99c
BLAKE2b-256 025e536f2c3fb7af369c9a76211776acbe0416bdc3b30e295472c947b9f44d71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a902671e998c9d66a58c470458584aa23ae3018d78755f19c61a3a601e213c3b
MD5 b55e472da25c203f759b2051806b1f0f
BLAKE2b-256 60d9273f1453b6499ebe8579ac8797644a5666a445cf4f098ec2dfea8060a06c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 426eb0ba8128f32a3019191997d53c5c09cf9374fff468a712651b6fbdd12ca0
MD5 8c6ae62783c5dbe179770caa29285830
BLAKE2b-256 3b03e23db026c60ee6fee78bc346baee2cfc044c855e30513237951795a854ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b791b666d7d5945b0bf16444291446e84faa3a1443f491da9ebe6b6cedfbc16c
MD5 4e2bdc6326b5130bbd2931f34c98f6a7
BLAKE2b-256 fc9a28ad9729b0f12b5f3917e7032a46ef17106b4bdfcc0092c9c2f8e94b2253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7db05c37fe4e2c7bcbd56ed66495afbc53ea3c1a9d921f969c779eef9dcbf2e1
MD5 4262e58404b22116f37c2c2cc954691e
BLAKE2b-256 57ba3a8301c3e63d4008032b253ef85147eec75cd5370f604b1be52ea29a194d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af1df53d28b27a0377f0030f9cfb8cf080ade8b08fa76f1bcb7d5790be27b4cc
MD5 69984484ac4f7a59dc7ebec34a012304
BLAKE2b-256 24f91973ecb555d638bff51d6b6b2e88d474381b60452a148dfacc7496296d6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c768b088d0063a8823cf24d1d36b45409b6ddb194263f78d118bbf51e2ff450b
MD5 29511564e3ab7e832333b07a9310a009
BLAKE2b-256 5dab8046636cbd2dfa0461911a1cf89f01f7244f558808d3c7fa3d40b681a957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 52b9b54002061c0eb54f1abfa47bd72e794ed0c42a4029e3205cdb4fbd1cb734
MD5 d114f5f5944ce5e2ec3bde0c7866639e
BLAKE2b-256 55286b511bfa93223107591757c19d9ab6c20feab231325eb82260e1afacead8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d0b23fbd3729a6322527bc5ece558f344a1052862091b12e58153f4a5fc055e6
MD5 da770e567ebe4e0898d31130b9a18fbd
BLAKE2b-256 12b63eb7941e9281a031b7817d5bd09b51e1a9513b16f23e9fb7b2407d6eb13f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0556efb7253eaf74ab004170122f4fd07c0534ce1dc3bca4f8cf0ada39346d3d
MD5 e3163af541536bf3762920ce997120c3
BLAKE2b-256 7ffde018abe87a463fc4af7469d09aa27ea0c3cc9efafaafc793c2a43845ba6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5347d6e896bd8153ea58fc3b9e9d1de6547239c92f052cb466d413ee017262f4
MD5 376755db7f51f727660ad0ba170d802a
BLAKE2b-256 a09a01d53916a2f55ef0c9844b8ab0def5cba49b645e249099c672f7fc68d4da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e410f29b281870565b163cf71704efd78776aa243f58db56dc1e082c48c38d1
MD5 8212ed10c9aaecf56ad97be2463296bc
BLAKE2b-256 7bdc08c22aaf565ee2521020fbcb081a17dc8f04a6be79c9fb76021b7c0cabca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c9fdd8b003c626bdd8610e1612e3ddfa048d12ab550300cc43a50796e69bcb85
MD5 336591785188dcd0fd3b93cf11c043d1
BLAKE2b-256 542de01ba1cf2a1930bca7dd94885b26c18b2a07923a572a86c4c045bd6162d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 42a7c7526097a863b3b87f8f81b3ab026225fd30608b7fe0687272657e8b827a
MD5 6f64da98beb67f1f367a59e63fe4a720
BLAKE2b-256 1f3de17becb8d7d3085be09c330db93bd0bcc8e86310c6315ccc1475bda2f9ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdfbf8a27520ed4ddf3f572dbdbc8f59639301032a5b7269aa3d8277e536decd
MD5 985cc20e39dc68c64a0e8a941869bec9
BLAKE2b-256 e05c5f5cd16f400290e3db1668716cf3905b1c5bcdfda3acfb141c568da7a556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7c670ab9dda9640b6a71765fb0600dadec734e0bedc23229143d12b3217bf317
MD5 b4acb31800b6e2f22402c46a713b6e34
BLAKE2b-256 1d13ac653df6f8f7093d38fa566ede4abda31b5da63532bdc71ef1e3255beb48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04af0cbe97abacedeb1c6ee7e5d4a154ed6bc99c5943b8bdf6873717235d53ca
MD5 2158cf03e7354d28040fd9dd08715261
BLAKE2b-256 b1e40fb9a2ac2ced689d904902c339a284750b048a0c5017064bcf5675875f6b

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea5beddd929ed4096f74be5975dcab51b28d76f5adea5996bd17d33c42d8210d
MD5 770555d419fd8ff7ac8911d924b15ad6
BLAKE2b-256 975edd42e5aba972f284c35859dc1136e06b147822f90ad634d8935b153c3e5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 41868abf9770ba60c34919cefc1ef9146c1e0badf6fb9974e27e8dfac5f6d529
MD5 32ad4f2e122a89e8aa242913c10a6c8d
BLAKE2b-256 e910ce8504afa50132ef49f13614739f098be0507232b2a1c8d9a5a78f350b7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 402fbf5588dbc585e198148ba2d13e3eaad4812d99538ac0c03999c2c92c478b
MD5 a85e4729ff6aebfca017faf28c4dcc41
BLAKE2b-256 f6b8e6eaa3f4bccfca21277fc750f46e0a09b1902d365c247526eeb871f0d023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d0ecc49e2768c4241ced79610749d44ca27bb68865a26c6117da80f3df7eadb5
MD5 6dfd5465acfd20fe495ef8fad35d1f6c
BLAKE2b-256 2b2c0a904048dc38e8d031a38e3215d852acb77e6941cc420d0a6ff7bfc522dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a7638fca9b8e3b9e2a4ccf44597966f6f4badb93e166c995ded2db07a4b1047e
MD5 10e223f2b6096e7a2df7693796c95905
BLAKE2b-256 3d4f5bfba33f2f00b0a6632fdc95493643e5a6fadabdfd7ba16878edbed53521

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 16292daf5d706088dec09462cd2410636b33f8479ce187a9002b7f2a602175dd
MD5 d21b107fcefbf5ca575ec91257f648a3
BLAKE2b-256 2f27392ec2232b5cb0341a5c69d3582fd2a49961c9b1eda02567b86a234db99f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7d7953a8de8872c41c0638f302e70dd6fc68bb1c5ef3a4524c0aa9cff4d83dd
MD5 bdfc70320413ef229bb1709edaa024b3
BLAKE2b-256 f7986061ac3e4424d9b5afb8bb3312299c6f0ea41a39e32691a8fa24d53714b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92788971f2a696637ba535c30925d7e0fe2d12928a1d7562c35c56f189603368
MD5 748fd9c9ce087ca00b91d0133a76a1ec
BLAKE2b-256 190f57766f41b8aef2f3836aaa67eeee5b2aeb9e82afd07dfe83d505f4d672f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp311-cp311-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b0a865135e0639ce60d3b22c3bb404b23aa37e33f40743c33b0bfcf727cc050b
MD5 da5e2bb190dd86d8535b2c34a195ca32
BLAKE2b-256 25ac5a894bf6fb665df344d053dd40e05154976b27104fe48064a523947952e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a0dc2d023d74ecd66daa661c2537020a1669d95f8bf4a74103fe1706e31101db
MD5 9241947b637547e4dda9724af206dd2b
BLAKE2b-256 8c8071ef535c24bf5c02834adad569221c8600a1eaa84db1f20fdf8397247f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 724f10d33c838284505ed2272c1068201bccee8282db50e60c8dc28b708c8a93
MD5 33d8b9562acb1716275a0c62762375ee
BLAKE2b-256 3de37ce6b705b1a7e6a4c393af94f67f3ef3cb541d7909c0aac7b0b430706bc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 203608d20899ada2f38df7945c776232443b774127f7df504cfe6ea95cf5208d
MD5 2ab9c5751553f5bbf496d97b7b3fb508
BLAKE2b-256 f32d4c109de01ae1c8676e640f5dcc91a1a5b62e1762883a1b83d9e910787bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b9b25ef57291a8206259b09b0a26ba1c27833cbeefe98a40b77157d9b65e871
MD5 c867f6e18348eba940f482a00d063874
BLAKE2b-256 5f285b7072e3c47aa8a88f8adedd09e6d1765c675194cd3ac7c9d970bcad46a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9c4a4a64256d8c537ae1f7d136fc45fb27837b9ac1f7affc5f6cd9e7d5f5adaa
MD5 1358594c6211de662bb90247a2534db3
BLAKE2b-256 01d2578bf3c06b57f1649211aaae4dcda0c71b426503518a6fb72d94b143c7fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3f555d3464e3f27128a67d9caff1446aa7cecdb2c8e6e3902636eac245d9e3c0
MD5 a9d3bf881647822c99d1bae3d0019907
BLAKE2b-256 e92704466a72567381dc98260e3eedf6032f166abf1900894d4524c69e81b7bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2eab52e403f845a30c305a1470a461ee497c868107aab8c2aab1882e072e892b
MD5 e593da7e1acf9354d738f581470dc843
BLAKE2b-256 dcae31474d69edf1eb743d1fc646be26c91978aa1d4161d24f365d8b34a6a640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2c14f611ffed7d58cf686e0c97621cd3591c870bd21dc066a280ea763d3469f
MD5 72d5bdefbbfaddea84e1a2cbaa392c5c
BLAKE2b-256 7109b735ceec5cb1379fc7d7503a0b68223f23471641e092e6987b871ee94bc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1dc16867e059ce7c7bac79af4ade856f7ec20ced92833d434855638b8727c414
MD5 58080d93769c4856a28fdbd4216ccb9d
BLAKE2b-256 df38c431c084a240b2a627deb5d63776efd5a13688842a36bd651af31545ce17

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 783dd3260a5226cc19864410eab30aa3c1b1f4e7e04b12d84caddbc0d8f5e2bc
MD5 4fdb57587553b77ffba4971f15bb08bc
BLAKE2b-256 ee813646e7e79107e8ee1fb3072c37fa1c0de932ca323dbfa73efc4c8622d11b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 5b770431038bd154ab2d3e78fd509097f97739d328cf3d1bd81b067c71ea468e
MD5 9307a6d2d542c8059aa0c1f8b77c1865
BLAKE2b-256 b7eb90b6b8a0b7ac22f6cddc7dcf0e7cc3e99410cab964349b729bf105f9a822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c487f48eb60ffa22cce78ece7b9c719d61126263d202c871806baef4bb40ec9a
MD5 250a6fc9239e713ec092c8b57d1ca6f9
BLAKE2b-256 df7a39c420b623f47dac6729292f5ecf360d2d6b6360d2851a4c10de345b3974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 015ebc964f73fc58c577ef74e55b366069ba07a661879616a4cdeabb0a661b71
MD5 17437069df0047f0eb5ef70bba3f0ce3
BLAKE2b-256 698a72839b741916788437ff188d7d5291fc07ee8f39ec67c32295378b6238bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a84b72d0c1ecb18c20e82956eb1bcd4792368ea9d50bfef1a25272ce706686b7
MD5 966d1abd7ec63672e6564b2b9cf2d9d6
BLAKE2b-256 1ad5f345b24974d24b49d15106d1383788bef38496f18c7e86f2e0671b139b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bd12fc63596f4f6098d6ace0156867eba437a83ef4d629e66f48481343a9f97
MD5 474bfcf441f4f6f8a16c27d4a77ee7de
BLAKE2b-256 76c02de54000b4d484024b5711f6354b97ee1d9b5aa19f9653e0cbedb9073464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7841a68ad278773d0a0c13bdb99526a730e834651c10b8c7a4440fc03679b896
MD5 4b72c775a34a2bcce5239a007c09e460
BLAKE2b-256 d379068f4abd116ee12ea9dc22ea35aa122181ccfd2b4032143b37a9611f3dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2910fff4847725af8b95b7c4aa0caf4646ff78b36b5fd37e04d61ee0b3765b82
MD5 6727f87e63bbbce4360a45277db662ed
BLAKE2b-256 d2acb8aa54a8ba6ba79bdeb54c63d18a98b8a618b0f589ab7e0d82707fd4d60e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp310-cp310-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 e64ff3f8e0e904a7fba6369e3762ab03053c0992ebdedad3dce74030b982b1aa
MD5 eb6c71d0dc1ae3ac18cf5d3abf9019dd
BLAKE2b-256 01ed376ceb4e427f822b81befe569f865a8a6b570fba5e4a14423e69c67ee218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 f5c7fa7e5fd066072fb46af4a7ea4ef6a37507fa1e0de8508f2bf2724a65ec34
MD5 f52ced1534e48aeb3130bd4a29fa2a4e
BLAKE2b-256 ae7fb166b5f6a41019b2bc851f47568720cf7fef15cd1167e555de9fdf175de2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 435ee30e287c90a08b902dae51b55a8a2a43722d4649822d5a770d412a7d72ac
MD5 1917d16f193544aaa42388b9d9c4fdfc
BLAKE2b-256 a8a020ed8ef4beb620f0e84e18b6f4bdbd036b10a60d105016ffaa65dff2e5bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a4c808b394b8ebd674fbb4e7af8735005d75608c77a35bb9139debb9e83edafd
MD5 ff40a3ec8bc7f58bb0aa6d5bac0496cd
BLAKE2b-256 a7ecc9070ff8570a8d396a11efb43523818a4855821f626b8f2b36c7700134f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06540a9869ff57f00c9770351ab2ee4efb8c56ec51e35ae0ff1e0d61a0e2253d
MD5 322ddb8c2c591fb5e20506bac51dd648
BLAKE2b-256 989c76ad624f9361f61c4b2bc647029210fce021d299f13667f23faf5299cd79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 109224fa3ad44a85b384b735d290d5d401f3ff01634eeb76faa7f0e79d213961
MD5 12abafcccd8f4f07e48e3bcb93dcc4db
BLAKE2b-256 1f1a2114572fd65f8813b61cfcd7266b8249f98f9eaf765e37a1ded4c5bde56c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2c23ae8445fc9a67369fd3afa4a72300ba7420bdf34f14da30801d99889070dc
MD5 ce560ceab14311fb45fd84cdca3bbb31
BLAKE2b-256 454307e996431de9d6e675ffc225ece2bc148a230535be65f2c370f0af550b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dbde3182526c4497b3c7705d95074012a9593a7ebc14cd4c6b988cad8ff70023
MD5 a43a839c810b72e5cf7dc284498f305c
BLAKE2b-256 bd82b88dcfafd4e3e4f8b0bc059a64b1aac882173763ab6361b56703ac64cec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9250ed1a0d38c683f8b9d9be883b3545ddab3e2414277f4ae89ba483f544b9d9
MD5 ff90007d55505b8a6c5bf687c86cf138
BLAKE2b-256 958a1fbf00daf5200084ff5c9ee5cd86e1150aa519f0c1f0a05ccdd189cc197a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 935948cd9ff33fea964c41ef4bba3346002849121678db0968d199b5fcbe7d4e
MD5 6cc13684a760aa44388d4831dc92207c
BLAKE2b-256 47cd12d3a4e571a14100efd13fdd7d4bf2b994d60e021800029534fa7af10791

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70caea26d11f0009fc69b3c9833a1cb999f59ef8461ed6b32b7d265006c7de46
MD5 0677d293faa1d5ee02f2bd91087233ba
BLAKE2b-256 a15f59bf54392ddf391693d5cad3dbdd3486b6bd7520744214beb00bf8f679f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 b27e6604d0897815daf19013fd5015ef32438e12451cf69b1be92e11d61b5311
MD5 c9bd067190c758de97198d2f1d72f2bf
BLAKE2b-256 58d63a6d084cf90f8eec690c6342decd009fe57732e8ff8bc9c70d908607bc90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 9db95260f7a4ba45eedfc8bc3242ef057ff0a3e73ce141ca7b27e4c208f89725
MD5 3746614adfec608446e4683de0113dee
BLAKE2b-256 1fc0915aa358b8da377161dd449e2b7c9dfe2c815bf5e56f4df375b6ee611bf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c26b8131285a9e6926c00c6911b39c0ab2ed8585805c01fd10e3e9f8efa327d5
MD5 d2e7473895c39fc9895b8a6c38a5c833
BLAKE2b-256 ec48885637c670b87d20d13efe351d1e4307b4ade142b02a33f93072e9027f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 87512230cd9f5b3f740e12435d236e6812a745ca171d908ba50d207b9ce26a38
MD5 a431ae9aac745253a63ff50b5dc8a56e
BLAKE2b-256 ca4e9bc33444a8e161618548b18b8ecda6f0d1ea27b35b7895c7a68e16808d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19d8ea94f154bd74b2d59d5446764bc93e031d3bad873704ee0219bdac033798
MD5 879451d535e3abc1d559675bd0f17b75
BLAKE2b-256 e388a553aa5bdb0e7d0a1a28b6a5a1aebe953b5a847529d148e475e6c9fed23d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebf368806b40a86f3dfecf454a4de18b3b5345023c3765d7f435c2e0bf0bb947
MD5 cdbadd137436bf8697c7d0141e242b6b
BLAKE2b-256 0bd615aec68742bcd3a31ee36f16a4049f4455875b01fb93bad4079f2f00e01f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 65d8af22c2da568cf942875121cbf00b7c967486b91179e98159d687d4444fc3
MD5 1a3cf0bb375e566cf1a02a21fdd70a1f
BLAKE2b-256 23c8eb4a5dc145b3e9d8dad1ccc41ae4f8a5b6f1ce8e1d61bef88aa56f8ae426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp39-cp39-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 4260579ed67754f3fe0fcd0a263d53b982182b5cf365f8baac7879583024d607
MD5 b0b04a630079a3dceba3dae62ee0b389
BLAKE2b-256 39a126066583f9ce17f7ceee59a8af8a5555e4992d3f881cfc4945afb3aed267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a36cb6067efd94c434c39ab68303496028b698fd831b0e948fe383652dac4970
MD5 9e473938ecf78ea780a3229ddec207de
BLAKE2b-256 58577f5673db2cc592c339c21fb588d1de09434c40aa3b236b9c915b4e0f4edb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fc10855dc3e593de1b9b3a9f2aca74ca82678dfddc65b9cb438a55f38d2272d0
MD5 2096e288c40a19fb1874b865091f0db8
BLAKE2b-256 1f9d50756c7517775405d53a50a352a7f2f3d84c39a3c1fb95b09f36df2915fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40a5fcacc1934abac6e203ab1ff96feeff74c34d51b681898384b33064dfd302
MD5 158b48ea938bd2f46685a99a6d95b769
BLAKE2b-256 f97e0ec59ccf81290e2a9aada7a62a18ed77ac9e1d0a5b73c6f20f5a06195867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e5c9a6ac7c515894d493ef7a6c2432b2fe8c5a9d4e942110a696815cf5aab5cd
MD5 4cdf295fd59946b9c5db971eefe1841e
BLAKE2b-256 7903ab6a2ecfd937a41e60cb8bf5ba254f7f7fbfc77013e4fa291a7e887894ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7ba4a3128101e976b9aab527882f6fe97ef07ed517c0dee25855ca3efb0d8336
MD5 5f26b357f547c6b47c1b014f01985ae4
BLAKE2b-256 578d9d06508f991a221964947b74a2a745e111407450a4dff0cedbcc18ed2eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2c9b52b5bcd9dab2226b40650fedbae492860bfa4c319de25b01d42a9485669
MD5 2778c405bb408a68e70baa6bc77d0956
BLAKE2b-256 6771e1bb117591ae25f30d79e69f40b6df9cd9650797217dde173d4893db99a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9687eba4f03cc48c9fd454971802997238ec6b9274c2016e9f52ba0dd8929f4b
MD5 e78680116050d9ef4465408d23df5fbb
BLAKE2b-256 f76eb705e7deb2b0f97dffac89ddd5dad19107e0d595bba1d978840004f53c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e23c8e2984101fd011dbecd0d4f8b1d4018bce303d22492fc7bd20bca6d3de65
MD5 dab700179faa128e11e6a8b89f72ddc5
BLAKE2b-256 64179dc085c5dbdc630ec192489b9136d1816291033e2957fb744bfcde982294

See more details on using hashes here.

File details

Details for the file licensespring_hardware_id_generator-1.4.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.4.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4fa51f55a2cd47edcba8473a4022a1ac20d1888f052d9974282164bed685492
MD5 7cec8e41c1ff623b5b2723002d3bc3fb
BLAKE2b-256 c53cf2477d552c494df856a44cbd6ec75fcef4a1ab347ec9b9ee5ce34a91445e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-manylinux_2_24_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 79298f6f194f99b2c5f4a4bb688fc385efa9a9ea6fb79007113f255d262a5354
MD5 8c922fb95646618602a00b0ddce6fe5f
BLAKE2b-256 6824cc17c511476cc2294ba40b0acdf3b3542083209a68543beb0bc4680612d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0534841019f589f9e0c1697e88bbcb41946879f5314fa18b5493274027c739c1
MD5 7635fd9239ed98fe7400b2e22645c35f
BLAKE2b-256 ac3ee0969321720ecfda79b2618f45aa419a9f5f0ca4795ade7e264d67754e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7e68b522a894da46cea90716e02acdfb97a20c79a2d2139daa9176197ed4a689
MD5 eea18923637c230af79b7d046da0d3d1
BLAKE2b-256 ad8a39d66b251e666768bf3101d027074b6003644a5433db73c6c3d16bd9419f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 1f4ae603c079b998652dd5275064a47b2440fa0aabba5a407471a0e1e18b4503
MD5 52e6a2f08d2e628e30f2a353931488bc
BLAKE2b-256 081875bd775126c201cb3e65b8268a78c0bc56c7dd2b90a27eca8c9ca0b79eaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88cea46cc93da76406f283edd2b73c3599ce7b860aab28485e7533b3f8641b5c
MD5 6df5c6301f26b2ba4758bf6041a50a7a
BLAKE2b-256 7337e907ff4d6f0ae19767a4fafa2f7e6cd7be295addbf743433dd5e970422b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c86518e2f6c3f3175ce470e28aac0edfa5edbc4fcc44ee508d5b1fb5bacb74f0
MD5 3bf6ed0d687874cd0040b0f220ea620b
BLAKE2b-256 b15af173dfdb1c4d38ab43536f94d3ca20159bd214104c5ff71efa996c0fd853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 324567bf2d3dc641bee463ed2d963aee8f77a2788e3ec202c82032f286cc8b4c
MD5 b8eee421a50199ae911690215e84fe23
BLAKE2b-256 88a02d5a53b691e2ae6cebff26396667d99c8702d65086b9aa9b2df25bc2a408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for licensespring_hardware_id_generator-1.4.0-cp38-cp38-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3af265d60cbac42fd102b4c969ff697f0353083342dabe8a4da8b0f2629e9a3d
MD5 c889ed0c460fb6e691fd6a169a26f237
BLAKE2b-256 ee11abc41503626d6f40fec7ed8599645d215771029ad27517f850b41eff42a1

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