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.3.tar.gz (148.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.3-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.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pywellen-0.25.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

pywellen-0.25.3-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.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pywellen-0.25.3-cp314-cp314-macosx_11_0_arm64.whl (685.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pywellen-0.25.3-cp314-cp314-macosx_10_12_x86_64.whl (696.0 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pywellen-0.25.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pywellen-0.25.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pywellen-0.25.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pywellen-0.25.3-cp313-cp313-macosx_11_0_arm64.whl (684.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pywellen-0.25.3-cp313-cp313-macosx_10_12_x86_64.whl (695.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pywellen-0.25.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pywellen-0.25.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pywellen-0.25.3-cp312-cp312-macosx_11_0_arm64.whl (685.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pywellen-0.25.3-cp312-cp312-macosx_10_12_x86_64.whl (696.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pywellen-0.25.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pywellen-0.25.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pywellen-0.25.3-cp311-cp311-macosx_11_0_arm64.whl (688.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pywellen-0.25.3-cp311-cp311-macosx_10_12_x86_64.whl (698.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pywellen-0.25.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pywellen-0.25.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pywellen-0.25.3-cp310-cp310-macosx_11_0_arm64.whl (688.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pywellen-0.25.3-cp310-cp310-macosx_10_12_x86_64.whl (699.2 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pywellen-0.25.3-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.3-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.3.tar.gz.

File metadata

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

File hashes

Hashes for pywellen-0.25.3.tar.gz
Algorithm Hash digest
SHA256 f91fa1226fee4fdfa3224dbdb023d5ff1d5756857308d50698e377040bf065f3
MD5 116c7731b48b0e4534f4e8cf4b8f1c3a
BLAKE2b-256 52f81b2999d34fb473ba0dfa4082949abc5e57872ae2490dd3cf8ea04916a7b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20183a74e992a6661fc6260b1434f694ff9ac5bcd5f9078968214f3fa327603a
MD5 e89d22d1c06d8159c80e0611c4587fa2
BLAKE2b-256 38fd246ed48a6c4acfb6d127ae44802e763a3ec4ac45149588c09eff3f815a28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c67752d654a968ba0c450c0ea40b00d8b70057d82026871f39de623510c20df
MD5 8c4619edf11a874048426b739b474b3f
BLAKE2b-256 3e719abc51359c449c622e8731e70a99bad25c50f40b0d7979dc1457be3bda95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38933e21739ac0dea79f188ec7573f33be238bdf107195fa02656b008133d72b
MD5 a15945b8c45c92db977c62450f87bdf3
BLAKE2b-256 c909044b8c1490ed060b9e56bc39e2f9aefe70c43358092359e99b27125030de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c4e8ac37947ee13121918640288c18926d0e806cc6b13645c9bd3a44bb3443f
MD5 41ddcea338b4a7a6eec659bdfd27e243
BLAKE2b-256 80ea744764a8db04a50fc2be8653eadbaefe5fb9713190f41ff7bd791deb5d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd96ebdbc9b4960d40a46a8ba74cea14b8e731844508d7aacb8a12cc0977222d
MD5 8d819f484bab8126b09f0c214a9fcd52
BLAKE2b-256 a8d55304389608c3b40341a4e18982b9aec2bc5fabaedc70dabdfb2aaeb8a380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b4d21019d9f2ed773eeee4fea1d687b5ede35b339d4ac962aa59c33e86088b4
MD5 d1cd90542832bdf4a6607df4599efe85
BLAKE2b-256 3a98aef5998189ea37871e4842c43215c90d6db0331d282127726123c1b81f82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12c69eb4b93a2d1327b587e33cebe1bc2685d9200768d8b6e396fe57537c0798
MD5 1da05b48856cc7049f5998eccc40ab3d
BLAKE2b-256 488d6039aef15526c36c738d5be55e77dd6e98855c41c2cd83e4d2cf9273588d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c30be71f6be6e3b100ff331b9d3cdab85fc422128a01374e8264d8f84086082e
MD5 68510525a3a5a762438c0bddd8c8a01c
BLAKE2b-256 fe1733c39e74fa6054b4fcea8108862ba9cd4dbe8cb3cc6342ed0c1696794a72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2a62817ccc5981dbc7cb63e54c733a296a48fbdbabc7f2a24b706b62bc881c5
MD5 db91c1aa2d81ae6559e910c46474fb06
BLAKE2b-256 50fc9fecaec218206c9db1d0ca092344b635cdaba99a64d49d2758bb7e959eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6fe62c9927a7d96e8850390d7ec38ba7f55b82ea0ffe7da2da5e81f178a3779
MD5 693a886d80aaefc4a06f902b6ed1414c
BLAKE2b-256 149f173af35e81bf9300d94bae519dbae912c64aacdf0ef250da83b1c13e9777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e6f8e72bfb53823ded219acc1971faba1d0a42c5fa09a02882c63e7347f5665
MD5 5ff75a6dab077b3b8e8b67de4e8c1994
BLAKE2b-256 06544dbd877b73bb114805d3c462453fee9d42b4770360d8976ed913622a6e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a1fd3bf593056d521f6ece8eb21fc5816348b961142034970230883e3432b91
MD5 eac8d78227948bc865fdb05d8b147b10
BLAKE2b-256 6b56fc941767a8ef09599ffc26187f47013a2665242e8d5cf220e8d3d1be83f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc731a91e4873e78c5a5764363969e748699cc837cdafddb398d842ede7d2ee1
MD5 7caf61e5e132bedc63fe626c42d1fb01
BLAKE2b-256 9a80a1be0c22f93244234c6b55b089e83cf5cf1904aa9359f5d96359db2f1906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 941bd392b35a790f7c523941c52be4b09d1c05eb5b314a578f17faf9505cefc2
MD5 0e46528203c72830d1891250f76a0afa
BLAKE2b-256 c77493fec19b59994c46b674e2557a2589f90ed1e1b4151d6a1ecc664ec8efd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fbd588aa2af23ee5a3ae013af3c156eb30930b163a7387ffefda50c40d56dd1
MD5 ff1d965ed0abe2075a0ebbaaac610d56
BLAKE2b-256 ca4facb5573eaefaf55241a8304dd70e54c6410448f668e4e6068aaa80320317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f8eedd7903d707ec828be852f57fc1660f7522a78bee18a945d68a7cebec0d6
MD5 9906b5aed11a8fc30c30588cb4e6f6d2
BLAKE2b-256 529c9d08780cfd675d8379ee2444b2ad0972a5a11c59db776966c6367e5bc4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3262bbad05d7996d16d01f38cd2f59586e4312669b124ba15efb1e4142004d55
MD5 7b8b870fcd0d39a43f813cef38b9bb44
BLAKE2b-256 93c865e6e142cb494ffbefb06eddd81460205847721b2cca09ef8dc390bb5e59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adc0156b2a053126bcce846fc17fb21d7e6b793adac20db0ee017073cb66697a
MD5 c8de5e264895490bfad8ba9e5b5c0500
BLAKE2b-256 aef1fbc64b97108075c890e65467820de7a61bff6509be467eb5a66bc678e3ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 843b704b8acfe0ec8bc2fa5e13c00acf7467f8643cf86c98784e0516f46ba682
MD5 2a7d0dc03500b3600195e490232f3b5b
BLAKE2b-256 b94eebbb88d1cf5d97f2e71fdd6536dc60558488da67b78e4112989c6a187341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e233cf2fd1df1297d4f9ba1d26c7194479cdd13eba3250aa3343c214de30c167
MD5 ee4266277ce2189ffba736a2c1cc8766
BLAKE2b-256 46eda37d29a02b711dd258140c4a1149223f33b3c09e97567fc8583c0211d24e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 09ab7590e3c68d25f7e28e814746e559c7abae22f16d0f82759edb17ebecc962
MD5 f4cfb5663b5e8748f37b16dba6b4979d
BLAKE2b-256 f510d84f8de571c3700bfd1c9a2fb31b699f6fbb5ebb97ab4be742504aa6f06d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d04ec8ae07143ce4cb3f1d0a576911f6a4e2ab628fbdb34ed85c9d735a19f25
MD5 5b835af0140d92cb8f6f1908cc36f4b5
BLAKE2b-256 c462f4c6bf5d18d9b95a3930f6f670a85c41c018b725e20bc9b5c61498f7589d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40c82c1d9df8a22a2b23ec61a7c8b720f1fc1a1f120d265c59c9853979e8d174
MD5 02d0baf47feb5c0e177eda54eed7104b
BLAKE2b-256 1ceb58f4ebb61ba85c55ae3c56cbecbda20a131fe8e10ba57dd98a3b4053ca6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00cda770ffcf5020baba2914fedfefdd64b12bbb3e90a98620b0f0ea2092c482
MD5 cbfc218f76942a600c9276864333c13d
BLAKE2b-256 d88e9506b78885a76add63c9f4bc03b3ae16675ef9677ef671dcb2ff098663d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2f88cb5311c18732a84210fe743d59983b1bc9e2c0f29ec0a107a2eeabf57cd2
MD5 cf7f5062a952fff3a5a29e033df8580d
BLAKE2b-256 9b9abc400965c99b895a4e6d8c1ad58e500956775fbbac4eed3eae70a804f5df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82625f2480ac0522d91d1a52595ca8311b67ad5d157705241150525402f7dd72
MD5 f698b09ca5d9a7f5bbb4ea22ba5799ff
BLAKE2b-256 1a5d6642c4a81fb3bc371923fad9daea50069bd4dd90a747ce0ede67bf575fe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e645c7e03d3a5c26a50132d8692cbc37e4f298640e107cb91015e4b8d6d0213
MD5 5a0c7f3a111c6d82415510972d3126ab
BLAKE2b-256 3814ace605b7c506e5244af7547a3847f5c89c6bc170065f6869c14f2ed780e1

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