Skip to main content

A well-typed library for symbolic bitvectors

Project description

zbitvector is an efficient, well-typed interface to the Z3 and Bitwuzla SMT solvers. It can be used to represent and manipulate symbolic expressions in the theory of fixed-sized bitvectors and arrays (QF_BVA).

from typing import Literal
from zbitvector import Uint

Uint8 = Uint[Literal[8]]
Uint64 = Uint[Literal[64]]

Uint64("X") + Uint64(1)
# => Uint64(`(bvadd X #x01)`)

Uint64("X") + Uint8(1)
# fails to typecheck

Project homepage →

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

zbitvector-1.5.0.tar.gz (61.7 kB view details)

Uploaded Source

Built Distributions

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

zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

zbitvector-1.5.0-cp314-cp314t-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

zbitvector-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp314-cp314-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

zbitvector-1.5.0-cp314-cp314-macosx_10_13_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

zbitvector-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

zbitvector-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

zbitvector-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

zbitvector-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

zbitvector-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

zbitvector-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

zbitvector-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

zbitvector-1.5.0-cp310-cp310-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

zbitvector-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp39-cp39-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

zbitvector-1.5.0-cp39-cp39-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

zbitvector-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

zbitvector-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

zbitvector-1.5.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

zbitvector-1.5.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

zbitvector-1.5.0-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

zbitvector-1.5.0-cp38-cp38-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file zbitvector-1.5.0.tar.gz.

File metadata

  • Download URL: zbitvector-1.5.0.tar.gz
  • Upload date:
  • Size: 61.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for zbitvector-1.5.0.tar.gz
