Skip to main content

A comprehensive Python library for collecting hardware information and performance monitoring with dual JSON/Python object output support.

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.0.0 - Advanced Hardware Information and Performance Monitoring Library

A comprehensive Python library for querying low-level hardware information and monitoring system performance on Windows and Linux systems with enhanced dual output support.

NEW FEATURES IN 3.0.0:

  • Dual Output Support: All functions now support both JSON strings and Python objects
  • Enhanced GPU Information: Detailed GPU data including driver version, memory size, video processor
  • Advanced Network Information: IP address arrays, DNS hostnames, enhanced adapter details
  • Improved Linux Support: Better compatibility with Linux systems
  • Memory Management: Enhanced memory safety and cleanup
  • Performance Monitoring Objects: Real-time monitoring with Python object output

Hardware Information Functions (JSON and Python Objects):

  • get_bios_info() / get_bios_info_objects(): BIOS manufacturer, version, release date
  • get_system_info() / get_system_info_objects(): System manufacturer, product name, UUID, serial
  • get_baseboard_info() / get_baseboard_info_objects(): Motherboard manufacturer, product, serial, version
  • get_chassis_info() / get_chassis_info_objects(): Chassis manufacturer, type, serial, version
  • get_cpu_info() / get_cpu_info_objects(): CPU name, cores, threads, speed, processor ID
  • get_ram_info() / get_ram_info_objects(): Total memory, individual memory modules
  • get_disk_info() / get_disk_info_objects(): Disk drives, models, sizes, interfaces
  • get_gpu_info() / get_gpu_info_objects(): GPU details, driver version, memory size, video processor
  • get_network_info() / get_network_info_objects(): Network adapters, MAC addresses, IP addresses, DNS
  • get_smart_info() / get_smart_info_objects(): Advanced disk information (SMART data)
  • get_partitions_info() / get_partitions_info_objects(): Advanced storage and partition information

Performance Monitoring Functions (JSON and Python Objects):

  • get_cpu_usage() / get_cpu_usage_objects(): Current CPU usage percentage
  • get_ram_usage() / get_ram_usage_objects(): Current RAM usage statistics
  • get_system_performance() / get_system_performance_objects(): Combined CPU and RAM usage
  • monitor_cpu_usage_duration() / monitor_cpu_usage_duration_objects(): Monitor CPU over time period
  • monitor_ram_usage_duration() / monitor_ram_usage_duration_objects(): Monitor RAM over time period
  • monitor_system_performance_duration() / monitor_system_performance_duration_objects(): Monitor both over time period

Usage Examples:

import HardView

# JSON output (default)
bios_json = HardView.get_bios_info()
cpu_json = HardView.get_cpu_info()

# Python objects output
bios_objects = HardView.get_bios_info_objects(0)  # 0 for Python objects
cpu_objects = HardView.get_cpu_info_objects(0)

# Performance monitoring with objects
cpu_usage = HardView.get_cpu_usage_objects(0)
ram_usage = HardView.get_ram_usage_objects(0)

# Duration monitoring with objects
cpu_monitoring = HardView.monitor_cpu_usage_duration_objects(10, 500)  # 10 seconds, 500ms intervals

Cross-platform Support:

  • Windows: WMI (Windows Management Instrumentation) queries
  • Linux: /proc, /sys filesystem reading and system calls
  • Enhanced error handling and memory management
  • Platform-specific optimizations

All functions return structured data in both JSON format and native Python objects for maximum flexibility.

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.0.0-cp313-cp313-win_amd64.whl (38.5 kB view details)

Uploaded CPython 3.13Windows x86-64

hardview-3.0.0-cp313-cp313-win32.whl (30.1 kB view details)

Uploaded CPython 3.13Windows x86

hardview-3.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (98.4 kB view details)

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

