Skip to main content

Fast VCD, GHW and FST wavedump reading.

Project description

Wellen Waveform Library

Crates.io Version docs.rs GitHub License DOI

wellen provides a common interface to read both FST and VCD waveform files. The library is optimized for use-cases where only a subset of signals need to be accessed, like in a waveform viewer. VCD parsing uses multiple-threads.

Overview

Overview of wellen components

The Wellen Hierarchy

All meta-data about the signals in a design is accumulated in the wellen::Hierarchy class. While all formats supported by wellen feature hierarchical scopes and variables and the associated signal data, they vary in how much additional information they provide. We thus had to make some choices on how to unify the data from various sources in a single data model.

Global Metadata

We record the following information for each file:

  • date: a string representation of when the file was created, the precise data / time format depends on the file source (VCD, FST)
  • version: a string, generally the version of the simulator that produced the file (VCD, FST)
  • timescale: time unit and factor that defines one tick of simulation time, GHW is always 1fs (ALL)
  • fileformat (ALL)

Scope

Each scope contains the following information:

  • name: the local name of the scope, ignoring its parent scopes (ALL)
  • full_name: the names of all parent scopes and the local scope, connected with a . (ALL)
  • scope_type: the kind of scope, e.g., module, function, wire (ALL)
  • component: an optional type name, e.g., the name of the module that was instantiated (FST)
  • instantiation_source_loc: optional filename and line number where the scope was instantiated; for VCDs, this information is encoded with non-standard attributes (FST, VCD)
  • source_loc: optional filename and line number where the scope was declared; for VCDs, this information is encoded with non-standard attributes (FST, VCD)
  • items: child variables and scopes
  • vars: child variables
  • scopes: child scopes

Variable

Each variables comes with the following information:

  • name: the local name of the scope, ignoring its parent scopes (ALL)
  • full_name: the names of all parent scopes and the local scope, connected with a . (ALL)
  • to be continued

Project details


Download files

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

Source Distribution

pywellen-0.24.2.tar.gz (115.2 kB view details)

Uploaded Source

Built Distributions

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

pywellen-0.24.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pywellen-0.24.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

