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.25.5.tar.gz (151.7 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.25.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pywellen-0.25.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

pywellen-0.25.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pywellen-0.25.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp314-cp314-macosx_11_0_arm64.whl (685.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pywellen-0.25.5-cp314-cp314-macosx_10_12_x86_64.whl (695.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pywellen-0.25.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pywellen-0.25.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp313-cp313-macosx_11_0_arm64.whl (685.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pywellen-0.25.5-cp313-cp313-macosx_10_12_x86_64.whl (695.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pywellen-0.25.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pywellen-0.25.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp312-cp312-macosx_11_0_arm64.whl (686.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pywellen-0.25.5-cp312-cp312-macosx_10_12_x86_64.whl (695.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pywellen-0.25.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pywellen-0.25.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp311-cp311-macosx_11_0_arm64.whl (688.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pywellen-0.25.5-cp311-cp311-macosx_10_12_x86_64.whl (698.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pywellen-0.25.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pywellen-0.25.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pywellen-0.25.5-cp310-cp310-macosx_11_0_arm64.whl (688.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pywellen-0.25.5-cp310-cp310-macosx_10_12_x86_64.whl (698.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pywellen-0.25.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pywellen-0.25.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pywellen-0.25.5.tar.gz
Algorithm Hash digest
SHA256 6329f24828ffad297127b0f988145e49026022eab4b8096a30e42e0bba849386
MD5 400f969b9bc48bb4224c965e39028c66
BLAKE2b-256 d0212d52a207a381ef3fa7c11a260400013c761f0becfb99a5e40d6fa5dab045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1201fdfb2e2a31979b6bc47d0f76d966a2cfeb12730ce306aea1cfe6b9336f7e
MD5 d787fc43c64ef11289ee0ae6084cf8ea
BLAKE2b-256 144d272f1c5e0687a2696ac37daafca3e068de52d04f1e48c3c50ccc08cb3813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5e4acbccd4bb20ec24f43accaa9171f70e28cd9503da454b14903c348ae0dea
MD5 cea38d19391809903428e9570a579fb7
BLAKE2b-256 1522f51523e3e830b71795deaf5abb12ee7a9413daa51f312624d68760f5b0c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f52ae4cd9bb9737cd83474e0618b7941306091d6a654e18f841b061d79ec46c3
MD5 b36ca8b2bf86502f460c0d26b0344c24
BLAKE2b-256 3b21ec44f623683295708d6ceefd77f213b19b97d9cc2c41cebf33435fa5658a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06cb6191fe0cbfe3f760910e89c60f51c8ab971baac1daf8b1d7b259cd22ed67
MD5 c67514147b32a191b0b1982bc8b63a12
BLAKE2b-256 b5e8ce6077df858d62250dfbd73d373676b748893fe0f50c4fffafc5ffac8878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68dee8c5e520d9b08bed1a6931f4a5c1c5c24db7ac70c5f903c29bd301b8d7a9
MD5 d1d2a4e7791b7835ce3eef8dbe0e8dcf
BLAKE2b-256 db7e2dffd8434b919d96e48809885db22340c59c9cef2def353ac8ad90db4399

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6571e0ef895064f117d67bded0873312fd152b6b5a2a907b71725fba6e642178
MD5 ee372cd925ce46f057f9727a2fa833a6
BLAKE2b-256 47def1421470890aec93b7ad1e65e2b68b874f4cc6edc336993d6fca9d968e71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd4159c0a121820549596f8966664b7be4062276ecdbfad70c8af6673a0974d8
MD5 64a13565051032a0ebf3aa342647ceb9
BLAKE2b-256 48b1898799c42ffe5d326617f75b78c2acc49169b898278536ca51af2205d5c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8fe974b64e5620d7a6a9c2546590cd483d656ea5f26ebc2cc01823fcdc3c635c
MD5 cdade3b2e0b27c0b1525aa8c33b29015
BLAKE2b-256 19bb30b3d3648dc0712039d70e535534ccd481ff2f63bb15d4cd7ea5db1df043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83807811e1d025e80f36fb9b855658e59ca7a68fa9afecfc2d5bc337bac9c6ef
MD5 04f3924a91ab6e9ab70e099d078d9fa2
BLAKE2b-256 6c4ffe101bd4f8ce025f62f1889fa88f19abfae5e8509a3b5a1e577182614650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f0a876f10dbe5113b7638ae071466f6137adbb363245888bece03e090ad5d2f
MD5 16589666d100622e7e5a8506e3c53566
BLAKE2b-256 7405d2380530d163990fe976e39743085e25c971fd88cab1b476cb18b5d96545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8013a7f77f873e94cef6233697847e2b64243aba858518b2de5de198ad8f01e7
MD5 b127b559cbaa301f1573d62cc646771a
BLAKE2b-256 c4a291e9b2313fb734ec5f9290092aceffd8c055a91c5c895f48707f16da4633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8425351e074466cf1514c4e4f139b8aea74cd173ebc21c5ecff65ace411b4948
MD5 2c17b730e88e22a8e384ce17d444c561
BLAKE2b-256 e514d8274fed4d62371364cfd851b6e9c1b4c65e3eef3ba0b0b55a35794bb0ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b06cbd3198cb7818b584fd350660ef250b4e3fdf6ed8fbca1d5a49c1e6a85e3
MD5 802ca10457acdbc64b6c52f8b5d94f09
BLAKE2b-256 5d399af00293250e8e6f34953d12ea087c4a2d87afd3c9dd77dbe972c099937b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18fbdbde542680aad0146d230caef42d72b190e338956fbbc68eed1b7070d3fb
MD5 9cfcc737e7e2c58df9d22f3e603c9970
BLAKE2b-256 41c140e8f763a9a6071478a55d37e756b60a75c09a3f3a0932aeeb2654b86d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b420555e1d1c41d120a563b067bfbae9faa1b18acd46eefe0265222f4e027f3
MD5 3a946f7712080d6c1b2214d8283e2712
BLAKE2b-256 bd1d00b63131f66de86c2b0a2a082ba88b294cea87bb73faa041a2c0f406897c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d9d994bcb0d94ef0fb25684a619df41e3bcc4e9f3402852cc0e462a199d67b3
MD5 aa7cf9e294b22491312711cdc25b0163
BLAKE2b-256 04f003fd87eb7b52262bcff9586ded627357792a2ebc36614c9297eef9e624bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9ea1f4e6aad5114dd842b1a80f40029742d2a168ad77763ea0ff1371e52e7767
MD5 2ea3b9d8befdf4304492efa239056ac5
BLAKE2b-256 cd1b632755021c19ddab88a1ee73224238592ddb9a99da8df55facc63043f3e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 436412728682f69011eb045385a3eaa84cd8319ca753dc485d9b3cc9863bd0f5
MD5 c9ce1a594513ea5377d3da1e5f951a20
BLAKE2b-256 20dfcbe856c0087605f8cfddbbec77cdd7840a8274c16ae005aeb610beb90356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b39294e8971de2eec00c46ae0aa1e02bee2e20addb4b30bf1c52bb76f0041dc
MD5 1607b3d0bb4dd74adb0566fa5faed7f4
BLAKE2b-256 647d4ccbd4e1d37d653a589da6148714f2b4339ccc14ae798096853090b5f728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd0cf461b26b0f498777c0c0f37e502cf7a30dbe0015512fbe24a915fdea46b0
MD5 5865f6ed9384d1e8146455d6c65c2ad2
BLAKE2b-256 ba6cc71f0302dc9d1f9c24dac34514f6c05f5061247ed37d6848800da4672a40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86eab5f020486cdd1a08ccc3ae109f5368bf1d6f081f3ef7838abf22d65c33d0
MD5 1ab9db547b99dc9821274144ad122544
BLAKE2b-256 a62424bc556b90e1dd816e7380f7de932b849e6776e6868cc4014a3b568b6aa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e6c2028724a4bf79fb458f3b297eb525583ce47a550cd754038606117bf9af7
MD5 9c60e26e7158d0a41c47674d5f79b62d
BLAKE2b-256 a09f63ba52432382a44bbeadfad7bfa7b06d417be8a89b993f2bb5ecbb311ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf3fe06f4dc7660f3713edac87af62142bb1802084051ce23a6d417f0db48ef9
MD5 510e9777d6d2f4b87338a5978310179e
BLAKE2b-256 60b06c738592eb8a9fc136cbdb3791ec5ca10fb4fe2d2afe52f5b919a7047b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99a87b089b297d78819e43fe379fd3d5f49fcd1010de8fae44b398caf7c857ba
MD5 595daaa3c4dd02166b2bca7b44504a7a
BLAKE2b-256 d4df540272607e44c9c483d0e6b2d58616874383d78a2c331cac6ffe6a681934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4d53e34f7858a42725c5585d9b711667a67c90ccdec1ae01ef4960fb14cfad79
MD5 9bd83b85b72efc94d3e9fef802c596bf
BLAKE2b-256 b64581b58483d0d5dd6df1c2f8eed4e970c56e3f4f1c03e73a09daf7692022b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8508328fa90efeccc0849546744ad88dbdcb400b8d3bfa12efdc9bda24bf4eb9
MD5 d0362034fbdffcb56ecf5f3da50e1a54
BLAKE2b-256 28d7f2f58c0088a934e13409d66d244b205456bf52db4b4abc75a645ffe706c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9beb3e82383aac00bd1d0011f1bb970eb0aca090ece237e5fed9ab634195a9a
MD5 52311579744fe5c894e040b54a8f85ef
BLAKE2b-256 b803f9936ed44c836cf0376e5212e3083c49019421004e1e1944caa929f81a08

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