hardview-3.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (95.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hardview-3.0.0-cp312-cp312-win_amd64.whl (38.5 kB view details)

Uploaded CPython 3.12Windows x86-64

hardview-3.0.0-cp312-cp312-win32.whl (30.1 kB view details)

Uploaded CPython 3.12Windows x86

hardview-3.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (98.5 kB view details)

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

hardview-3.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (95.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hardview-3.0.0-cp311-cp311-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.11Windows x86-64

hardview-3.0.0-cp311-cp311-win32.whl (30.4 kB view details)

Uploaded CPython 3.11Windows x86

hardview-3.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (94.3 kB view details)

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

hardview-3.0.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (92.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hardview-3.0.0-cp310-cp310-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.10Windows x86-64

hardview-3.0.0-cp310-cp310-win32.whl (30.4 kB view details)

Uploaded CPython 3.10Windows x86

hardview-3.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (93.0 kB view details)

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

hardview-3.0.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (91.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hardview-3.0.0-cp39-cp39-win_amd64.whl (39.1 kB view details)

Uploaded CPython 3.9Windows x86-64

hardview-3.0.0-cp39-cp39-win32.whl (30.5 kB view details)

Uploaded CPython 3.9Windows x86

hardview-3.0.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (91.6 kB view details)

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

hardview-3.0.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (90.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hardview-3.0.0-cp38-cp38-win_amd64.whl (39.0 kB view details)

Uploaded CPython 3.8Windows x86-64

hardview-3.0.0-cp38-cp38-win32.whl (30.4 kB view details)

Uploaded CPython 3.8Windows x86

hardview-3.0.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (94.9 kB view details)

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

hardview-3.0.0-cp38-cp38-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (92.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

File details

Details for the file hardview-3.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hardview-3.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 38.5 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.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0e6356aa657728c202e7b1ddaa9362fc494723ac358a51dbf0ec54eae1ed4e3b
MD5 2a2bdf0a928f7ca0cd1dcf989d2c176a
BLAKE2b-256 b3a46f7d9ca8ff9ec75547398f82b1e5dcd8e6a3c499a8f7b0eea166d4fd8cca

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: hardview-3.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 30.1 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.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2aa5a281ab82b86a4db3b811e654e23b0b56cc072bf329ffcc689ebe533974c9
MD5 9b897ba9145556d49ce8c1ab8d10105d
BLAKE2b-256 6e08b7020495298ed65b4f5553db9e54b7351db7c355f08dbfa194241c5b6284

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 09aac03fbcf9593b43ab8bd31e71d6fbc06eb9a227a0027add3461f31f60d2e2
MD5 f15fd8bbffde8fb4b6f22a12f2b4b5d0
BLAKE2b-256 b53e15c90a268977353ed3537e51f33e3eb70a179d0a12b0fec76d32f9e13391

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 e903986d898ac67db347253828daef63b6ab617af9295eb5e93b64d14df30eef
MD5 22d4afeca25e38a0d0f09b002ceab84f
BLAKE2b-256 1beeabff519d36700416da7b16da162043b48a378b3541318e3698c50bc45793

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hardview-3.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 38.5 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.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 524582dd01537e229cb98d965359c80051645877b635ce7dbaba64360fb2c3b4
MD5 c770d5511315e3c8202163f7e8a584ff
BLAKE2b-256 19d89cba4feb5378ce6b7bff137578a849ce506208b0623e06b5c6eed9544929

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: hardview-3.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 30.1 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.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bb3a13a92450158ba37bc9b4a2b6d9a1cd71f7ccd326785cd3629fcb6abe4e26
MD5 15748779190fb4497dee3916277f1c9d
BLAKE2b-256 5c63848cea96d8c85e90a346f6c21ca3b7fd78ffdca54db388edd08c4db96846

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 af5e8983187ff4c4ac57cdb0c373666369f7866de08a4da736d4b83af008a3a2
MD5 45ff52060976aa8f3e570d8dddbcc3dd
BLAKE2b-256 ddea705df7e47d4a910253002340a1ee9171b1ed492ff27a4368ff78b828321d

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 5e68baa0bfbdf3d64300e64661c5e5d1fd7bbe8dc9c4e12659d298f7c17c7408
MD5 997e4df26b2632dbf981968b70c87dd5
BLAKE2b-256 3befc2a88e7fb3adc12fb4e66ef8f5d69d2b9709e206eb79eeedfc54525e1486

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hardview-3.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 38.8 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.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 10080052dd1265a3359df17b5ca9133a40b28d8f915e3429660416dbbd8fd046
MD5 f51806a2b89549a4919e10b32cd62473
BLAKE2b-256 91a60cd3f438d9561ce7250745a58fe7c82a55683771faa53bbebf29b763caab

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: hardview-3.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 30.4 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.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1cf768fbbb411f3d69439525e133677f898fa6ca451a51bc753cfe192e693d13
MD5 5a2dd9e20f2ed7a1425ad8e77b68055d
BLAKE2b-256 f6a087b349ffc8ccf3704d3b292c781cd86c977dca05ec282e2a9db1ae976f71

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5bfc4c7e4ec845d1ce78493f763010d674513008d3ff0ea69c79aae15bd6cb70
MD5 cb30eb9dbe77c261f0ffef31b2bf900f
BLAKE2b-256 205440fe7c861b326ea614eab3eb4f9aab8354631a7e391c84d30825b3b204e1

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 25e9acab5def62453e2ec05d8530883123d7fe6e32582143b088377e93e4b465
MD5 863b04efec5d87ac2f760b764654b47b
BLAKE2b-256 1acd1365c04a7a1dbc146c519b529d7fd8a8e0649a73a4e13fc4b9b165cd3638

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hardview-3.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 38.8 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.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 28aaeaab85a698972d461761ff65be789af7f6bb5046c44803546202a67de0a6
MD5 87c5ef5c6186b86bac8d7c544f628295
BLAKE2b-256 b2732d6db780f5ed933fe3308cd5ac7d45fd7b0e6f39f7cab21da4a442c7696c

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: hardview-3.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 30.4 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.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 be33f65e59bd768e36b2710a27f52a4a27438b834f0656cc1082e0ea10545b52
MD5 5e6e6dcd228920a796f7992f56949051
BLAKE2b-256 bd232248f3ee6401f7dec99d3d533c140f2077c491788bf8962be1a36921b005

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 22434f8bf5f6cabd9a07086022d368dddd269e69dc6e86f74d6833e39712cc96
MD5 649bbcbc126b8e4b5ae4efc92695bad7
BLAKE2b-256 9e0b483a496500f9ff56f2792acc90470131113519cca45ac5e04e2c2cbc06a8

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 dd3f98c61aab355bf6db2e341db03d32ea711af76af388e4e1ba64121c2746f0
MD5 5017b34f3cef13b5cf110403220d3b6b
BLAKE2b-256 5a3effb4e0da21c589fa909c022998af8497e1488309cf631ef24f89f8494bc6

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hardview-3.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 39.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.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d1f2ecc87c6b4345143b62db9b1e4747d054a4582a89708c51d85d06b009d00f
MD5 a159c02551bd6ba1020a77eb679267d4
BLAKE2b-256 0ef8175a4610b1e2fed12bc8dd2fcad088b90767e970139eed5318d46fe5e27e

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: hardview-3.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 30.5 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.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e6ad0560ec0db9cf91a310682be9f885b5bf48f3141e96e1bd9aef20c2dd0623
MD5 da6879ab869436fdb96681019d7890a8
BLAKE2b-256 b3a66f6d3c1bd08cafa278016834dd6e367ba209293ceda82579705bacf7821a

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4878724b499e4d8ff62d1e862f9edcb6c460d215dfd8a0184a6495958bdd740f
MD5 9be01ce2d81fc5919c3fa9c925979e49
BLAKE2b-256 e837c5ab46a4b39d6ad796f9aeaa39172c227c0eeff804c54f2572af5e327700

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a9f2b2cd60916f7e31dce7899eb930f6d29e917cfac6a1ac72cf1bc42f8f10bf
MD5 87ea768d489a317480ed8550c808fd42
BLAKE2b-256 b66ccb469f8a194cc3ad24a7556ac2109e102de2eea7f584071c532faa14ba02

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: hardview-3.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 39.0 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.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ad0ae02882072c4d60a139f8d7b57e30668f7f46c51a5e2234413332737de37a
MD5 64f7c6fc21ac92505c0b2c9ae276edc7
BLAKE2b-256 caeba68f210007e4952cac2ff19bdc735dc01110d813e9b9a5adf8cf3ad7993d

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: hardview-3.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 30.4 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.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c030c521b385d2d083962e24ffdb308d3d123e3fa757bef3032277e87cdbae92
MD5 98ad94c26fe765a452d27593c842b9b8
BLAKE2b-256 eb3eef507f97b7f40dc47cea5550d880d430900730ebe8df44af48536b0cf614

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 abf645c760ac12abf2c40f4078c3507ad9a509881e0e29acc4df7c8910584959
MD5 885fb42bf36ad6ae81d5ae20d681ffdd
BLAKE2b-256 39302e3d6a6828bc76ecf390e9859a0da0f8767c309855cbde016300239bbd28

See more details on using hashes here.

File details

Details for the file hardview-3.0.0-cp38-cp38-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for hardview-3.0.0-cp38-cp38-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 0b39b69542c5b4b18ebcb3a3f231c7335e7bfd783f7fc9f563d577cb3cc456cb
MD5 19232032b8c55d2d246b6380e6d7ab8b
BLAKE2b-256 f0588412cf70d75b76b795432c26118f88e119db08ed4f3f1094d76f77aab112

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