pywellen-0.24.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pywellen-0.24.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp314-cp314-macosx_11_0_arm64.whl (618.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pywellen-0.24.2-cp314-cp314-macosx_10_12_x86_64.whl (626.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pywellen-0.24.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pywellen-0.24.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp313-cp313-macosx_11_0_arm64.whl (618.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pywellen-0.24.2-cp313-cp313-macosx_10_12_x86_64.whl (626.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pywellen-0.24.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pywellen-0.24.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp312-cp312-macosx_11_0_arm64.whl (618.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pywellen-0.24.2-cp312-cp312-macosx_10_12_x86_64.whl (626.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pywellen-0.24.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pywellen-0.24.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp311-cp311-macosx_11_0_arm64.whl (621.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pywellen-0.24.2-cp311-cp311-macosx_10_12_x86_64.whl (629.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pywellen-0.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pywellen-0.24.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pywellen-0.24.2-cp310-cp310-macosx_11_0_arm64.whl (621.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pywellen-0.24.2-cp310-cp310-macosx_10_12_x86_64.whl (629.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pywellen-0.24.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pywellen-0.24.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file pywellen-0.24.2.tar.gz.

File metadata

  • Download URL: pywellen-0.24.2.tar.gz
  • Upload date:
  • Size: 115.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for pywellen-0.24.2.tar.gz
Algorithm Hash digest
SHA256 6d57b73d7da08ad9276b8e38e2335a669747890dd2fd3d46dcc46bbf2324f156
MD5 309df29a579001f07c34fc100edf4e9e
BLAKE2b-256 fd0d9dca295c5e36d23da95ae7af19e6e7f4ec6488a4db4a29eaefe7c7134325

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03c8bd77b17735740a58c6d93ebb606dd29acdd032511f3aee03703c33d2a40e
MD5 99cae9b818f209cc1ca88e92bf4bbc4e
BLAKE2b-256 0f2aaf588a3ee25e2ba05483ece1c12e7b491b8d3bc8d99a7261733bd9795098

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35c839a1ede6f648bf6f63524658cc7ead38b0bb2a13e213c513bc72689fe710
MD5 9606267b6f5e705b665b2bdb930f8a25
BLAKE2b-256 a1003eade01ae7e751e7e487663346cb287c9f35d2a6cf35174126f3ab4d054b

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a439974967f07a59efe9afcccab110329d6ad07b01efe8ed3c8f7be46a61067b
MD5 5dfd8699ad7e21d8502a9c709c7c15d0
BLAKE2b-256 2bf9fc0bb23c5e9da4c1f4de9dbf29d0204207aa9c3e12c96dedb2b84bc4fcc2

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f20060c50cdc2ee9bdc5e37f9588272cb5dc87ae493679478fcadf084d94d0cd
MD5 2d53ef301fe28e6c3594e0cc345f724f
BLAKE2b-256 1f7705cf90c1eb05e6e8ca8c76d7d42d0dbc0165271ab6a9bbec40bbdc12a29c

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01bcbbccfd410cd0b3313b919d6142486c54424635e3cfc568ba7322907e6c48
MD5 8fad6e2d1a324a164324ddfefcd96873
BLAKE2b-256 9ceace8748f57639185d23c595b334d2ef68d91eb40687309b697dbcc266aea1

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dc2bce1d64dba66716bfdf1890130b232b069ec10c414e6cb12ffa009195f46
MD5 87700d39e7bfd9e713862e1952025462
BLAKE2b-256 c402daee774c0e2043fbe698bbc759af5c9f862842306f2bc2565978bd582dab

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e4e3430bb0fd0788569abd882f35bba6102ae3c52190ecc5ecaf3df2381295e
MD5 88f7c886cea41d16af0434ec849eec84
BLAKE2b-256 596ddc691e95c0ce1b0c5ab950943b12914c9e4e09677fc5bc26db2d6ca3b6f7

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1ec3a3544c53fc3d4710712349d484c6e7bf91320d98f82e095977a9af5b627d
MD5 6f85e27e0b0f64670fe4bb3a6fb5f633
BLAKE2b-256 98167022d1ce2154f446a3a685ac8e94ac56d008303220392b794047e904d49d

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 907b31007624e7ded909f67e558586f1ba46952027259ff1d3a70c4eb0ceb83b
MD5 2af63b01ad6c3d1d19e6421cd3a6f23e
BLAKE2b-256 8db82d6f95cabebff8eba5c979904ca15a3169191ccb7a7265d3b5a7422d1d60

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99b07e7b395dbeb449aa2359c422f853248f8be80e7cf55107b842619ab2e8d2
MD5 bc13b284dfaf5cbc622de5c0cceb0ff9
BLAKE2b-256 a0d7f6b07dcdf3c8014ccc49dc59bb84aac1eefa504f21bf53a29a934ff610ac

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dbb2028a99a823c823f0ba901dd645f3b5a962dd3ec12d5353c2ed77b76a3105
MD5 5fb8cf729ab758d3a150894d1d475583
BLAKE2b-256 68285a75be099ec8d7f60ee6db95501084a61505e5586b316da0173e9fc6ca23

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53ab123cc1ef5b7b444e14bbc82dbc9d407af9b726c80b9d813788474d5d1107
MD5 7cb4ea8b915c25d8925f9385404eb463
BLAKE2b-256 258013abbc64807880b70916c7b631a68dfa8d3a3e61a57f03619eb525d44cb0

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 05cafb83aa8708cd246697c49262bf6c218aad4a2d50069e73d9bd9e89756a93
MD5 cdffeb0f3566980cfbad3118f69cbce7
BLAKE2b-256 d509d4b2daaf3b77763aad0d048a5adc8cace93ce623ca4dc67a1cf41858b786

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 913b8e8f41bf1a3777f67d46404cfbc5fe15b2c8f96b8bf5ff583eca7106daa7
MD5 3908ca7d8c668d517a38ee0575b28d74
BLAKE2b-256 98808772866c910adabdac574f205df25d76d5512abd73855b9cc144637a23ab

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95073867c65a3a10e8dca0c3a0eee95a15f11c3b7e165c0a48fa53891a1f1151
MD5 4372b5488e1d3d18a0d8eee5f3bca2d7
BLAKE2b-256 865f2b1b2f635b4cc87f4efbc97577d118ae9c03960a533f9b61c30031a0d635

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07f2910dcbb8767220d5a515a72e9843e78b03002c07887b82b982394d40a001
MD5 26d56586d84c2310355b4985c7798557
BLAKE2b-256 0deb433c9d71606a66236863600148b4be5415d0ead8f57e7d7f144de32b650b

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bed84cf360a4e1a3ee4f7d64aab37649fa468027e4b1566b73d4b5fc560f9201
MD5 99a9485908ff41892237c7a00a109172
BLAKE2b-256 062b800379be817f0221ea178c8a4cf9f4cdbacdb96212361a6f5d78162a39cb

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb98d27f035e44bde0d6218415146e01b1a611ee7fb186b35a76395f8325f32f
MD5 d129bfbedd208a27e2da6f55e9f3c5d0
BLAKE2b-256 bdb0fd50315d7c7bc11e08b862112d866c87cd98af28db54e522ab4ae73b60cf

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64e475c4453c05289ae9c273eabe36f2ae98b8240fb69cda0b2c422bbc8d9f4d
MD5 1e35aae9329eb2cfcb3700a5ae154e84
BLAKE2b-256 ddc02ccbe99331205eb03765f05a025398a8eb0186d4681586620401f1af248a

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9094c18b832cbcb0629c6cd70e5dae9af42a8d28b8106b67e3dd50ff3a3f9fdd
MD5 a9da8d9e38fa40d0791769ab37f33f15
BLAKE2b-256 69040e96f89f45b8787aaa0fcb138e61d4a2fbc5e98a6f538950b4c7d0e6d67b

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2619a577f3c3adcf8a79810d6978d608462858643efec5027e1926e64962ddc4
MD5 20379f64c72e60064924cd97e2a365fd
BLAKE2b-256 60c4c570c995d2225af5190067c6d9ec407551ed62a8d0b235aede6f03021d17

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 732ead88fe82f3f8b05b8bbb1506d60df849bbfbc0894842366dcd188260cab5
MD5 df5a6192562dd864f549d7784373304d
BLAKE2b-256 3744f1450ae02a0e4ef151c9287f61635f29014b1e01669e85a55ce52b09d41d

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b760336b01ca552bf7e09ee8859ed99ca39506e960fedc9bddc3cbe7ffb32981
MD5 57c3b254c37f6d5c93864d5650b59916
BLAKE2b-256 0866a3319fc18b0157e726ed801648583b048d41d4a05c337a6869e4eb3427a7

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a1706fba627d1f29d79c3d8b98e3639a37f39943d70d03c8b1781841fbccdcf
MD5 eb12dce1cd9be88eecb89f6e700b2bc2
BLAKE2b-256 ae9db4fac4a8d311ac03bf714246ddc50b5b42010d2425898703a457e5202fc2

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d361b0c17fd900593939f78f451214ea4d8f102fccfea57865ac8a5566c8d6bd
MD5 6f3707df45b39c43d36154679a3270ea
BLAKE2b-256 872bf0df350fceb014805ab8bcba01a6cd1c6bd092261241288f62fb9972ebfd

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 777d12f0de312a89222fe38d31cba7113e6e4e8ba14322074be3aa311eeea30e
MD5 b186d0feffbd21e4e1955840505aabc0
BLAKE2b-256 59eb7705a5cb2f7e39106d547b4474bc03aacd2cc1ac0887012a269204b51d5e

See more details on using hashes here.

File details

Details for the file pywellen-0.24.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pywellen-0.24.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e36750fd28de292b812639387a963bf032131f2e1c258d12fdb01ea4785a7af
MD5 2dc655d75c3a662b9b80b81ed0c64e1b
BLAKE2b-256 1a9f7001d96e54473f0fbe1faef9a218c3e8e3df3c70570c99641e28cd619e17

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