Skip to main content

A library that provides a tree of datacubes called Qube.

Project description

Project Maturity Documentation Status PyPi Wheel

Qubed provides a data structure primitive for working with trees of Datacubes. If a normal tree looks like this:

root
├── class=od
│   ├── expver=0001
│   │   ├── param=1
│   │   └── param=2
│   └── expver=0002
│       ├── param=1
│       └── param=2
└── class=rd
    ├── expver=0001
    │   ├── param=1
    │   ├── param=2
    │   └── param=3
    └── expver=0002
        ├── param=1
        └── param=2

A compressed view of the same set would be:

root
├── class=od, expver=0001/0002, param=1/2
└── class=rd
    ├── expver=0001, param=1/2/3
    └── expver=0002, param=1/2

Qubed provides all the algorithms on this data structure you would expect, such as intersection/union/difference, compression, search, filtering etc.

In addition to this core datastructure, this repository contains a collection of components designed to deliver user friendly cataloging for datacube data. The STAC Server, Frontend and a periodic job to do tree compression can be deployed together to kubernetes using the helm chart. This deployment can then be accessed either via the Query Builder Web interface or the Python client.

📦 Components Overview

🚀 Qubed STAC Server

FastAPI STAC Server Backend

  • 🌟 Implements our proposed Datacube STAC Extension.
  • 🛠️ Allows efficient traversal of ECMWF's datacubes.
  • Part of the implementation of this is 🌲 Qubed, a compressed tree representation optimised for storing trees with many duplicated subtrees.
  • 🔗 Live Example.

🌐 Qubed Web Query Builder

Web Frontend

  • 👀 Displays data from the STAC Server in an intuitive user interface.
  • 🌍 Try the Live Demo.

TODO: 🐍 Qubed Python Query Builder

Python Client


🚀 Deployment Instructions

Deploy all components to Kubernetes using the provided Helm Chart and skaffold:

skaffold run -p prod

Not specifying a profile deploys the default dev environment.

🛠️ Future Enhancements

  • Integration Query Builder Web with Polytope to contruct a full polytope query.
  • A JS polytope client implementation to allow performing the polytope query and getting the result all in the browser.

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

qubed-0.3.1.tar.gz (15.2 MB view details)

Uploaded Source

Built Distributions

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

qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (633.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (662.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (694.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (593.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (453.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (544.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (424.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (417.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (451.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

qubed-0.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl (633.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

qubed-0.3.1-cp314-cp314t-musllinux_1_2_i686.whl (661.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

qubed-0.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl (693.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

qubed-0.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl (591.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

qubed-0.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (452.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

qubed-0.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (544.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

qubed-0.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

qubed-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (416.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

qubed-0.3.1-cp314-cp314-win_amd64.whl (274.9 kB view details)

Uploaded CPython 3.14Windows x86-64

qubed-0.3.1-cp314-cp314-win32.whl (257.9 kB view details)

Uploaded CPython 3.14Windows x86

qubed-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl (634.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

qubed-0.3.1-cp314-cp314-musllinux_1_2_i686.whl (662.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

qubed-0.3.1-cp314-cp314-musllinux_1_2_armv7l.whl (694.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

qubed-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl (592.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

qubed-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

qubed-0.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (453.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

qubed-0.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (540.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

qubed-0.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (424.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

qubed-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (416.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

qubed-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (451.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

qubed-0.3.1-cp314-cp314-macosx_11_0_arm64.whl (376.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

qubed-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

qubed-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl (633.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

qubed-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl (661.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

qubed-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl (694.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

qubed-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl (591.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

qubed-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (452.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

qubed-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (543.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

qubed-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qubed-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (415.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qubed-0.3.1-cp313-cp313-win_amd64.whl (274.4 kB view details)

Uploaded CPython 3.13Windows x86-64

qubed-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl (634.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

qubed-0.3.1-cp313-cp313-musllinux_1_2_i686.whl (661.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

qubed-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl (694.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

qubed-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl (592.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

qubed-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (453.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

qubed-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (544.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

qubed-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (424.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

qubed-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (417.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

qubed-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (450.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

qubed-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (376.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

qubed-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl (388.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

qubed-0.3.1-cp312-cp312-win_amd64.whl (274.6 kB view details)

Uploaded CPython 3.12Windows x86-64

qubed-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl (634.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

qubed-0.3.1-cp312-cp312-musllinux_1_2_i686.whl (662.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

qubed-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl (694.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

qubed-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl (592.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qubed-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (453.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

qubed-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (544.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

qubed-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (424.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

qubed-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (417.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qubed-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (450.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

qubed-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (376.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qubed-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl (388.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qubed-0.3.1-cp311-cp311-win_amd64.whl (274.5 kB view details)

Uploaded CPython 3.11Windows x86-64

qubed-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (633.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

qubed-0.3.1-cp311-cp311-musllinux_1_2_i686.whl (662.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

qubed-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl (695.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

qubed-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl (592.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qubed-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (453.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

qubed-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (545.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

qubed-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (425.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

qubed-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (417.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qubed-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (451.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

qubed-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (379.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl (392.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

Details for the file qubed-0.3.1.tar.gz.

File metadata

  • Download URL: qubed-0.3.1.tar.gz
  • Upload date:
  • Size: 15.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for qubed-0.3.1.tar.gz
Algorithm Hash digest
SHA256 fadcf4be1668f0cfc58fcf430a15613e0f53f0df4e07fd05694c9caba39e8258
MD5 821d08a1edc851c3946fc05830ce9418
BLAKE2b-256 12a2d4cd7fbc41fef2b308f10ed3f9c5bb1cf40f338ff3a0e37692325ba28b77

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd90899b3182ecf6bfac689664be37726a1f28d06200a8b15b22fdc3b79cd72b
MD5 dabed77d90401cba928c2bf662e3e495
BLAKE2b-256 607fab8d6582ba660b03da7617bab310f1db095a3ce622fdfcc5c2e50778208c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25d8d3603b16e3202b53145150bcb8ebedce14fc42fd076d17feaf3a0de897a2
MD5 4a8de378d3eb2bba4a99b91932174fc2
BLAKE2b-256 84e678473835a64ba33c2e6963c120eeff496182f81006f955c19ca7ea17e25f

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ab4475288640f2e380f3704fb7b44f4e6d8a8987041f6fb3cc76ecdc02e333cd
MD5 30e5cd3f637ee9784abd19bcee30e27e
BLAKE2b-256 09b3dacad16f12ce515f8ad3c61ed7b6d1749f90b9c36b1a0947ef5bace5ed0c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7583848ea8e79d7b78427979fe7100fd0c271cf14efadfa5cd25e9878c67850
MD5 e2a5479e050e536d3e23de035e94486c
BLAKE2b-256 97d257842a201a430afa1f6eec433f51cfcd08601486daaf074b42a1a4047314

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 164eed7d512094c9f6bedcbf62dcc15d78cfcf42133fb594fc68494dac0dde9b
MD5 b5535965cf48ceaabf45ada9bba1cb01
BLAKE2b-256 6c69e0616ec49e8bbf7b2f365b93336b63ade3e10c377a0f7921f4f78da1cc5b

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 288446a11cb22d194322858ebed1882d48cde40e65c40a5b2bee4d1eb204a7e0
MD5 98170856702f7a24ec6e51b09ac4b031
BLAKE2b-256 346dead34b0f6aa8049b29db20bdc38c3378a1a71e6a4b3ef4d4b2b658b54774

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 536e9479355758596d552314b29185f8e9606ee1fa7551b9ad71d575fe41bfa0
MD5 2ca63bbd3da90773d18131585c5fdbf6
BLAKE2b-256 0a79c14068df38c8bcadb81c204e06eb4f33388c40061792346b46c55864ec6c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97b8e5a1ceabf68032b8c38a1a0fa2b425e2f137e1ae0b29d27a9b2c640d2923
MD5 2f3226922d1cfea44ca7c5b1370ff2b4
BLAKE2b-256 978875d5cea6fa9af6b25e93a6fb6775199601020193c813eba624d626265b6c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0525ea3e7286a2e1306c2d53cde122d596fe32c97c4b77ffb791647b6d06df40
MD5 786c85052e9c448ec149b12dae228ae2
BLAKE2b-256 8aa461c0893c62b70b3ae7096b51071134939ce3a7a8dc6d3be3485a14c704ef

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 48790481e503e6e65d0acd2afdc085bef6cc9f876d9d6ff791c1f6ece99b1e9f
MD5 d2c32f4a6d1bdb98960e5328d7e6685f
BLAKE2b-256 ed343455baea73fd18b29884c9e30806b20fffaccff1b57d533091e6cf849b4a

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9d5fcee6ee49265f43fb986860f105b7a2c735e8f7c80feeb02f618f1354ab1
MD5 36ed226f16caf887c386bcaaea56a13e
BLAKE2b-256 b7ccfb5e887dfe9561a96bcd9969f8412736aaf8b40ea7fc76edb7f6791b7787

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9923d183c0c71a8c2a1b3e95a40df128141cedd7cd21f73c9d9a2aa34ad58f5a
MD5 677a4feaaf8b9973749a6602541dae50
BLAKE2b-256 5f473ed547c0fce3f7d5e794f739783ee758f72061b792053f68d99db89d852f

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee0f20cd860ca67136765ef12cdcb04fafc15c0eab33ed9d733603d237d5e328
MD5 e4f5d1f85546ad43dde59efecf03e71a
BLAKE2b-256 2d0d10ac0b1f602b6f54bc57b49bb9e672b9dacb70fff960206bcd52aff0de3b

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dba1d9c479c79605c1d0ddb841f93b5fac94f80085a9cbdca3319b1111baadd
MD5 bf6fd3e6f0a5345bbd3da897169f5136
BLAKE2b-256 f5e93059877538ad438428d12200141e155a5e3521fbeacb361a7d95c187fb2d

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0c38414c20f17128d0c62de60515e54d280fb35c13a576aa0d4bbf8e8b6b7ff7
MD5 f3807b68eba3c37e529ec519fb1b6f87
BLAKE2b-256 51dec32a46fbe272b436681bdda6d3073308598e98af4a74f6c26e1d07c0ddf4

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d256f1db00336ce347e1d646d2e1065bdfe1d8de9b06cc60ab1e81aa5a135363
MD5 b56e1e7bb0295e220215fa6845fbd26a
BLAKE2b-256 8e400a3d024e77ec6223e7256dcb92013a1ba139e569cba5dcd1470679171f1a

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f76e96ae183a5f72a03f36681e995db7b9b6ecd2bce6b880135ef5f0dba51ad5
MD5 7b369480a0636108decb055545adfb30
BLAKE2b-256 432c56fcd7992f12856ffb6b01aa3f17b0e799ddeec6cae97eb5e632413750c3

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1ba620950ed169f9d9652597181b03fe37b7febef65c18956c5032006d06886
MD5 8024f409ce06cc93528ccee821cdad40
BLAKE2b-256 9a3a4694ed8a3a70b5ea484d8e82cb1988ddc5b19aebf9433ea5ced28263b64f

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: qubed-0.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 274.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for qubed-0.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c861104640c86883a5e0c8ae8682eb5eb417f4506282d36adfa9329bad26a3a7
MD5 315f812073b2de2c3ed2d662cfe8a3c7
BLAKE2b-256 9b890249375839f15086a08f213d25c0aa3828e16808cf68bdb088eb01125520

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: qubed-0.3.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 257.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for qubed-0.3.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f4b7f53c722d0550a6be0e1ac148a79228f0cda2f3c32e9297b86bdd61c228d9
MD5 25eb1892e90ec8c3990ed6429c3ad86d
BLAKE2b-256 d38b65aef7336037d71978ea2e33da4a6c43262f2e31b84ee74c32e85f2aff4e

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5aa6c0d749a3186f1d4fb38e5ece4ba3513ee9cf24d182156e35fc7d637ce08
MD5 b4ea0e9d437ea1ef505b5bbea20606d5
BLAKE2b-256 83566efbbf4df4d483390c679456f87daed5e80c8f663d4d5065689ae6e8fc27

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c5ce4d40840f45d2c359649a49a4fb271ec1650a162d20d5fea1c7106cb375d
MD5 53c8de8e59246ce49b319f665d043045
BLAKE2b-256 f276409605ac8bf26382d51d0e9df55344fa3cede74feaaebaf75a9fc07b221e

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2caf36b5cba258fb2f6301f879d4a16ad1a74648a0593d9f057c6b6aff603fd5
MD5 4a6f8bbb63f59381fcdb080949f9eeca
BLAKE2b-256 28c6f41468881fde149c23df5bf568bac54bce9409374c76043ba19f159185c2

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 246332f045e37f6e88c773d4c8684441d0ec2a40c8ede7bae896c8ac6d513471
MD5 1ad2e5947068b6b18d2439312f74ad14
BLAKE2b-256 3a745deba084e718c14509af8a4bb676785d91dc6516ac633e1b72dbf0598216

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a5e0cae1aba8bd95d020bc127bc404211c96a0ff66502f2bd5ff04a8fa06643
MD5 40bc9558e5b6ef88e553b07a637be700
BLAKE2b-256 b1d6c0dac0a00e3730130f897389d263042c26b2dd182cbffb2960b93c64007d

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2cb088a6846416ca092be5793c5191df97a94a3c3e5c43468be42b811ef14020
MD5 c77ad27278c52b440992ffadecd737df
BLAKE2b-256 9a9c8ed6325f5c9c8ff96a41adef53f111bcf5dec51d2687afd2fac8504f19fc

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e80a636152fa172ac298cb87bdae96412fa5f9e9a2149d1cb94bb4068508c941
MD5 d50ca448e38e2eb78f6aedd7f2d73065
BLAKE2b-256 c21127f13777d9a4f2f0425c32cdc4f6fb528393e238768c185124abe15ff024

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ac14223782c4f346167a23511408347cf2a5c109c07f4319a9eb8f08bb4cdd53
MD5 12db017011886a2c5a0bd6ecb39f1531
BLAKE2b-256 6e66efc34b57ee3d21334d6127b187e51a249a37484b707cbed393d464419d09

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d154b12afffb5891beb06157b5bfc31e33d579d6a8682d866eb848bb18cc55f
MD5 ce58708a96ec023d871982491b6640e6
BLAKE2b-256 0b1dd4a5fa3a40e697f1ec8337e152cc241ec6aeff84f7514a6cfbee6b6536f5

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 409c6475c99f28e372e48c9fc13284a48fffadfb6f54e531aad59d608457de41
MD5 c14d0244f266ba563ee7fed141c33332
BLAKE2b-256 dee651e368c70bc5d3ee557b92e059fe1280330ed70d537cf8739ba71f316319

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97f9c034ae3ad1d7123e269c7fba225c20dbbaeebdd80803c77a69f3b010f8ff
MD5 bfe6a0432b98730466e8cfe61f473ad7
BLAKE2b-256 1d69679e544a4fe1505b9f78f047ce1c81cf6db84b382c58d4a6ca46cfa48327

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 49b0eec981057347991bc80b3886501ca45ee0e426843c0450a8b0710d444659
MD5 dd0400117c580b8919de9e3cc2aa6f6a
BLAKE2b-256 a3908651f479d7a726bc5f25cb90f99f33420fec6355b71248eb9b266753bce9

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e164e030591f2ed0eb5525efe785ff04fc7080f0ef4ccfe8d83e25091006d709
MD5 c314639a77700f91b1aa6ae67353b860
BLAKE2b-256 343e28ab2031409540bc38f3f6e2db1d546b9d7c242755b6bf5c1ad4b7cab85a

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8144ab517ef48f43c49b97d07c05d230015222f8c091bb1daac00ef62bfc74d9
MD5 8e968b82ced9e5ada42503f1b480566c
BLAKE2b-256 dd5b3a91f3ee0de53bcdb4a6c80590243952acb891c088ddcaf066d4a209d0df

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f0a5caf87d9fc853adde336759ef88e174be84b74bc29d582788fe70735dbba4
MD5 733c811b51de277bd70f4eb57953cdf3
BLAKE2b-256 b2fe0d701edc6db7c16f50c3d41387791eae38c475d3f63677823ec5549a9b1d

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af5e093933172f0820860b2fb4d909a6bb8b17043bf40c143088bf1529da0d26
MD5 7e7725ec650fa4f7eea7cfc7c97c539f
BLAKE2b-256 e9aa699a433b495665b99c4bb2dd37f4c8a15147dc955174d4a4eec3a2105fc7

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 738ab71e1a714f3a3e3110e3eaac2778a5684f21515196b6b3c83843f9c5243b
MD5 af8e6fe3e27e2cfda6f4cd314c44a736
BLAKE2b-256 e6f637e2e0efb56b29f16d533b0bfa56fdbff94289e527e0a529e9a6547ef8b7

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 57bb442de810879c2e0801b6b9e32e9ec30d37dbd02b464809523ea5294fe655
MD5 0b5fff57f5bd7b4b7f63e07c0dadf9d4
BLAKE2b-256 525404beadee9ce2fb42d9cd9dead26aebfd614f01d9c57287b07406abfbc567

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c7eeb24e4d156df188000388b8b93b8659b8ff56a3a0204eb868a63d43c9fb5d
MD5 1cc70203c0765b1a244ccb48280a9824
BLAKE2b-256 cd38145f404396aedeb65ea110d14a74f02ab5f2c64fcf0441f196a8b509394c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1bce5c3ca22b4125f7b2337072892562949c66b22060f1458f0ffc8914dea664
MD5 78700b25e57177ae41a99861358adde5
BLAKE2b-256 1c252d77b2aa954c7581dfe614e4edc9e213e0bc537a791567955cc89c908ea3

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: qubed-0.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 274.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for qubed-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 677f12a55d20a43beade986c45508668d93762072a7f8710dc768263832305f2
MD5 409f4a83331691acd6654891d76b106a
BLAKE2b-256 c9cf97f4ea7ca129eea1d97139e56c3af415f082f6b063a0d3da537c4cf77984

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c2a3519538aae695c2a129006010d1291bf387e86b2477587dd421d07d0d111
MD5 62d2031da83cda245224987256b236a5
BLAKE2b-256 7c274826d44a5a47ed4d3ba3d64f519d6ce65511239dbd613081a2b5b03a425e

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eeeb96bf930b2bd944c0b3145c18dda22673dcbe98af1b4fca0429c96eeefae3
MD5 4c4da3bcacea492902fa45b2a3b30294
BLAKE2b-256 7c1784cf9d4615ea0e29d8709346ffd5bed5bcfdb29baf8101949181c5239cc8

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 71f18b847fa9bc205368dcd176cc27e1c5c0cd4cfd74d3e2770ba422b3b14ff0
MD5 431357dc4f09a723b73fa3ca5b03b6a2
BLAKE2b-256 4abe4fe1e7634101016eef06843805633c9ec6b8e69bc40ef50190de4284271d

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e716bd15a5e614da853a0b835ad16a9c57a13f9243194abd4d7a4aabbf82dd0
MD5 b8bebf6ff287792d58d1c087050673fa
BLAKE2b-256 87638eb2f83b994ed59c6526f09b72fa8898188a0023ad0348d14bbcfdfc715c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04ed84be17ecff54a813b159b0ade5b6fe1daf9d0d3e8cce58160a71898de084
MD5 bcaee7b34fb25d26ad55202fc4a35b4e
BLAKE2b-256 018831e64cd98f079243157ced5d0a6ca3c0637e3e93982269bff5d6accd36fa

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e0426c2cc15f126584a64df6e27ee0162d44d413493689218544b444972d67b2
MD5 ed00e9c68a5d745bfd9653ac69974173
BLAKE2b-256 aa06b890c192d4d05a9ceeaacfec2c9ef1bc7f4ed5a9a88613442cd409a7103c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6b44d86229cd4b43b524eab440ae8b3e4a1e7706815d9393c56bf02c09f25f4
MD5 9ce3ca96d4ee454746a151190642912d
BLAKE2b-256 6b460159a2f0f3a9ac907454cf5e7e9de53409470535feeab1f005a57cff9869

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7be7875347f1fab4342e503f69f2cf7ec77e23134c17ee119489a26c6abf81dc
MD5 684762f8d15c2d7a8da91a03ab9ad73f
BLAKE2b-256 7b52d3fcd58088922485566dac0c613ce54b5afb411a47ac1c0fc30f394e4d56

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5144c5f0e9929ef0219b5a06d43d58c5c111c165a21313f98892200d23a46e40
MD5 468bcf44e348691d1d065a2d0b2601fe
BLAKE2b-256 ec33859744b54e692514c18d7d1c356b0dd49e01308990962b3d05edacf421f0

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3ee277521885d362a2f4282874aadaa7b5b021473cf18b62ccbab49d02490738
MD5 231658e529611855c310b17874ae752e
BLAKE2b-256 a4c36fcdde26e45c18dfaf67cad426580d9efd8b44b839db29755cc10dde7e52

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26432bf22b7aeab036c763639c1874471eea8f58b69bcc789c746fcf6a0135e0
MD5 bff2d028d2021e50856d568f4639c996
BLAKE2b-256 1732763131474decd86745ba83d5c7c77dcb95fc6144e44d61ac26c4970c8bc3

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0982545641cb7877c25ceefc788e2e0c5918b8d942419b1b3ebecf8ef64aa6c1
MD5 c7bcaa92b356e86542fac79beb635ac7
BLAKE2b-256 f67800920a7dab93468c6abd4364900372adf5a6e02373874fee8a048b173e2f

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: qubed-0.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 274.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for qubed-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 71541f0d98df10e22e40c11f54867df3272436f87758e1c10c49d074571b821d
MD5 e668ee7e1c30f43fe712f1e419a4b20b
BLAKE2b-256 7bbe3e853dd96781110b82e2d5ba51a14884ef7518a85578f19db1fdfee5f74e

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2e2ad894d86d07181d7345c7555835c3fbbf16655a3adbc15368b44b407c570
MD5 3df56df91f2c1f0bf442dd706df22d08
BLAKE2b-256 1969017821dda7e5fe9b69cf5ae962668c632c83448f47c4be1a1256ac7c7fae

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7a3c85eebed4bc4b229793fb27a2cad19caddd36df4115cbe62e3f2762ac94a6
MD5 fe1385e3cc4a7412b466ba0ffa1b09c1
BLAKE2b-256 c744c8154bb943855c3def9537b9643a901e4be827581b1240a69846ff6811a5

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fb8344fd7942086f1878c355f5fa3bfd7241022b3264384d72af9dc21083da9e
MD5 a8372c96916900428165a33dc1031ee6
BLAKE2b-256 ec5018bd283574ad125576b267e37cb906399abb80a3b30eda70cf629ea0d65b

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ed3902eaf6ffaf248cdd680f52cc48ca7a9c6a259738c013c382d6d9ae9a0bf
MD5 bda49ab6a2fa5fcb1121bf17cf30d659
BLAKE2b-256 6bc0100edf7a233d917f2979fbbe3a18e20d515df4f7564847452e71cc8e914b

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c71e33a38e02b632efb454ae2ca90e818201e6f6706485f2ac1d45e69f977f1c
MD5 a56a85a3412d66674541ac17b485e35d
BLAKE2b-256 ac848ce812bae0fc382715eaf831bc3d6fbdd10683e1c9d47e0b7f0b62df60b7

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a5f3999551b6d888320002a7c7c978c75efbce8f2ad449a2ddafbf3df89f4cfd
MD5 3c190ef68c71cde9a16b7d191436bce8
BLAKE2b-256 8bf10c291803b21b811c1398d8d1133dc3fabc2d6a8aab1804c2b8788af5eaee

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0758cd417772386f7ba3972c6b4a23258569e654ef5cc77f15d0d19c1db8d7d8
MD5 f957ac2d9dd9a7ac5a6a5ebb2f05396f
BLAKE2b-256 d8cd21bc5fed290401da7774fc05b32cf045dae07b208b3169924ecbb59069fb

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8825a2d7e0ddaf3b841f3a746669ca8a195a86e4a0a04a5a0ce26987f4b976b1
MD5 d20d16f175a7695315003fbaea9bd5ea
BLAKE2b-256 eacc832aa8537960349d4bb043762d57171e1256611ebda815381cabb7f92ce1

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f9273475076dafcb45bb8a510dc7a3a44c81d486edaf8fda88a3da414a318cb
MD5 9821a9ab8901e546bfc42e110e0eaa6a
BLAKE2b-256 f5aeb94eee7a2de48c1fe5fcff2abeb1f0b66f0e2959d8f8319b358814be896d

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d9de33e0a06bde6068ef1f2dc1df354826c9a1e63e8263cba4be55db3e24dd7a
MD5 f5987f0cbf1ddca74f553c1da5a3cfd6
BLAKE2b-256 694040845475c5153521783adbf80f2455fbb33ff625c29b6ba8e57555970afc

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6832cc6010c2f0fffbca3751c0204876da03e5feae294d2896acaea9482f3e6
MD5 fe65c09a6052bbc89a7e5e7183d96cb5
BLAKE2b-256 489600629bd9796c7438b613dbeca97ae4349694ce45a9f1998ff45d3f3f7aab

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2f7ad49d36086114a9c48c5bbd774ec2fe9e4fbe7064e5af70eeeed1a1696444
MD5 b9c8816e34e996bec934e2f75e4476aa
BLAKE2b-256 f5e1ade8497e74afd3e6dae8ea1d79fec46ea0c284ae25e6f96ccb1b5c687496

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: qubed-0.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 274.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for qubed-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a3734e6ee8954da87ebbf319402a0ab0e16e0d64a10b5b1a1e6ee13d0eec244
MD5 cfb47d00110882740d24ee8df8ee451b
BLAKE2b-256 72553761a4acd6169fed3cbe5cf809efada6ef14aa9c6cdb7007033a5f8f300b

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1db61763554caf12adf40095fc6fb951bd115665ac692655ceed3c3dc9aaeeeb
MD5 dce35275d061b7460fe64734f73a4212
BLAKE2b-256 3561ac065cd10f6109e27b57b498d539be67ac1e594e7ede519124696d5175be

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9a047da1cd4ee8b6c8e84e8d26cae383c46033ae7af4c8b8641a36f5b1d9c43
MD5 a08ae2cba51dbe02f8dfefd52ec7d302
BLAKE2b-256 6f878d1dea898d0e70a46a9c788fee66c07fdfed08ab46b99849962458a1945e

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b0819d34638e5a31891576feaa6889f4b16aa0f159876c83694281c86b628363
MD5 b202d2a3653a8516d8443815fc08b5df
BLAKE2b-256 593384d0b4d21a5153131b4e8a321bb959ab0309a220a875001bcb3901393564

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae99b8d994a26452b308ecc2e7f40b3209bdcc827a9966c9451dc6e124aab0a1
MD5 501c5a4ec8ca8c1b53f3607275ff5f56
BLAKE2b-256 be2aabfbeaa8590c39af25e71ff6c84fc3dbd77a18629046b2ae5dc05f1b5e9f

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc2edde67d3710ce780b85b18eab0749ebe1c77f92251e3d0c6efbd88ae7d661
MD5 96feffcd186c5bafbb70ef6cebbc5024
BLAKE2b-256 b9329c7cf964bea589da50bb572ee3bcd07641bf7e75961a14558dbee4b1a85c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a783825a8b5415ac4ba15d3495a8330a4d78882715b90869f66ae1ee147826a4
MD5 e74cc285ca4afb2c1d80b13807941611
BLAKE2b-256 f3859a7914ccfea96d24f15df68a93dbb99ff14b4e75f1dd326df58286b38a20

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2202d3f948231254d6c0ad19d10577ed663983c08b92a9ca8da00989465b013
MD5 c69c92db886c1342ebcb0698fd0e589d
BLAKE2b-256 e9017165694535259dfacff7d78377eb66b6e4187b69decbc81558a7170a8aa4

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e2f16a2c6fbf52049cde9931d2cb6777e7b63c9a2e68b949a7bd06f6bbd6e66
MD5 72ea7c71ed4f62f923ffac1c2252b58a
BLAKE2b-256 a14333caa7eefa46c21c6b9b3d3dd96f56772a46530a27577c63a273699b0bb1

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6de0a6783af5f6342f7f124c5a159fc0b84c78d95d2866801d9a280cba447a46
MD5 c8c0a67ede11ada7e17662f6815064fb
BLAKE2b-256 955306c4c8f59b587b5ce087c796d362ecd57fea6a67fb73f380c7f8f4b5403e

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c576d6bf4fd6e6b6e44c5ef67b107fb3a0bf75bac89f25eeffdb7cd846e081cb
MD5 1bf617ed2ca42108eb2b738e30e53371
BLAKE2b-256 c42d458d060268a5a38635994b854507e01038186a4d96cc5b5112680d70ca3c

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2f0ac5b238de53baac98ea66e1e2a21fa729baf69789fb657b578e7d1dbda5d
MD5 73204e8fecea99cd1ab1c1fa4dc160dd
BLAKE2b-256 3cb2253ddba74f5703677d5ee2232b1925578266e4023f7a3aaec6a17e5fd6b4

See more details on using hashes here.

File details

Details for the file qubed-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a5ba2af717c5225b733ec6695bc848a6507e5590ea47310c36a204b03604da8
MD5 f66fb7a9fe3a1673c34655147bff0189
BLAKE2b-256 53ae8817f6db21335200da65434aaf1adb7ab86c38f7ac88cfbaaab9a50df335

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