Skip to main content

A comprehensive Python library for collecting hardware information and real-time performance monitoring.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

HardView 3.1.0 - Advanced Hardware & Real-time Monitoring

A comprehensive Python library for querying low-level hardware information and monitoring system performance in real-time on Windows and Linux systems.


New Features in 3.1.0

  • Added LiveView Extension
    A new, high-performance C++ extension for real-time, class-based monitoring of system resources.
    This is the new recommended way for live monitoring, replacing the older monitor_* functions.

🌡 Temperature Monitoring Support

HardView 3.1.0 now includes cross-platform temperature monitoring:

  • Windows: Implemented via LibreHardwareMonitor through a C++/CLI wrapper, seamlessly exposed to Python.
  • Linux: Implemented using lm-sensors for accurate thermal readings.

The LibreHardwareMonitorLib.dll required for Windows temperature monitoring is bundled within the HardView wheel and is automatically copied to the Python installation directory during the library’s initial setup.
This means you do not need to manually download or place it alongside your script — unless you encounter specific import or loading issues.

The included LibreHardwareMonitorLib.dll is the original, unmodified build of LibreHardwareMonitor, licensed under MPL-2.0, with full source code available in their official repository. The included libsensors library is the original, unmodified build of lm-sensors, licensed under LGPL-2.1-or-later, with full source code available in their official repository. The included HidSharp.dll library is the original, unmodified build of HidSharp, licensed under Apache License 2.0, with full source code available in their official repository. This project does not depend on it directly, but it is a dependency of LibreHardwareMonitorLib.


📦 LiveView Extension API

The LiveView extension provides a simple, object-oriented interface for live resource monitoring.

Usage Example:

from HardView import LiveView

# Create a CPU monitoring object
cpu_monitor = LiveView.CPU()
cpu_usage_percent = cpu_monitor.get_usage(interval_ms=1000)
print(f"CPU Usage: {cpu_usage_percent:.2f}%")

# Create a RAM monitoring object
ram_monitor = LiveView.RAM()
ram_usage_percent = ram_monitor.get_usage()
print(f"RAM Usage: {ram_usage_percent:.2f}%")

Available Classes and Methods:

LiveView.CPU()

  • Description: Creates a monitor for CPU usage.
  • Methods:
    • get_usage(interval_ms): Returns the average CPU usage over a specified interval in milliseconds.
  • Platform Support: [Cross-platform: Windows, Linux]

LiveView.RAM()

  • Description: Creates a monitor for RAM usage.
  • Methods:
    • get_usage(): Returns the current RAM usage percentage.
  • Platform Support: [Cross-platform: Windows, Linux]

LiveView.Disk()

  • Description: Creates a monitor for physical disk activity (busy time).
  • Methods:
    • get_usage(interval): Returns the disk busy percentage over a specified interval in milliseconds.
  • Platform Support: [Windows-only]

LiveView.GPU()

  • Description: Creates a monitor for GPU engine usage.
  • Methods:
    • get_usage(interval_ms): Returns the GPU usage percentage over a specified interval. The most suitable engine (e.g., 3D, Total) is selected automatically.
  • Platform Support: [Windows-only]

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.

hardview-3.1.0b2-cp314-cp314t-win_amd64.whl (836.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

hardview-3.1.0b2-cp314-cp314t-win32.whl (782.0 kB view details)

Uploaded CPython 3.14tWindows x86

hardview-3.1.0b2-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

hardview-3.1.0b2-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ i686manylinux: glibc 2.28+ i686

hardview-3.1.0b2-cp314-cp314-win_amd64.whl (824.0 kB view details)

Uploaded CPython 3.14Windows x86-64

hardview-3.1.0b2-cp314-cp314-win32.whl (772.5 kB view details)

Uploaded CPython 3.14Windows x86

hardview-3.1.0b2-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp313-cp313-win_amd64.whl (805.9 kB view details)

Uploaded CPython 3.13Windows x86-64

hardview-3.1.0b2-cp313-cp313-win32.whl (757.4 kB view details)

Uploaded CPython 3.13Windows x86

hardview-3.1.0b2-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp312-cp312-win_amd64.whl (805.8 kB view details)

Uploaded CPython 3.12Windows x86-64

hardview-3.1.0b2-cp312-cp312-win32.whl (757.4 kB view details)

Uploaded CPython 3.12Windows x86

hardview-3.1.0b2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp311-cp311-win_amd64.whl (806.0 kB view details)

Uploaded CPython 3.11Windows x86-64

hardview-3.1.0b2-cp311-cp311-win32.whl (756.8 kB view details)

Uploaded CPython 3.11Windows x86

hardview-3.1.0b2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.8 MB view details)

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

