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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pywellen-0.25.1-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.1-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.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (684.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pywellen-0.25.1-cp314-cp314-macosx_10_12_x86_64.whl (697.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pywellen-0.25.1-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.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (684.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pywellen-0.25.1-cp313-cp313-macosx_10_12_x86_64.whl (696.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pywellen-0.25.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (684.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pywellen-0.25.1-cp312-cp312-macosx_10_12_x86_64.whl (697.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pywellen-0.25.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (686.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pywellen-0.25.1-cp311-cp311-macosx_10_12_x86_64.whl (700.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pywellen-0.25.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (687.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pywellen-0.25.1-cp310-cp310-macosx_10_12_x86_64.whl (701.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pywellen-0.25.1-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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pywellen-0.25.1.tar.gz
Algorithm Hash digest
SHA256 a726626f12e306c79c1557ae7156e2aa3ebe7f86317a6b43a1b69da47b44817c
MD5 f2ad2fdc2a95bb3d9bfd856b2c986e6f
BLAKE2b-256 fab7bef1b5ee6913e57bc83e1962a4b24470dfa5c5cf179463a62d2f38b62854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5caa0780b86d0d29420ea606ea519292a7d91c70c8c774b3d141404bdf30882f
MD5 c4228039739c67240004a3d4489999ee
BLAKE2b-256 ed08983cbed09c5b8a602944d6b629b752a61347fdf8243f0341af6acca5160f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c6ab27117a01b6f075577109ee06dfd3a340c288c4024fce95dd12d100bca77
MD5 8fbea1bb644f45c73f218dc3eebfde57
BLAKE2b-256 77d2b140918fe28419c3caa10d91b46cf37f63c0191bbadab49ff7ebeee1ee00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80b178330955549e81a253cf6811e500eb2146baf11f6eb5eb5a7b54b63197ad
MD5 8bb6920f56452ab8d04cdd76fc70b9ef
BLAKE2b-256 63b7e419740194e303389cd8ccae1f10b9b8e2d550815287a588d2f2bd6df4a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f194a389538acda4d4820fbe587edcbc7a31143c98f8c0e7c435d4c36d8cdf6
MD5 b541bc47160a4e845b385d88efbc0e0e
BLAKE2b-256 d2981113753ad0b355d1db30239ddf149b90b5d662d32b1e5fbd9d53a6ba4305

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d33427176eeb45849ca8a582f607dbbe7f749666fcded0fb785e4d6309abcdd4
MD5 89dfd1f021502bb9ac20f850f72688b8
BLAKE2b-256 f995e957dc1c317b8ba50c5df1ee4711f05960d1996301e083e4dca31f08400a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff0778c9a96729743d2a3e69c579bb95b51fa2f1e206194da735130922dee7dc
MD5 1d70ded3750fa1f10f24d9260a435782
BLAKE2b-256 bc0420be4a76a926f1d0a10cf497e9a1e52c7034ad58a84d90c6b5663dced6c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a69766be10ac3e97c203607cf05bc1e52691294df0db82375eca7d5057d3b1c
MD5 068c8c45df8a12e0cc1e21e0e9fe7959
BLAKE2b-256 056f484c2306ce3ec4621c4db4f3091ec35b88dc7034ed23057b63256f0f3a06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 44452882b762499b025a1f93819acc04ae11cd9f533db4716d60e201c1b3eb78
MD5 95c66d3c6652831f145ce2157d33b520
BLAKE2b-256 84a4dcf37242dace5e95cf53825f3017139c0d9681d30dc295c31baf5b98d339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 439362ddef02537e88bb1e3d876246df68d9e722e836d67d358a39c569d8f5d5
MD5 43111b5c70b4dec7900351327b57767c
BLAKE2b-256 7fca3a71319dcbc04c9b19877da49d1fbecaec9eacbb8428ee8462be9390a5d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5809ec42d3a1c82a7a3b87f3929bfdf007e2af64a819aeb0ce61956e9ba3721f
MD5 ea56ddd48982f88c8e170e803b2fa48b
BLAKE2b-256 04b3e2268780627c4200869395d3da72da810be91c395ab5dd1c7c726c57991d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9928326e5b1f58bfdc746c2e4395b4c6ff1b0a98db5c7cdfb2cd65b10f5bc971
MD5 6ce754772f002f2304ba2ff00835e972
BLAKE2b-256 719a0e5371f036f2d34aabd8c30de8681e51e5f3f8776568238650386d465d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 984c1cc3e6aba266fd3ff583f9e051238e76b4a7f2f4dc79d55b79922e080cf0
MD5 4f2c73e5406b9866dfffada52b3d43c1
BLAKE2b-256 71a409662f7c976c8d3a75889d543e94e80e8c659c36416c5a0babb6666bfb04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 684a48338e184171a41a966dfb5431cde272f4f96a43543004b204135569fe36
MD5 85db0093ecd4984c877f98d6a7a0f9ad
BLAKE2b-256 00c1a281c056e3f2a9311c32579b7b715150bdf0a9a28d9e606f75bdca8237d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28fa3a2c408e137dc1804eb2f095152f4391ef8f91f1ea09a9d524f347f3ecbd
MD5 3797cf9157e49c4363838d20e0f9e0e5
BLAKE2b-256 257ddb9375da6786d21da666d5b44bd5505a7d65e47022a1ab860fca5a3e0e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a251219e19e470ab3ee6f466be322b3f88c08bcc05c913c559c16eeac39333aa
MD5 5c1511ff69077799fac0d3ba4c0c52ea
BLAKE2b-256 31e7003ac17a3048744702723219b2ece10b049ab269628f30b5bad91bcf9b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea506cf425df47c65d395d4207252adce68235c2d72d857c8c717cfefd2fa36a
MD5 035afd1724443b2864416e140b8ec627
BLAKE2b-256 88503604c168a3dc3602bf7bae63651003b35463583a8eb6dcdace10af4cc20e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0be01d5751038a1f1767d5bfbb71b3cb6765645ed4a0a287e4ab4557baa8967b
MD5 907afe6c1d4480dce83b9e81a81de666
BLAKE2b-256 afd06c28a55da99b0733941c332c1d4ce9e77aa059a6e603b32e218c8f2f2bdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60d3be810cc00d15bd97e1fcf58f2131689a64ad05579d1df30999e45852f2c4
MD5 8dfbf0e111ca89633d7359abb9f5f90e
BLAKE2b-256 12e7044526cc8daa0fd6d0946f2bec3ddb21b838a0013c15fb01aca5ca0eb484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 483f78fed4007ade346f613fbba76114d1fe1ed0a0fdcf1ac6f4c9a06c9b42cd
MD5 0ad5683f5904e827e8f0f14b2e5dc29b
BLAKE2b-256 219bdfe4ef4c5bcd1119b019678c7686cdf60338de1ba86afc50cfdf52fbd3e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51df8e5d5491502b53fcf575066d0bc796b2e0b97a04cd7982ed090ab15cf71a
MD5 222fbe4cc19181fedeab312fb1a88f8b
BLAKE2b-256 4627164f64ca9c9ff97fb2712320d23d5499dfcfec7186cfea8d42e872adc382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 578762a9d74ced449657bc94a806f87740493e71d5ce2cd0cbdcd1fa12d5cff5
MD5 9b909ff5bd2610f5cba17f812348436b
BLAKE2b-256 2785a79065b25ce3dbce8f13e63e9ec640f4894f6176428467b4c81eaa68058f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b9b7e3d28a646709dd27801209d8c3dd64ccddbc8cbd75a6bb7c936caf97c10
MD5 aa7153255723c896dcd6c89922dfa150
BLAKE2b-256 58f5c6e15c06b2640fb7a676db611c64eeab1ea04e73d6fff59680f0d61d819c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c8e83b7d1b7ded4783f3cc1ba1e2490aeab70c43202cead6655dcf4f9576d76
MD5 c96900a43a670d63c697466ed32f9c59
BLAKE2b-256 7f96c6312270fc3bc40e7edaa7ccc539816b7e835f58e5d2487cca3fabd03e14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd2f7f716ad22eccbd90ec1f3fa5f5171177c626735f410b002caeba446bfacc
MD5 6643123706d125931fb4a52ec807b112
BLAKE2b-256 9a084c5bc49cccf5de2416e9cad7638d5c0d9752c81fe2ac14cd588343268764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9fe390b349bff1cc8cfe2dfafb007846c22abb3598240254471f8a04c3714dc5
MD5 5c3967e3fc5da6c4f5811a8b5a9be8d9
BLAKE2b-256 8fc1d1b39c1708b30a14b8b17ac8e223c083a858d77ec681d485b6ba49ca4527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ab2ab3b957eacb2e0ed85fccbf10e6768e8c4543143f9ac81bc48a7fe8ed747
MD5 16522d311d86221d4286c7b2121b4f44
BLAKE2b-256 77abaf721981cad4dd0115de962099e752d6a4b3a72b8d3665b57d89aac85c5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywellen-0.25.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bf558be749863df804b8f1f37e789d245033484509629cc51ca2bce02d9b5bd
MD5 46500677e8a9fccb54f819d751339d74
BLAKE2b-256 6c956c02ecfdcbe3261548e2a70ad35511bb36d4a10d2a720482ed51022c7153

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