Skip to main content

Decision Diagrams

Project description

OxiDD

Matrix

These are the Python bindings for OxiDD, a highly modular decision diagram framework written in Rust. The most prominent instance of decision diagrams is provided by (reduced ordered) binary decision diagrams (BDDs), which are succinct representations of Boolean functions 𝔹n → 𝔹. Such BDD representations are canonical and thus, deciding equality of Boolean functions—in general a co-NP-complete problem—can be done in constant time. Further, many Boolean operations on two BDDs f,g are possible in 𝒪(|f| · |g|) (where |f| denotes the node count in f). There are various other kinds of decision diagrams for which OxiDD aims to be a framework enabling high-performance implementations with low effort.

Features

  • Several kinds of (reduced ordered) decision diagrams are already implemented:
    • Binary decision diagrams (BDDs)
    • BDDs with complement edges (BCDDs)
    • Zero-suppressed BDDs (ZBDDs, aka ZDDs/ZSDDs)
    • Not yet exposed via the Python API: Multi-terminal BDDs (MTBDDs, aka ADDs) and Ternary decision diagrams (TDDs)
  • Extensibility: Due to OxiDD’s modular design, one can implement new kinds of decision diagrams without having to reimplement core data structures.
  • Concurrency: Functions represented by DDs can safely be used in multi-threaded contexts. Furthermore, apply algorithms can be executed on multiple CPU cores in parallel.
  • Performance: Compared to other popular BDD libraries (e.g., BuDDy, CUDD, and Sylvan), OxiDD is already competitive or even outperforms them.
  • Visualization: Display your DDs with ease through OxiDD-vis.
  • Support for Reordering: OxiDD can reorder a decision diagram to a given variable order. Support for dynamic reordering, e.g., via sifting, is about to come.

Licensing

OxiDD is licensed under either MIT or Apache 2.0 at your opinion.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Publications

The seminal paper presenting OxiDD was published at TACAS'24. If you use OxiDD, please cite us as:

Nils Husung, Clemens Dubslaff, Holger Hermanns, and Maximilian A. Köhl: OxiDD: A safe, concurrent, modular, and performant decision diagram framework in Rust. In: Proceedings of the 30th International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS’24)