Algorithm Hash digest
SHA256 f29cb95518f44f372553bd7e5d100f0f472ce488ed698cdd31b07ebd9539709f
MD5 67448d466eddd351441f8cf29c54c726
BLAKE2b-256 2b30b413819a69bfa9ccb01b1da5fa1c4e5908cbd61da506b1328b7f36809937

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0.tar.gz:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32125fbbc2670f5f4b7188eb8de69de70927cf30e5855e4f69120c1b037ac929
MD5 182896b254a72359c4d556e42be0399a
BLAKE2b-256 71f80cf27948c7c024ed41362efad9f33ed9a9df4739492a8f3fa99096bb2a99

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41d369082468b4442531f622f07b61bb30e7838e5068df53ab713af53a6d6047
MD5 0beb1459b3010ffa474e502d9f90a096
BLAKE2b-256 b3743d748828ff3599ff96f811da1ff94362ec56d0ff4116038fe502db4e83c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 919e87c3651a468fe58f13d355adcf7a79b54730fa4248d61595b2f980cf78ad
MD5 a68a29d32ab564aac3b929cdc4ef98d1
BLAKE2b-256 c1c160c6a3627bedd663ebb8d7addbc5e23aabdd4fda6838638c381d70510581

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 76147cc3ebbabc586edeef03fe214c317042ef99fdb163856e03a91f4ddaa3a5
MD5 97484194b83eeb0623e744f91d5c7339
BLAKE2b-256 a8295aaae7698f630606fc784d6ae4317dd1353478a69037e5e870233b2a1193

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43c71c47b541718c3135ee6ce2deec1b38199c65b3535d0c4ff8a5f4ac89d402
MD5 f5bae1c42d1e16b7aa1884c250d3c8cf
BLAKE2b-256 a7693c20a6e949aa0fa0d6b9d3ab9ce7aa0dbbea9f39daa3fb3ef71febfbbba3

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 874916b9235fdf0f0bdd8e2255f986838635d9c9f2fd7a032ee3f99fbbc49614
MD5 bb152e1dbd2be3e6ec2f8e06b9cafe6d
BLAKE2b-256 8831e7f26ff7a50f35c35f3739a292f80d41d2ef9d8abe1d70f494c415d620e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d44dd7988736c053313aec293c942c6d1af6dc03064edbfa5d27204dfb865068
MD5 5f1c15eb7a82c351c5b2048a19918434
BLAKE2b-256 af7cb7471dbf34c762e0142d13bf31c0a7d7950c33cccff02d11afd9eab6c824

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33bf217cb95227512fa0c59be988d424a7f18de9bc0c0149a54fcf3b38da0432
MD5 07fa241dcf438db5094d4b6783686d02
BLAKE2b-256 afcb558541e6217de37de7e38a853c6f82190d8a9763152e9211662fbe4ab60d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 808e34f4bd924adcfd1fcf865158f3d544bcb013f371c78792b902d73f93022d
MD5 c5f7f0ebb92b8bba97ccd08aac90d511
BLAKE2b-256 546deb1409b62eda3f9788214d0d7c46e52f6c8ddfd7bf1b0758aaeb94d6ac87

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b6dedc40e9d6c6711f39dacf720d7849ab182c319a751ff6fbc1c51a8bc0559d
MD5 afbc6de0339746f9f739a1d04852dfda
BLAKE2b-256 7dfc75603c8b8358c60f8bd1d084a6f03b28e25070cae512b47984ddd88a425c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39f08128fd0a9b28e48a31b747eb9d2210fe6470362bfffb8eca478c9ed444a3
MD5 e53e981df50ce8e5621dd0ee3facc292
BLAKE2b-256 1a6c39e3dafa9636d6fe05e79b75e6142bc937304517d7c2c7545cc3968e3fde

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ff7634b6fbe9fbf5c62d3e894665c9651319dc2d1269e11cd8289cbb960d4604
MD5 e94fd335bdfb1d7c76796167168d5525
BLAKE2b-256 ca8a6042fb7c4f269f8d8b433f2a5436f513e6b9b9db3e255f3ab89fda015c83

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88a05540e3bc4a8d6879a7962c38adc9bcb471b9cf0ca7c2d81202ea406c6864
MD5 d9f3be894baba60df667e44bb39c2365
BLAKE2b-256 a0490b3188ea41991c688f4b84d87f0c4c9d124c79ba43b9c88fe0c8e443b036

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c05c6332cb49f88bf1ee790045c29e847a3f795f27f78fb97c10bd40ac125591
MD5 b5b254738a895c557b14f48d41e61733
BLAKE2b-256 6dbf025c24c9ef8b3b09f91098f37409cc228f1a0979c1b091997c73de06b8de

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9a83a36dc56b3db390f7e81e3f423d8d217c744b44a0883565a3dab6d244a448
MD5 3cb8be13ec8bd0fdfcc5037336e69431
BLAKE2b-256 88c7b62e1ad212d824a92ce2809fcc91f7734b97692356e5d48e871a400472c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 09570a4575e986d34fdeed205dc0589dedb48f873d3c1e3cd48efd2dc6ab7bab
MD5 62d370cbfa0a8b41915568c5300ace89
BLAKE2b-256 c618657f81ba876929c00de778ff2f6c23dc26e2657970191b05ad0a01fb0b19

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfe6323983a3b575225317516f06450624529f65ace971abaebefa3bab600c60
MD5 83eee607771a6a5afac68816fc3f0e49
BLAKE2b-256 181265d11478493b83f2f67c66d03faa01a11917343ab4a1ebae8d08c181688d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6ea647a92ba843041d9bf9a37d6c7145ca0a0dacaf35539f96cf1d705b0367ef
MD5 5e3a19bc09a328dfe12f5f05c93be08f
BLAKE2b-256 72a7d4cd0eaa402459afb1b225aabdde627dca0f1151529f57e57ef9694386fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4ceee5bea4589472ddeafadf353104503a2b596358d43bf24efa91a1ad907fb
MD5 64a8f9ffabac8773981d0426f6a93921
BLAKE2b-256 2ff4efb4fe71cd8111812e3ae10db48f6de27dbbc98e1d349b91427cb01b8795

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e120f3e587f2a511b24b895f0baf9e8ca67c3b581a5aa10a2685e57b9184abae
MD5 21f9b4e8e7d7f01c5f5d19564a2e37bb
BLAKE2b-256 864051e56a8358c7b89cc7bb533234a92d7d96bd9657d0cb18626afaaef50e5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 44153209936803f6216d422d37a1884f97da81e7631d2aafce06a0c98f2b7ae7
MD5 2733f175cace00ff8861fb2683189e34
BLAKE2b-256 a4a63d59b74c6b2c88e3ae215c8d0204b7c1409aa7f5488282958815a99e6e66

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 785e953cddcadc383afee9b478609db3b46bfaa935e1ee5cb238e6a4f622f938
MD5 277002c114debb2ab87e034584c31139
BLAKE2b-256 948858a972e1b3b29211addf8b7be8270a48f571392d241e45fe2b08d154491c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a502480a7342f511c00c41e2f590efd831b7707dd28a58527d9770617d3571a
MD5 dd600b725c4ff3efa8913e52ff98a1aa
BLAKE2b-256 186ad2156cbd822c031b2093fc863d4bb18a2cf0bf20ada524e1e43bdfb7aa59

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 154d8ab1f5c9fb54c4279f9933c2c67abbddb9c61332819ef2aef72f466383ab
MD5 84c325323ecb2298cf7db91ca3857ea1
BLAKE2b-256 cd4df4c67b95ab4ace60f6de37c96ba6662698040f10a71ec9e91e69b4cb9bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45c318e502fda5e30e6f9f5af1e4caa4d5e4e262a579c66ca4ad74098f83a5dd
MD5 fbcae260bce2c643c479018496386572
BLAKE2b-256 53d5b54007d713e71185a7068869adf3bbb8eea2b7d435e3d88102f397af941c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ad0314a24384e34d133978da307cf3227328e19dd0bdedf8e592e4290ab1efb
MD5 86d123fcbea7534db23d7ef285cdc5ed
BLAKE2b-256 6ba6ba9a9edcaf04d84f1b55d9419b878e8545505edd595ad5d654730342f706

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7de70fa0c3d5603fefe5b6942a238989086710d64609d3e4d561896cf0659547
MD5 f814008f59aca162a38b95ef7ad8e7f3
BLAKE2b-256 ae3cf226a6f6ea6362cc26d0233e3a87a97d8d31f788ca87e4df235ac40a71b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2e9eae328392bfb6d299dff74b1b111fa557fed0a8f76169eb5d3453ce471795
MD5 896e1a973d53959dd39c9243731ff315
BLAKE2b-256 fa5981c8b94b495ecf1d55218affa16eab71ff8508808641727303c889617251

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e285d84e1f5c85087dc0a18b288b898acac18d1549646408cca5ebcda626f5a
MD5 77d1bc9cecb37085aa8c0feb5be5b793
BLAKE2b-256 a49216abd2b66351b53fb170d3a68734d81b4650a2cfa6d49a557afb0665fcdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3559d24dfe3b508e3309faa910676cde4b942f4fa8360d673659e467b43e91bd
MD5 b698b88a0e16d2889f0aae2c3fc99684
BLAKE2b-256 5df3afc0bd72c3643f1453ad7ca47a1c445928ec67b51ebe0ff214d80dbd04a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e232724d553e580548622315b1e5e83163deb0bea9d379b087b45de94c82e564
MD5 ea2c63f7ce699aed847240014c513cef
BLAKE2b-256 2f55527a5c1e3be8b61c08d9c256852954f612341904736d8a0919c2ee9be4a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96c3309978254d331897ca10029802d32796450cf11ab07fd1eb5a828ae7ca49
MD5 a03c2fbdf723e96961ebf738575d41e3
BLAKE2b-256 b16c2da965f164a78ae1dcf43f3fe179fccb1ece6390c7e930d4cbbbac41cfe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 67af27aabc4838e3dab2cc031ef9f0e8f33ece539f00b77b2fcce8607293c54c
MD5 c71852c7ebcc73413739ced107c47ae6
BLAKE2b-256 c4490c30ad96275a66f18cc81d5766c50290e50f1a8162ccf812e8f515ff1cf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 01f7f8e214fd80c1f1277691f8406e65ee1a43382a9e19f96ec87385b58842dd
MD5 4bb5691fe6de291e749d39b48f2b1cf8
BLAKE2b-256 43d9df43679974646a66bcca9968fb3eeb9c72335407da0227806c24f2f1bcdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d25960d1538e0efadcdb1b299281555c08d64ff13a2c0360a960a1e90512ae5
MD5 227a4a78ed18d62237845a5f560619a1
BLAKE2b-256 0966979363b4c059701c597bb487d5b5f91e28cfb620826447df650b96451b56

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0d93eb6682f6b37f93d7ca0b26ba169dea0d3d910d1f67db008863413b8a6a9
MD5 869ab0fbcc68ea226d921307965c469b
BLAKE2b-256 de792e0858d84b9e6918f3e0288908e445739b52d38f608d284b5d593e229ae4

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23fabf09e5e80ace98df0c4ecef3c7cc6a79fbc4094d6fdc67d7a96a41541aba
MD5 22b1247c002eed0a8ed72630efec36c7
BLAKE2b-256 4f0890fc8f8b0f80875b7a14021251e9737bf6a2ad01ae81ab1ebf1a24f7624d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ce89678b1aaebe4b530d873bf781e0fedaf82273f09da4019de17717477539a
MD5 ec9b4020f99c8e8bb1eefda72f37cb59
BLAKE2b-256 e7e6238d04ef62026c7c3f85278164938dd5335c5437d24fcd4ff8439be33a4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 927a4663dadf163b04e57fd8ea51a8de40e77a19dce72dce085eef0389a07dde
MD5 5c655c5496221af49aeead880e2ff592
BLAKE2b-256 2cbb14c147ff9c7f39a69483f1791c5f621b38e109c5e3fcdce34b8898c79dfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c946437ca530615c3008557e0cb5d2f3a6ee2a8ee1a50a49e4a7b5a418e8fdee
MD5 d045c4ceded1ad5eb775cb52ec20623e
BLAKE2b-256 63d850c85f8d600e0f1ecfa61e849c160642410dcc97ed9ac36873d5de073856

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c463beead50be1b35efb9b00c6cc7c46337cd0c2b4f3c59adbc21e2cfb0d611a
MD5 7f5afd9008acd0481b614d3d622f7b24
BLAKE2b-256 5b8945ded7bf267530fbe908fcec682b0359e049871915b014f37dd7307f4d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 268e0b6111f889c4aef51878b45683225363b93e11b4ab9a04efc085947c39ca
MD5 c2c037e8643f45a4639bd833e9ef0835
BLAKE2b-256 cebc976aa7a57f5e5a2ac180809cfd0767958fe441e733db4219348446231f61

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9d7a0ab08d102fa09a8e92df6ee2c0e7a4ced21470c2e7176eec995cfd7ea97
MD5 6ff90bb588161924fc115aab39d11627
BLAKE2b-256 cefb7d0cf4dd52fb6805cdcbd010061ea28a08e4c81d32340c7838a2fafead3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 262165463ebd6d0be52b6cf5b4fea1c18355599a8c502be1bb3da6727ef15e9a
MD5 1b99eb9af1ccc858044e1d5108b507ea
BLAKE2b-256 22fcfbd033c77cedbc7d6566c2eb4d9286b9c8c0aba1e019cc95965ba72fc7da

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cfb18be5f2ac04476e5d5bccb8c4c6ac927ab8a1503b16f3d70e88f369c46faf
MD5 f92698881495580f9b9d9abdc0eed422
BLAKE2b-256 a1dd9602a3c6712b7a32875e078c25000ddb2815bc082a3e21844d86f140e862

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f1200fff635960dcb543079657760d41f23a396a56f3db3cf6297b7ea26f81a4
MD5 c20f0823c64bfcd01aebaf3bc8faf0b8
BLAKE2b-256 98abb24ec38d3dc351f0ed3d80aa8ba78442f05fb0cd5ef9c42823f0c94b1c10

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82f196fd68d07f44c7b8ab6dc0b03a56611c40e1f355a9712cccaa17efaf92b4
MD5 5027abe2e415e9db96091adc0513da36
BLAKE2b-256 1c5622af8746194bd95fd0d1b2fe5ab40211cf12d489c96f9cc8b91616dba6da

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zbitvector-1.5.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zbitvector-1.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5de8783c6ea0e2ce8bdf4f78fd520a03fdca8e3a0fa91781df085be1fc887ee5
MD5 238a7da5f43b8925fa113d6aa0117288
BLAKE2b-256 32c76221ec44db2fdacbe8187b6d997a1efd015cc6112fba3d4467c23388bf3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zbitvector-1.5.0-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: release.yml on btidor/zbitvector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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