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.22.0.tar.gz (114.6 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.22.0-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.22.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pywellen-0.22.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pywellen-0.22.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pywellen-0.22.0-cp314-cp314-macosx_11_0_arm64.whl (617.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pywellen-0.22.0-cp314-cp314-macosx_10_12_x86_64.whl (625.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pywellen-0.22.0-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.22.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pywellen-0.22.0-cp313-cp313-macosx_11_0_arm64.whl (617.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pywellen-0.22.0-cp313-cp313-macosx_10_12_x86_64.whl (625.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pywellen-0.22.0-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.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pywellen-0.22.0-cp312-cp312-macosx_11_0_arm64.whl (618.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pywellen-0.22.0-cp312-cp312-macosx_10_12_x86_64.whl (626.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pywellen-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pywellen-0.22.0-cp311-cp311-macosx_11_0_arm64.whl (621.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

pywellen-0.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pywellen-0.22.0-cp310-cp310-macosx_11_0_arm64.whl (621.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

pywellen-0.22.0-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.22.0-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.22.0.tar.gz.

File metadata

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

File hashes

Hashes for pywellen-0.22.0.tar.gz
Algorithm Hash digest
SHA256 c45b325106806f4e6e9e50475c7a2d123143e093eb47bed0c5f48e99c64df5d8
MD5 2f6cd5889cdd3ea06c052d15cdda76de
BLAKE2b-256 957ca008527b4e0d5cd4b42e63c2ccd28cd38344d18682411732800e801033ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97079857461a097440feb67967abf474eaa50db9d0168ddb0e61b3f20f414ff4
MD5 e186869eec978991f4e20748d4723dda
BLAKE2b-256 0b5905cd8510044bc97e51ce066ccdbc4448e5272bbf094cd8aa610dc37143a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f3377fb6daf0c2d17647e9a3d7c7baf518d92af88826229a77613bfe10fb2b9
MD5 0f835efdd4b74fdb19dc7880df97a919
BLAKE2b-256 199c4cb2dbc96338f2376deac3f578024ff29e282af38ac9daf450a54df11374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66eb4063f31c2a69c860f83da9ccc5ac6b75a268cf24070f8625fd8c02e728e8
MD5 1ab4e46213bab4f87331d4649b9a27fd
BLAKE2b-256 470948739b2f4792dc731b61c0cf90241e1d0f54da6478a008c442425a2ef358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 431d550937044b171bf058ca580b989c169c02727b149a81314643dfa4058486
MD5 efc025f95cf04fcb06fff7f2308573c4
BLAKE2b-256 49328434e432bf7cc67010b409c2c4d55cb1b61caf70c822c2d308848c1685ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d4ef9559f7a3bb7dd91df3bf14b4dd4f7783426a9ed6f6fa5371db7c2c11f27
MD5 416be8d07ac6c27f8873d1f0196211cf
BLAKE2b-256 99b31013e4227fa15e43d9d0dfa529f2b075a9039277475a92509c825ec6a6bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d64aabfc57e9e8b5b160a8a0db6d1045e9b0ee5d4944a805dc45933e153d6b19
MD5 19a15d11af34256598fecbb638d8c893
BLAKE2b-256 e2999a70bb88da2d853166748fc9852011e370d53f8950cf1ea7fbae5550e117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae2479d6d68c969b949a5c93f755c4f4eeae27de2ced293eb91f65d5de271067
MD5 78b01c8040ccbc674003bf7d7d3550a2
BLAKE2b-256 6352eb924100eaef720f8bcec82b8bbeca18e875155ac0404d9c3d5db1f3695f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 469e8e694f67c495af197a1f1c363f045f2031fed53e9b2434a1302d4255dbbb
MD5 0c676d885dd06964d91636d2385fffeb
BLAKE2b-256 e1d0d9532d8986fd33d63a2f8817751aefd2480158014d1a58368c50dcd6f7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40cb0196a314f4c989fc6b68384baf21f9d3d568decf6e7b34e1a3aa049c5c2c
MD5 5de82a16a0aaf13169ac7643839287ab
BLAKE2b-256 01ab6953a692619011b432af0b10929836c0fdaf495b6a2debc5f5ca6db06d94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0868a0d5956d20327b3806be79796c3b47adbd0a0dbe29be3d9f114582089a48
MD5 36cf2bda2ec363c21bdc372964684cbd
BLAKE2b-256 a750d8b406a592e4459ee5c0473fc01a35fb565ba07de78a4c9ca155df1f55fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ef0cd458bc2ef1a92079cdfbd89cd2e300e2bdd00e54d26a61e4f51191bdaba
MD5 89ca44bad69b7323b8d90f3198fbad02
BLAKE2b-256 d5f2322f78d49a8d5ab139b1f8b8b5cd2952f7ec5077d68d39e63f7d5a4d33f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 931b9a6be642728a23fea1a2f2234a1be7ac67d5ed75537d7136539ed6ba5a58
MD5 49458ca41fa5fcc5bff06917f1def375
BLAKE2b-256 d75132b01e043dfbc41bc4d90466e745ef484e6db02cfa6edb1884dc19a485ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 947c47f3d8feebb1b964044603e4e3b435362731938231719f4b1b7260c947a9
MD5 d91d2ce41d17866c9d9c824fe0fef0e8
BLAKE2b-256 9cdf7ebfcced054f93c8702c53f0847e736096f97bd56ea48360febb67ee2147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bce0f3196a54cd01ad2708bd9d9e062960074319db215a67de4bc906006a3033
MD5 05ea4ca37b3298be1e724bb0bbb587e3
BLAKE2b-256 071099e7518ca660f433aff83a65efdf5f858f485f7da3894c7c2f50e1245b5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6077ef466bd3997ad45de7b77ad39685ca2ff89c60ea7dbe0dfbb833b8a1cf13
MD5 2301a9ec530ad2a958b674ba5041947e
BLAKE2b-256 ede39e2f9041a1865f6cd24dc4e2e878f80f85699f7420ef808b52c80b123cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 814fab583a02a12d7e0e8e8161e65e02c7d2f8b38625898579a05dcf49496722
MD5 32b6bc6660a1a8a97909b5f8dfd7a38e
BLAKE2b-256 03b6c4477a2aa1101dd9092843e4f5458e86d6cc230940ed3969b9259ba7a99c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 617b84bf21ed31eb01460c6ded8ee233fb9a4eaa3b4d97ab8300cca2ce40ee1b
MD5 4280313356dea378a534cb7d997d3afd
BLAKE2b-256 d42c6f1058c3f9973b1dbc9cb4df4c1ec7672f57952d086feacc4382b5cb9a1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7ac4f84e08218129e95561dc40b67b57bb1166b02c0accd180f8d10c9650fe3
MD5 0451dae7a130d85751f6c28acb323f4e
BLAKE2b-256 d88c5aabd08f68f64d3c9c65787b5826289911b2c2ce3229ae51b98faadd0e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e309bd42f0262437ce16e2e55519f6afb5d305b026a60325eaf8c50e45cef1d
MD5 df2639425ccd5951b5656243df08ea0d
BLAKE2b-256 9723773dcda29dbb123ee1e73b68ef7f8ea05b7006c50f503d41c90e7988cc9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e4dd230113bab7603cf45924085b4167e41e0f842e4387d496802047f523a01
MD5 95d6dcc0a40aa59cee7771bf84f97d78
BLAKE2b-256 e2c74a18330f906432e1b391efe2aa1c940e28f64948cd08ed27a80bc91da2b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 490ce77032cf58233e2f5767e21b18295a9273fcf45fd6f00b671491130272ba
MD5 b0945fe64bdf6842fb1ad7eb3c68e1a4
BLAKE2b-256 cb60b979495fb25262710f858a0c41bdab4890f6a0de8da6d695a3c25f895bb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3668cc5fb2ad269b60eb5f7b35884a5a314e79f7ec8397fc8d1ea3255dd52438
MD5 147844f13d0fef21764dbe629c48b1c8
BLAKE2b-256 f836d2323d0dfe2f9951c0f84d03eb86da386a0ef9893f2fd217ca266be8ed1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9a1cd527749a302f9c29b54e13c2ab9c9fcadf6f5feb4b1dee5557f462e5bb8
MD5 247c77aef0570ba7f2a7835c2aafd26b
BLAKE2b-256 e55e1bd8274f6c7e62ba15e71b4923ff1cfcd6e915cd33cdc15fa09be2a5ef80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c87b1f8db16031a19d61bb4db6987c0ad3f51af048374c48f9be59d2ace35bdc
MD5 7112d757398b5d1d308780a6053ccbdf
BLAKE2b-256 8e842adca65be92b0c739a51d511ca4b538f49314eabcb284a104d88f1a4412c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5b2af72db59a086f132589436884ef36c863d67b25273df0ce324475b6deb5e6
MD5 212142c5206da137ae9eeb79d892487d
BLAKE2b-256 1882585fdf6b427f9d8325624cf8ca15a68f14158660571904139684c435528b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 492915a34b4641d801cbe0ff572bba12d9a21d7343b232ac32d6adf0e3095510
MD5 c63616b76563c14fea633896db27fbfc
BLAKE2b-256 da9e4133069be5d675ba1596b6cc7f8340ee67e36da04361fa525ff76c2d98dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99913d59fe64eef80822164dc214fc0584580ae80fbf6c63b988b2fae9930a6c
MD5 748ed46decd6acacdae9daa68dbed9b5
BLAKE2b-256 07a04e77fb6d9f59c79576d2082458159c08bdcaadc40d878647f7acf6653019

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