@inproceedings{oxidd24,
  author        = {Husung, Nils and Dubslaff, Clemens and Hermanns, Holger and K{\"o}hl, Maximilian A.},
  booktitle     = {Proceedings of the 30th International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS'24)},
  title         = {{OxiDD}: A Safe, Concurrent, Modular, and Performant Decision Diagram Framework in {Rust}},
  year          = {2024},
  doi           = {10.1007/978-3-031-57256-2_13}
}

Acknowledgements

This work is partially supported by the German Research Foundation (DFG) under the projects TRR 248 (see https://perspicuous-computing.science, project ID 389792660) and EXC 2050/1 (CeTI, project ID 390696704, as part of Germany’s Excellence Strategy).

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

oxidd-0.11.0.tar.gz (294.3 kB view details)

Uploaded Source

Built Distributions

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

oxidd-0.11.0-pp311-pypy311_pp73-win_amd64.whl (475.3 kB view details)

Uploaded PyPyWindows x86-64

oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (609.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (639.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (572.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (612.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (677.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (573.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

oxidd-0.11.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (577.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

oxidd-0.11.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (626.5 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

oxidd-0.11.0-pp310-pypy310_pp73-win_amd64.whl (477.8 kB view details)

Uploaded PyPyWindows x86-64

oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (612.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (642.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (575.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (680.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (576.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

oxidd-0.11.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (579.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

oxidd-0.11.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (629.2 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

oxidd-0.11.0-pp39-pypy39_pp73-win_amd64.whl (479.0 kB view details)

Uploaded PyPyWindows x86-64

oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (614.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (643.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (576.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (617.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (680.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (577.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

oxidd-0.11.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (582.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

oxidd-0.11.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (631.3 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

oxidd-0.11.0-cp313-cp313t-win_arm64.whl (440.7 kB view details)

Uploaded CPython 3.13tWindows ARM64

oxidd-0.11.0-cp313-cp313t-win_amd64.whl (465.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

oxidd-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl (600.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

oxidd-0.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl (566.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

oxidd-0.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (602.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

oxidd-0.11.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (566.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

oxidd-0.11.0-cp313-cp313t-macosx_11_0_arm64.whl (570.6 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

oxidd-0.11.0-cp313-cp313t-macosx_10_12_x86_64.whl (616.3 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

oxidd-0.11.0-cp39-abi3-win_arm64.whl (452.1 kB view details)

Uploaded CPython 3.9+Windows ARM64

oxidd-0.11.0-cp39-abi3-win_amd64.whl (479.8 kB view details)

Uploaded CPython 3.9+Windows x86-64

oxidd-0.11.0-cp39-abi3-win32.whl (481.4 kB view details)

Uploaded CPython 3.9+Windows x86

oxidd-0.11.0-cp39-abi3-musllinux_1_2_x86_64.whl (615.9 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

oxidd-0.11.0-cp39-abi3-musllinux_1_2_i686.whl (644.4 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

oxidd-0.11.0-cp39-abi3-musllinux_1_2_armv7l.whl (599.8 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

oxidd-0.11.0-cp39-abi3-musllinux_1_2_aarch64.whl (576.9 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

oxidd-0.11.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.3 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

oxidd-0.11.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (681.9 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ i686

oxidd-0.11.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.2 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

oxidd-0.11.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (578.1 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

oxidd-0.11.0-cp39-abi3-macosx_11_0_arm64.whl (583.7 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

oxidd-0.11.0-cp39-abi3-macosx_10_12_x86_64.whl (632.7 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file oxidd-0.11.0.tar.gz.

File metadata

  • Download URL: oxidd-0.11.0.tar.gz
  • Upload date:
  • Size: 294.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oxidd-0.11.0.tar.gz
Algorithm Hash digest
SHA256 49dd066ad7ad70eaeebab5843cc36155e6aa5867c3e78c19d36fa99f03d057d1
MD5 57d2e036994ceff57dbc8c0d3e49dd96
BLAKE2b-256 74db60b8ab96b1cbb8673a3d1a42d7daaa4f4ad00cd2ccb3b78c669f942dde00

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0.tar.gz:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1690e3b9c8f6848c4db5769c473c4c759fb7fd97598934a785ccef7e3907977e
MD5 f9a3a7c4da880e1f3853d392b48ada2f
BLAKE2b-256 b47042467b62b8d9cb3017afc095f5f329bfc0fb33bb2d8a275de7d903c6ec69

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa12a9c74ff71076135302d3a483352a23cdba784463ae7ec575f35383c1af7e
MD5 434432e758f4c80a1fb29cbfd07ddf19
BLAKE2b-256 0e31d53fb0a1db72576a7722639748397f27c065a3569bad3bc04d4d949bdd57

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e379d22d02638ca036d5799bbe844e867eef83c76692dc52dcd3dc3c65cee220
MD5 d289d05b085d38cd399938768ef4fa4f
BLAKE2b-256 c8449188f39a5c4cd32af43b4ba6d0b3426d194a45fa6f93a2400f9ceed2db30

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 104cb17a74addbe63809fa7c1c0e0993485ebdaae1b8f1fb8f1d2af4135dfdc6
MD5 763426e07801165bf19b04a0834867ad
BLAKE2b-256 e4f550de3a85e7045c62a4eb5565e780f27d7d652acaf38f18d0fe94c1795368

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39db53a1808f1cf01cb05c6783e50cf4663e29c1ba32b1708ad12f52cb9e6f45
MD5 4e54be356f235eceba9be130cb13f012
BLAKE2b-256 ce836a7a41592cbd1e498003c87535618d2b126f9cf20a2dc190113cb16f0a34

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8141a75ddd19dd077c64610aca42af3ae7b263bdeacccbb9515ef2524a0ffc78
MD5 6169383d396259cca44df3619a6af357
BLAKE2b-256 c1e8e33d07c8011de97bfe041ba58fbbe65127b304361f0ae03501d785405821

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58afa8175f20cdfc2e2b436b944d336f40ba890eb294d10f0183118111101b3e
MD5 667595e7ccc373fdfd5c86cb258a3f8f
BLAKE2b-256 6d680ba74a8226d9f6444f8a8a9f29ca8770a3e3622ab1b44e927b64bac3e5b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87f6fb71a3b516c5864a390a15377677f429f2c169abf327b074aa9691382315
MD5 b186138b6b006daf4c92cdc08b361991
BLAKE2b-256 9e0e35492af1d3e74fcc330c235b88497189cf158be30a48489bef1f551bf265

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 553b1694568990195eb37ba40c1c3d0267c2666fb9cf67c69ef6db62e6ed0f52
MD5 32e8f612429fb55d49c19cf9aa4d449d
BLAKE2b-256 9cf784e72d3226cdf002012d9c5a597ca1903e7bec876e3726a7afb428e7c84a

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 99aa7aa6d388ad6823b302e725a08313359eb05290caa0128e3b59594faf196b
MD5 68e3afbba0748e40ca50b42dc29b97fa
BLAKE2b-256 f8331395adfd486fee0986d321ddb13864cdf8afb1a76fb1217974b67c20da94

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca150e507740cf4a30541663250d1e541428ee2ef1423e44fb7e0ae2cadeb6c2
MD5 622bcded3f94bbb34a5ea4d170ae9ff2
BLAKE2b-256 721eab6716ee8acd4b4b4f25da9a6b390380cb5270ae1aacc85967d1c159fbc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b62a70759791a89067d168b5ed0a51ba1fc8b301a5d85fa41d5566943bc0304
MD5 576e43ea170c7caf655991abe5eedbca
BLAKE2b-256 a6d12ed816d09c1e5004f022cd6d58eb7a1b82ec138cea22d9146d84af5aea22

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a15cfd3858657410fce27e02c2ac0706a7071b70e3488f53a965b7694455fee
MD5 a64dcd2afe5f0fa005fb0f95a6e922a2
BLAKE2b-256 d7259e96d8283e8332b38851e4adf8e91b6ebb3eb274dacebafd9ada38968175

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35909bd4fe546b0ba92e66cbebc0ea866a1f511709cbf1b4062ab7c5a6b3c2f9
MD5 0db274b57bcf8ffabac0fc98d0456038
BLAKE2b-256 32a0f161d1b34d18c02e8b8d9a516c079cdb894f07a67d8ad4ce969296850dfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6012b436112f0bb7d10bc8790d2f60e0c6a5b2cdd3469acd665368df305a16c1
MD5 44aad371953f9189daf1ace1124a979a
BLAKE2b-256 5f1d783d9de37fc5f0be4e0bb9ebecf91600cc73e971a03ee039eb69870e6ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d661673661104d838d422944d1d9e70832031802b633972b70f4069af635320e
MD5 cd0f04a012cb762fec2392852af8dbe9
BLAKE2b-256 3ba9c04a06ff38e48b128fb7120dc60c070358474818da97ba6cfbc3eaa53365

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc64710a416173d6b63feee76ecfc173d478dcf8e9f5f30c6693c600aad9bf61
MD5 193df64b3ab103d8d79dd9df3dbca8cc
BLAKE2b-256 6ebfeca82c9901b2bde468d88b96647e1e56927a9fe006700c5eff8eb1456de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e9e9a09df531b2d0b6bb3f9b4c6ad3e9dd2cb8dbed62adfeadb4c37f44ea715c
MD5 6816387b9570820165d1537245306ffd
BLAKE2b-256 492e0811b0ed52913a82c7fa5b4bab7d89f8018e4217e64e29c5def865e4e997

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d5d6020b0523a37011c320bbec988abe2f63178e325edf6c12225c34609cd7ea
MD5 b0d8a5f135724250b54445fbad59241b
BLAKE2b-256 38c22602f578f2ea852f9aa095b4e5d4b8dd46f93373685c86c3b59abadbfbff

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-win_amd64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2824565db793c9978b1efbaccd6e389c182fb79172b68000306ad6943a9cc987
MD5 d549d0165379b28cf5c03bde0354f04f
BLAKE2b-256 8a7aa0062b1391edaa82f14dd4b37bb7b17a1ed7594d45d34c681de88577f7b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fca1f7618d1af2a0f20559f7be63e4c8d63a8a8c907ba8f5747562ca5ed71c54
MD5 2209826b96e3dd41458d98ed1d6f6392
BLAKE2b-256 f33680dea43f92e4f7e3c82dc735c2c58ab124a7aa2571dce1bd03bf20bcbc5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1b41c747aa6d3cba65224c14ec6ba8e6fb4afe2403fea320cc1f9431606a72f
MD5 7d23bbf72badd8eee2e7d5d640701c90
BLAKE2b-256 016fc56e02f15cbdaaa7e113f76277c3f700f5d0876f4348c1789da0b8f059dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 909609b52d29e200617000a6a15d3769610205155ba05ddf6ff0e220d3495c2b
MD5 044c201a850f9d31bea91e33910cd162
BLAKE2b-256 f500f36ca96077a8553d447cd892b27c5dc904bfc1d21d80293fe1fb21114a0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90502b5dc20b22c754e68ded2ea6156b3b5b7a03de4420a16cbb4940a2f37bbe
MD5 4b93d7846fc3b7d7b1f3a498bbc23191
BLAKE2b-256 7e47a71a8a4cc9562f643af62b4897d69dfe302684393716bbf630a713d8f18c

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81bbac40b425da4697b810732c973836a465e6958f1abd028b5c8cdf9946277f
MD5 f0015b2df3d0558a0e29f3b1121ac475
BLAKE2b-256 6d1d132582b3174b161a171214296fd72b11fc84910412756823ea76a86c0de0

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69ad319eb20980bbc69885c822be2a63247c5c1d70a2c6721da50279eac04979
MD5 5acfff3511473bd30d767580503fbee3
BLAKE2b-256 ef23fa8ec6fa269f42244e106665a91873bb04d66bec46d9881e1c706fc858b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5135ffe5a679e71763039dcaeca31714261cfc8c594b2620a7a6f4886b570cda
MD5 feec5765401e38aefd6cea20d072efe9
BLAKE2b-256 5d570699b990b3171110bd85579731f072d227fb21048c1e2547d2aab051065b

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: oxidd-0.11.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 440.7 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 d9ae1401848d5ffad081bf956ed76219247bab22dada7aac586725452a0042ca
MD5 87e472a8178e9c68f9d447c4ee7dda27
BLAKE2b-256 279ec071477b94bcd64989ae0d616eddcb40b76b16e5eadad8c9eaab68811251

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-win_arm64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: oxidd-0.11.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 465.3 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 f92314b4e7c8bfaf92fc2177a03dba9ef0e71a78c7cb75e2e3193d422572b4fa
MD5 fcff3ee6bd4bc6ee026331e1508559da
BLAKE2b-256 3c16a6a27b6fc09d02ee20ef9e4c1a0900f7b42b5c89f7a8384eefaa448aa4eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-win_amd64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3af305511525731b564d36bf505af079b3c35e4c617627d800cd9f2a1613ea2c
MD5 c8e6bdcb005497d57d2a12ebb281678e
BLAKE2b-256 286a6c37c9471942f6314135340dc73bf22b2705f9682cfa4bfd153cbe3bd4dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fd9eb27121b2ffc44be83beece02f451d35b1f963fe5ab2d537f5ddd118e5cf
MD5 8554abd16c7ac0eb161a145638035ed4
BLAKE2b-256 1007685e294839e28454419ad709923cb7962b05bdd6d222b86d3a40eab83a17

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d3810a33e2e8b912cf7424fccd842c2517d115d06560cf1af3c8f9870a30c06
MD5 20b022a3c8e884e916a299c51baf53c8
BLAKE2b-256 a6c8788823ef86fbccc746cdd7678c3a2c527062aaf0bf6a1ff34145447eb4f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4a0b4489413a52deeca53b6d6464b86b345eb73032cf45b4f53b4acbb3fe6f3
MD5 d1fa63d53060254efae2c91c9cda4457
BLAKE2b-256 686a595753bdf5f031272f478356304ac22833f5b7115e8d3676c727a1b72952

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c5136ed9cc183482fd141675c649a41af191700bf933ea0a782a5bcb5c53d50
MD5 3ca8494a88029a8dcc0957e006683865
BLAKE2b-256 6ce2a01474d52f31549539965dde396975a2b26963c69e2130c684b7ef1ec571

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3cbeae788629b1346afad96710b75186e9b6ba94cffd528c58d3910faee99efd
MD5 507b7180acf2e2ee9c9021982c854347
BLAKE2b-256 0599049509f29f9fdf8da58392e3dc884c9e6ce061be735dc8a51c0e0978d5c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp313-cp313t-macosx_10_12_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-win_arm64.whl.

File metadata

  • Download URL: oxidd-0.11.0-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 452.1 kB
  • Tags: CPython 3.9+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 7aeb78db0f2b95176f0d0ff726962db050cf57c62376b84b806eb82a90828c63
MD5 ddab3a535f298a13bc835d364fec31e3
BLAKE2b-256 1076fbfd8380c20b10b806ecae87922eedaa68282bb14b2dba620c5f16cb5092

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-win_arm64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: oxidd-0.11.0-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 479.8 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 4a3f5ceb3590c559755419ff49ecec6b5011b62002bc37ab2d21df64b74ae590
MD5 e971677d34783371c2dfeaf17be53601
BLAKE2b-256 75274de3b262e49508031018a13f33d7c7a16d97040046b6c48708d32f556a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-win_amd64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-win32.whl.

File metadata

  • Download URL: oxidd-0.11.0-cp39-abi3-win32.whl
  • Upload date:
  • Size: 481.4 kB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 855de786aa438b9850b32d5a91b8844a4f17cc91d1064573161a09eacaadd048
MD5 72386ec615e34cecbde7b0bf2228dc0b
BLAKE2b-256 e40322af7034b1683ed0a03e79d3cd0624efc6e32077dd71f6510c3d7474ea77

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-win32.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cef62b6eba1f83b1e1cbcd296ddffacfda00c22fd1b5eb2a0ba4ac9686e0da57
MD5 6426521c0803c30e6b090f8520fe80ee
BLAKE2b-256 85f8c500605e82ed3f09cc24f57fc20a9ced8b185c9fe15f7faa1c7519da3b1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-musllinux_1_2_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

  • Download URL: oxidd-0.11.0-cp39-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 644.4 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a86c3df9bd42d6258644f05d269d462f84e9ebb8d3ffa72b10fadeecb22d41e
MD5 4714e68a9c098bd6a3c52ce950183414
BLAKE2b-256 e5856423c500b6dd367e3d0d4f2eef45f32dfd19a9f4fa9744aabcc4509804e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-musllinux_1_2_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 130045479c71c66d514c4cfcd0b888a85de20e0fbc8fdcd9b0f687636f9e2077
MD5 939998c1a2688c4e477863cf495659fb
BLAKE2b-256 28b3822b200b1855666a27488134c565a32a4c0c0b15d99f3f3813c8cb4aa9ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-musllinux_1_2_armv7l.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f00a0d355a7f8025abe3e5e5318de5b33dc239322e3e3fa2d940d76c7d6d0f3
MD5 07878a965e8911e5ff3fac81115f04f6
BLAKE2b-256 ada9c5bcef601fe3d98c5fec942b80f4834a80c26c3784ed8e7aa5eb24239309

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-musllinux_1_2_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 021c1c09bdd590238ace5b44d927497f2c85c1d5a648bf3bfc73dd292756d1df
MD5 ad9dfe7caac0515ce4bb64621a6b27df
BLAKE2b-256 8247f6d681900982da282bb184e978daeadd6e2a32218a19164c621cb0f656f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f22414eae68632fc2e7f65b91d190acb0c2a234ba755014a02789811d9e5202
MD5 e3e9bc72853e3e553d428d2b60169aa7
BLAKE2b-256 cb584048e51e00514245f7146325be486dda2c4842e5b94437e7d69ad7dc4b16

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 60a5b447a344de45dc96d8f9030afcb22d0fbf9a683669c0addf0300dad68450
MD5 15c6a91b69ecc310cb90c903830a9a8b
BLAKE2b-256 4ffe61bcc8a3948c552b0fab998601f0868edc03ac937a52256b29a64c174733

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dddd11a52bb63360a775c34e26cc64d4843ef07d42a22302b034c63ffd46270d
MD5 9ca74b54c5d854e937a01ea73572b0b1
BLAKE2b-256 4ce90b708659bf2cee2a3b3db2362f532c97b9f206636ede89c01bdf00e7858d

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4c4f07f4d67411996974d5af2fc32f1d1defc1fef08a9063544a3199c168b3b
MD5 2699aa33810e1c096b5940b1102deb8b
BLAKE2b-256 223490bf399b876d03436c6ca6e78a00a1012b2b61126d4ab5d42462ac69e9a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: python.yml on OxiDD/oxidd

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

File details

Details for the file oxidd-0.11.0-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxidd-0.11.0-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 57cca31179e8fc5c677b9ae308f770fbb931da2ff1abe52b763aa0aa2be1f873
MD5 053887d8008e2c39347957e0f79fa467
BLAKE2b-256 802ac963b22537803971efd06e1b1b48d5e2c091f86c2d803e3e1bc68b2c5f8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxidd-0.11.0-cp39-abi3-macosx_10_12_x86_64.whl:

Publisher: python.yml on OxiDD/oxidd

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