hardview-3.1.0b2-cp310-cp310-win_amd64.whl (805.0 kB view details)

Uploaded CPython 3.10Windows x86-64

hardview-3.1.0b2-cp310-cp310-win32.whl (756.2 kB view details)

Uploaded CPython 3.10Windows x86

hardview-3.1.0b2-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.8 MB view details)

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

hardview-3.1.0b2-cp39-cp39-win_amd64.whl (809.1 kB view details)

Uploaded CPython 3.9Windows x86-64

hardview-3.1.0b2-cp39-cp39-win32.whl (756.1 kB view details)

Uploaded CPython 3.9Windows x86

hardview-3.1.0b2-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.8 MB view details)

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

hardview-3.1.0b2-cp38-cp38-win_amd64.whl (804.8 kB view details)

Uploaded CPython 3.8Windows x86-64

hardview-3.1.0b2-cp38-cp38-win32.whl (756.1 kB view details)

Uploaded CPython 3.8Windows x86

hardview-3.1.0b2-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

hardview-3.1.0b2-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl (2.8 MB view details)

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

File details

Details for the file hardview-3.1.0b2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 836.3 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6d71e925b307ccbc7baceddbe4bed06c7cb3c824a7fa1475c38a9d5826fa827f
MD5 66f3b93f60241f5fffe887f61390658d
BLAKE2b-256 81d6cffe9b83ba7d7f017b73b5df560c03ad09c115782f9563fe03a382979fa9

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 782.0 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 45edabf66a43447da4706e9a5039a58309c9ba514d63f108e6e36c5bfc686ce6
MD5 afa49fae58b5ad891bb93927696a2169
BLAKE2b-256 ee485a8b851d3ec7a66b1137c9131d3f749d3d9b828427e81a74c61a56160342

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bb9208dee45235ae2242991166149fbc3342dc45b5dd2b22e0b8fd681596e10
MD5 f410a1ad7cb50d862f0f90f5f2392e9c
BLAKE2b-256 4d148c25dcf3d79285b3238fa1a612477580b7eb12f4947d7c4ca35dc68cde6d

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d5883337d75613e98fab65a787a67c8930ab01ab0796b624c8ee0d7f410665cd
MD5 0295e038af7459036e395e9109b2bd21
BLAKE2b-256 50ace9abfe15e92d71cbbc41833304dfa6e1444e373b82763117147643592c55

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 824.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f558448c1969bb168e90894c8652c4fc0979bd24474018b93090f991f33f6895
MD5 466cf9ed3c7d9a5d4f68319c36fb3e71
BLAKE2b-256 33e0e98e73fc3814f14523d65b556b2d2c8bf545ac993ef870e87e7d1e028518

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp314-cp314-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 772.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 31a67f36ecc25a9eb31b440cf7c35d3820bb5330d253871516932ad51d10204d
MD5 3c0fc4f819a4fe15604a13248f34dc08
BLAKE2b-256 3b68c1928ab408b5f00129cb5c54d7bfa8bfaaf8f10309b8bf9e3c5a628a2528

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c1289e7b547d091a68bf97dbdf11fc06cf2448335fb4f15aec9a4254f09a606
MD5 80b28435a6a72512d998f26453f0e43d
BLAKE2b-256 24200f23bf29d55640fcc0961346fd96ddd3e80505d0990c920c6267f9b423a2

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 645dfaa593dfd9dc3640d3884e7dd2c7cd8b18d531b2fb660ac0238c15a85e3e
MD5 be8fd6a2db2e7f58eeb2506f1550d20b
BLAKE2b-256 282d5673a09b9f303e4512745d93964351b88e416cb678b24316df9e3ae1d424

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 805.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 accd218ae2eb8d4c1736dbd204f26e7e3c64a38e163b7f6ba0c9c6021c919b4c
MD5 a8b1665b695f95d2beebc095929390a6
BLAKE2b-256 31faaccb4ec7aa30d9565f4a25efcae5a85e2e347edd2009e32d3d05f4d28b25

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp313-cp313-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 757.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 033c37bfdf447c6e4c00a666ec38410b025843d09aca236bee2bf2b76b26bc6f
MD5 5de568f9b487b05c570ac76155896146
BLAKE2b-256 da0047f35819b73236f557e5714153d1fce88402a67c63ce7174f178931242ec

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1217736a2bc19c07ec999e53efa59f0a45e5bf5514131b2f06185a00af530d1d
MD5 335cccbe2c806fec6034951b15068769
BLAKE2b-256 4a4c35442a1c4a702ec54bbbe8d696e000e028ed3d28a344b29a68e9fdb6a81d

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4ba40d4f73f1ddea5d60839f9e8279e62ad7d21952ec628e2ea063884a169757
MD5 27f92065d4a146f5183fbfaa05a9757e
BLAKE2b-256 b832e096e19e3512fa922f3dddaf83327adab50acd001685656d01154fe520bf

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 805.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1eef10543b66f77fb3bf9814d84e9d6061c056a17ae8f02dfb35c1c67beb0714
MD5 87542c97f68d7c5634bdbc09e0fce7b1
BLAKE2b-256 2d36b3a552341c384626bdf68bf371601e8770e01908983166f1ecc592a0c7d5

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp312-cp312-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 757.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e0e60435b22aca07bced3d9e6a5d1c65fac701600029dddd4218f6e18ab10371
MD5 cdbc9e5ba9b52e952ebbda6a549fc3a0
BLAKE2b-256 f50cfe3c051b7c7af5069ffc1dd85fe674930f2c76f3cfcfd0925ba42a2aa210

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d4e44ef4451d2daf740bc40156499167f824695fd54b4a6b141c751ba8714c3
MD5 60cfea6b34c791e111fc43cc11535443
BLAKE2b-256 2fcb1fe109865c4601a44849ccef2d650fdbfb2d47c1d81737d1ea0da3d79afe

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 885ba3988c565fe27e9e3b4e88e12457dacd6024897edc69bb85b82eaf99ce9d
MD5 f8c9ba2c1202e7d688885ce6eddad636
BLAKE2b-256 aeb112add938e6a1846188e65437253cea410bb5a0e77024286406e18972a303

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 806.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 63f08a4d7acfe9549bff66b217e3717e8b5208e3d1afe18a4a9f74b14780a7f8
MD5 41a30bf7925b37e0d211b4a4ffb159fe
BLAKE2b-256 2c6cb36da73874fd39449d3043ebeebc5d14e9464d0eb8321e004a54998cee27

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp311-cp311-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 756.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c0e5e8d5b015398e669716f11592f894483cfe9ae39a738b407180d0ab5a4174
MD5 e67420493f809162ce68777e041f0f9a
BLAKE2b-256 dfd6b1d58fecf8dd229b54d3876a7f30518fc6d759da0bfb2c53586442c0c42b

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5542c57d51d0bad99922741f52aff38569551d014de2fcd2964aed1cc55b7ea3
MD5 7cfb73498f19e635e066b38ed07ff530
BLAKE2b-256 3a4f189d24d36c5fcff8e91eb0add27ec551882ca4895252e041aa6008b91ccd

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7cc861534acf2465bc5dda515f89da202a4b35f3eb1475cadaad080d74718480
MD5 a580259a775ab0c2c89cac26075e7d89
BLAKE2b-256 dc0a3e3345c284605144b9b79ea4c920b8e8c502bd39e0f060357ab83f6b22fe

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 805.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3fab4742afdbd0a2e0f285c5293623a26174ee39c06756209087c761be5b2186
MD5 a2c0784382cff5ffd67b9a4cbba5b743
BLAKE2b-256 b707e3774c78e94bd77b49b54b11b057bf6bffcc5fc264a55141ed49dd3724f3

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp310-cp310-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 756.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 036adaa1d11c808a3e1f42aee730062a653a08a4bdb947a9c6679c7c597a4ef4
MD5 1deda8aef083dcd81182a4b959192949
BLAKE2b-256 2b02a4b480535e1027ba9d947a86a9ebaa05ddf2484864b5fe498dfc0df4b8bd

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9b52d10bf879568f58206894ff9d5536473f76613a32e3afc9dfda9d30c4042
MD5 1baa458c09b94924beeff58de4457064
BLAKE2b-256 58de4eff1ed790a7ffb370408498a0f5a33b0fca3728076124f55133fd0bdf73

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 e46aa503e4cd6163df187686bf2a25d1a727f639cfed40356ef981c7c3b7d7a3
MD5 134b0d3dd0403f1a22622a7394124a38
BLAKE2b-256 112664d1cc9967caee3aca081da8054724854e0332c9393379f7ffe78cb9a1a0

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 809.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 345201ff2dc7518f1ea8ddb5cde783725f9169b5ea048db5d80ee65ebb07f330
MD5 838a2a16b15914b344d4a523403894ea
BLAKE2b-256 c435f7c139ed921ae379ea379770cf8ea8626350db6e9b0772e904789ce6e743

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp39-cp39-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 756.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c919bbd936be8989761152fdf07738132440dde459ad70a4f959d4f5b35fb619
MD5 d3418d3575b3a22690c354c4b8ecc83c
BLAKE2b-256 a42189f4d58b8ef218da6c280a49643ebc1dd0aed5b11da72e5730f55f3f5093

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2d1c7a884598e3adc663821b1b0085e52a4f9ebfd732b36f0444b6851cc985f
MD5 5261e69b18b22d62e626ce408937bbbe
BLAKE2b-256 abdb73db71e7aa42f5bfa7b303d381f52a7dda30d405103b2199f7e586e40088

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4c4f23b1adf00737c58511127af0d2c459bf6e954fe2934d7631813087e767d7
MD5 9c3cf5e516ce471ff693911a42ca8041
BLAKE2b-256 f87b36a70813927c7b2c8ed65150f2bd4e349da0e156c2dbf5a6710ab82ac4b5

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 804.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3e29d384ddd3aa5e4ee03759488295e1e86a46fa819924e41383b5694bf913ee
MD5 3958ff12110c526b3d6d7d44c132e320
BLAKE2b-256 cc9a26592d51171a2d245b6f18079acc996e899542be266757087db821733952

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp38-cp38-win32.whl.

File metadata

  • Download URL: hardview-3.1.0b2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 756.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hardview-3.1.0b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5ac0c8dbfdd27865d840c26d1ff8b49240ab973aea1caf9f4a7f643ef1aabbf6
MD5 b6bee0a632eeb9402f02a48756570f40
BLAKE2b-256 e0bb1f5fb52326c9216f83f2e985557997a6d3a7c1c8f1c5d20417892f8833cd

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22c077c54ef9bbe008a5147c274d6f78601549f89628c4708e2b5e2a4d0641c7
MD5 85816d1a23d72c772f51284230f16423
BLAKE2b-256 763c83bbef76ca6413c2c94d6ec3ed018357e865d0ed6555e5d084aa15dc3754

See more details on using hashes here.

File details

Details for the file hardview-3.1.0b2-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for hardview-3.1.0b2-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 af7d068d03838616d27a425cb6d13206bad846ce7036fef4905bfaa52006c963
MD5 b0b9cfeb7b5d136dfb4aefe9831b641b
BLAKE2b-256 15453dbfbbe543951fe9dcbd343387e1bedc7ae4869e73fd62b26e7d483f7888

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