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.0.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.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (592.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

qubed-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (621.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

qubed-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (689.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

qubed-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (596.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (464.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (547.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (425.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (415.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (450.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

qubed-0.3.0-cp314-cp314-win32.whl (260.9 kB view details)

Uploaded CPython 3.14Windows x86

qubed-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

qubed-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (451.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

qubed-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (592.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

qubed-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl (620.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

qubed-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl (688.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

qubed-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (595.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

qubed-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (464.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

qubed-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (546.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

qubed-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (424.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qubed-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (414.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qubed-0.3.0-cp313-cp313-win_amd64.whl (271.8 kB view details)

Uploaded CPython 3.13Windows x86-64

qubed-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (592.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

qubed-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (621.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

qubed-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (689.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

qubed-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (595.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

qubed-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (464.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

qubed-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (546.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

qubed-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (425.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

qubed-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (415.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

qubed-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (450.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

qubed-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (374.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

qubed-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (389.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

qubed-0.3.0-cp312-cp312-win_amd64.whl (271.8 kB view details)

Uploaded CPython 3.12Windows x86-64

qubed-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (592.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

qubed-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (621.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

qubed-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (688.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

qubed-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (595.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qubed-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (464.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

qubed-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (546.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

qubed-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (425.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

qubed-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (415.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qubed-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (450.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

qubed-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (375.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qubed-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (389.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qubed-0.3.0-cp311-cp311-win_amd64.whl (271.8 kB view details)

Uploaded CPython 3.11Windows x86-64

qubed-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (593.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

qubed-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (622.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

qubed-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (689.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

qubed-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (596.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qubed-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (464.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

qubed-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (548.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

qubed-0.3.0-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.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (416.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qubed-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (450.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

qubed-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (377.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (394.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for qubed-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3ffdc257e298e5c228434d4b52afa4b4c1dde615c12ed9566cf03f2d31e4aa40
MD5 a5fe3cf90fef87dd63af2994bceb01cd
BLAKE2b-256 442677c3b5e16d38c7652dce590fee5c4be20f36dd88272c4e4ea4a1319fa83d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3da28c85734ad82ad10f4606b25b5c57f482742916e5d5c8dbe1a62faf21f2fd
MD5 7eb151ef498100e03101c24ce63a473e
BLAKE2b-256 af1b9ec5981783188d69b4c1cb7188fd444c43681e7be676dd08001df3a122b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eb24cced9b07cf9b150ad22e59225863b6d2403a3b3f3dd93d7c6a51f88463e4
MD5 258aa97a675dfed6697920d8f42fd56e
BLAKE2b-256 30d093e7a1d58bf1bd553a1e6f052b45f62a1e409023a5ec549c586067fc73ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8472d77b7da72d949da2c4eceac64c7cad42b1bc30e42ba9430d8f4bbefaa9f8
MD5 714c9f4554365cd2dc1710f9d140a3e4
BLAKE2b-256 2a954ed4d6e259b81409a5ef5259c6a42c1ae1180a293b3a3f788535a25055d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e83906f3b2e4aaecbf0899bc9fcc0d9f67b87d50fc46feb57b8f2dc8e4191a85
MD5 db1bbf3d0df4478a042cbe7fa9fe5f6e
BLAKE2b-256 561af3ef82b34c1eba9ee43d77a551f7c436198f3f99f4d4ff2f5574547d2b90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ab5b857349b577f143670afa1d2adb962b31290bfe099f158b3afe41da5f846
MD5 12d6344eda6206e1c3542454f3f8c2ac
BLAKE2b-256 86d7372d3aba57ef612ea48ed30bfec6619485539ce90696763eaad0b02ba1e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7bb68fec1f3ee6f4ac4c784b314fa404ba8496ccc079495a8c189bf736a7ffc7
MD5 f554c99c916c8025ad5e3e650e620390
BLAKE2b-256 71ea1a049ff4ff491b73dab93f82ded7542afe601696f66a62a4592a4f727f2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cedc7047204de60c4d4c98666a30a166ff68956b25dab6afd479f2ae42d75e3c
MD5 b446061c3edd4df05044e254fa31ed7e
BLAKE2b-256 060329d2dc07c49a0bcb02ae6d15e3d0c7a6f2762da7c03c06059e2e5ae43939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 57f0a578b1e42dab32aae901f4a828dbaa4e4e58bc706431abf5f33295a3911e
MD5 c59852f5aa8b8d023abf545fe69326f0
BLAKE2b-256 8f2f3412b221234fb23124891e73f5f6061fd0acf3f09f7d8a07ef3e3bbd8350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10ce64ffc43b697e88fba35b3bd2f981701050f7669123f94909da04515ee341
MD5 0b6004fe8efdd79e8a5de9c7ff45406e
BLAKE2b-256 60b713102258d90a49a26db9ec62a4136139384e016605321fd7f0cd4a7607a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5bc7929ff396b5576c1b660c1f8804f5f2197344bd08c70d403e1d0d8f279e7f
MD5 8c86b20de863e355ee1c38d7650d77b0
BLAKE2b-256 b7a5c0e94d3d6b8a36bdfd4afa33f231cadf6d7f4cdd9b07fe036e64c2f4f0d4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.3.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 64b9578d446de82dcf995557ff63678d3639fe6bd93184ec420f076f17ed2fe5
MD5 39aa857a4487c53d3347283c47d379bb
BLAKE2b-256 eb7782798930f2b7012901fd6f272ecc3a8015bea059c50070673357765f1586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75b2bc44441c6ee8b6037754b9e871d08231b5ca2265849edf6639c2706b2c49
MD5 2f971503150d059307c39752b04d84f7
BLAKE2b-256 eb49773f5b7dca08680b79e8389976dee6f4c915b313b88c0a8bc94fd34b5ad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 00df329a22dcff2cca42f7b8c3ec5f77e69bfebb693d9243643818cc93762498
MD5 00547ef989a421180ac7ac33537a9534
BLAKE2b-256 2fba25f76e86026da77a84b9dd29137299ea6ad8d67c8952e28e8983041cdde5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d10ed5afeffea272fb353ca5d9f4aaf40cc171d31c4be0081774175ba53418b5
MD5 393fd6b26ec81b660a297d4bd81338de
BLAKE2b-256 7b42c338fb695ba31a6cd10f7a43edf5e1b5225c97fd5c2ee2c566286f9e9bc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b3b620843d4351edcf5539ace1f1eaa7c92367213fc23615207c530088c5eade
MD5 d4a43ce1b0eb63f06d946c02d7a24301
BLAKE2b-256 ebe53586e5d81ba940363da99ce81f8e757df6761f6a8c03935ead687731b109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 98aacf3a875e4d0a19b9c20fcd8d21fe935400c1e7f98152936f51ca91155274
MD5 ce697ed38c8119016366fa847e4641f9
BLAKE2b-256 8a65b36b80082bf4fb4fbed342f99b9245d73c60bec3408c822816bc2f503e32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9bc6cf4555b4f56f95905d1c700236f49777d1dc2d2af4b1ab35acc198bf77a3
MD5 d0a039f1fc0591e7316e37b3dcf8af53
BLAKE2b-256 72c19e2b5907f4c3f72b95818519decc1c7a470f5e8687c690332639a6bf8458

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ad9d06ec464c9bf356f7a113fce217f2c350cbe5e108b46442669096ced4c6fe
MD5 ae00b93c0a186fb8abc6f89480f3bd1d
BLAKE2b-256 ea30a0aad3285773b65b88c3c55bf6c2c55a5c24fc8819c91e06e88380ee75fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ba7ab0fbc6bed55094cd6304ffcdbb4d242b7c8e5f979aa465a28b71a1e413b
MD5 87bb9d5e9a04998b63ba1f4a9f423788
BLAKE2b-256 5b71b83e391502ac57df73e54ccbbe7f636dea3c843382bcc5428ae7ce0a3a7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 389028b5b10d5081bef3743e77845e33a491552e30a3d7322eee87b34989e679
MD5 6ddb35cdff63c701dcf20b412684db08
BLAKE2b-256 b7851ccbaa088b6c501d1e9394ec5573fc8d13dec8cc352df1e45551d998d67b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b8df1939105afa66bb85343204e0a6869d50afc21de341c365d3490774853e0
MD5 c9f5e29f7db2eecd37b7d0c302f31876
BLAKE2b-256 76b9ebd2d384db45660161464452d985a62a55eb90a2e0afa24e13c17f15b71d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 54ccda316705b53aaf603145cf25a16a9db05efeac2b4af2965c4801e756050d
MD5 d89e33347b4c284713f150503d15ddb8
BLAKE2b-256 01ac0b0acf84eb1c4384cebab98e76a92ddfc44a4ab5405c7acb56a5320c9de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27da6cea8a28c32bf0bce6295619711cd4eba51db842663a5a4272557e05e9d2
MD5 8dbadb4a22b6433c5eadfc61d65d4ffc
BLAKE2b-256 f69b9d0cd97ef931603204b0c28bde736718aebde9b30b1631454252af9df9d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09324f89f933bf7cf8014fb8e45d7fa051fc891f0d7342a8f45df46b3a383a35
MD5 d86ac6499e5722cb5093a4a2349441c7
BLAKE2b-256 a5cb4d457fc106c4675f9f42d251e6e9a541923849fa692c0546e30bca6fa889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed7a9463e5f7b74db4f2bc6772f963c6e064a5ad211afd46a728bbe0f23d9535
MD5 d5477b5e3c82cd0a5b2060c4409bf331
BLAKE2b-256 ce841b9a88d85ca206486c7f77ba7641063a47ecbcca7f09390c2909672425d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0cd0293042bc6280d7866cbaf52a39abcd1bef1cadb11bfc64a56bf3277569a
MD5 4ebe9d5b2c0aced190f9ee67995060eb
BLAKE2b-256 d5e75662bbba35917360722100638b54ab8ff0a3bdabfb849bef9d56973ff7f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b771520d270151d78c75d4533b150f73f30f960ffbc2770ca639a7e0cef12524
MD5 650316b01782c90821783c155dd66618
BLAKE2b-256 c89d4fa8833af1841381ffdda12fc4fa002dde022bd1b2597583593acc07733a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 24abe787d57400d6ca4c2bfaf5fc01c8ece07c5567e8dc2f3ffd9da69847d00c
MD5 ab4321d05f7d13071045beda0a5516be
BLAKE2b-256 d2bb642e20613a54280e4329f58fe0487edc419282fdafe6ef25352a04a52327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0fadac978072d86b77f7223b144c82bca659334c3d860f787857d692f9094174
MD5 12767457c2eb07a14b694719c17fa81e
BLAKE2b-256 92de09e0728c6a7ea9734994d24c277922ae4c25164bd4c1624e8961bb954f15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3c275da4458a0835c0fbf983bb76441ace2c5a4d2673cf678b9adb2f90099ec8
MD5 4439cbf8ab671bd31e9017e07bf0a92a
BLAKE2b-256 e1105f2c6d38f1ad51e719db961e7063a16107c2e8d10131a7608df13a5b7e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b72558a99e2cf91fa041cba21512cd3bbdc9e6977f1a1b8e1ea3ee4007c73a1
MD5 51b6c171170e61eb6e278d22cf1df2e3
BLAKE2b-256 c48ce9b37ff2be2589e11c8db29940e2c2980938f5c651ef226ae70bc59620b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a536aa78d22a29317c029be2c2d9e81d8fdd96c9a97e05edf02aae49d225277b
MD5 fecb723a98c10320bf31546e8076d701
BLAKE2b-256 b4da21731d9cb6202c840aa70bc6f3623a99a4700d9b52d73ce208f09d4a4edf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77935c34645ca2a8373027c8a319b41773a41d3ae7d52ffbc17fae990657ca20
MD5 75a4f90db4700932b0374f3f99983927
BLAKE2b-256 e9147cbba3d66c24beaabe93ff01fb49368bca8643134bdca5fcd0ab86af92fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 25cbe93a7d9d642289c04bb0768b2b38c20108bef511fedf143f7bdfbd15c6d0
MD5 3766a85bda1c30b411c9d21daa90f8d3
BLAKE2b-256 3bf9d1dfed7d40b3909f6e7017a349f4c7be724183dd26a6caead181f148b2ef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 950550ca53c7b1368250c2a86f1151403ef9609ec1738f8404b08bcaa6485a4d
MD5 44e83f9f1b0be5f79ead03ef837e72c8
BLAKE2b-256 6ba60b78fadcb265f997c2076010f506dfc72b0c131919878eb70d67ecdb4ac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 834ffdcb0f000e22e6afdc1791806b131e2260bb72fda58b7709f8dbc84e42e8
MD5 6807dbc27496e415ae7461683dc2bd00
BLAKE2b-256 07b7e359e9027850b505f27802cbf9bc4f3e4a53f7741c203de73bf931adab30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59a0d3dcb0d179e35f1b037ab2d0dbe83f92c983bbb0de3201bbfec31a15e394
MD5 e81fda695af8e94822334cd36d6da98f
BLAKE2b-256 1dfc6f7e0cc1c5fd9caccad26caf87bcfac88e0f3b267dd49820229e76b88c14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 74b14632f2ce33d76d921da11e8b26da203c949236f3a8b94b708b0e3004e41f
MD5 605191d55beb456a1dabddbc1a5ef314
BLAKE2b-256 595a15d084a4cf658b8149821e0220a7b937a613205f7e7e446bcee4927a8f78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5da6fa3256f79d446bb5c862ea7841c9a7907fc17f06bc3a1caa1d4fd80c390f
MD5 0e3c9ff1c086ec94d6759b10c6e93e74
BLAKE2b-256 9def8d120a29b3a408a39971cae0c386c4e0df09fc0a596a7faa6e234df6037c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21bce3444f82ca46e3986523123aef7b0a56ce05b11164b9fe66155d4510fbda
MD5 8c56d7062095c4c171085a6f29e347e4
BLAKE2b-256 483b3f91ba61e0bfc87b989d3c9609a3e705bb71674c696f7c77b357888d5284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3f6ea81048870549fc37e4061a9970f28709ef4f716a373dfbc1ff28559f4b87
MD5 9f5849e3fa99a41caf5a0571e93e19e3
BLAKE2b-256 a8d49596c8bea1c7fc7d704a2c47fea79bb8409ecf556519f398ea5e63f30840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5956c289f3b518a0f587ff81464fc01c9326c20f62e4a35ec84b3568942157da
MD5 e55506ceca59914d2c4bbfaec267ffd8
BLAKE2b-256 e982531f38f7a9b7627d7907694c147274cc8e9b70e156298d14fcb3839ba7d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8464e7b76f8a0c96bea35bbf4eba84f314bd3f3b68bbca68c0c31cb3aa7dd68
MD5 85b0e35f9de830067e68af78246e7fca
BLAKE2b-256 67909b174b2cd9ba30bda6da2dc4b1ae73dc11243b237cf6ac666fc803d4ebe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4c04ef486c587c95d2c942ba2e45057ec3dd103b26908d2eedf20ba0ccdd4a0
MD5 9301916bb5f18690817c9bc7ca0af4ce
BLAKE2b-256 f744eb748b57801534b301e1f13a8fb3bb7f590212dbf25f6d93064c67abb1e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6052ad3e950072368ebaa8b39b478e768e479d8d23da01fe660e34374f925b14
MD5 737f95eb24a9b3a4af7248c470677de0
BLAKE2b-256 87490ae77c26076a71bb7ac7252d05af36158b02fb18bacb083e4a72673d1f41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a00eda5d58cf40ba24c4fe1d82e33e7a59ed8ebe5e12d28317158c159b2aa172
MD5 c8c0ccbaa0b6ef5839a49bf8ed6e55aa
BLAKE2b-256 553ce2dc85648ca8c67f9d486f9656c891750d22cddf3edcf70997c566076472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33bb911610c2833429e868c8c10a150ae7beab96ce49c2487d3713508bcb3a2a
MD5 5ac891e3e95848ba92601fae36fe1bdb
BLAKE2b-256 2f7bd6fdc988c058a9789a907f7efaec18113a62abcde39ca8b5082beea5a2d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2ed8a631ab0e53e851328158776cfcf8c3486eba10079843099680b075e18e6c
MD5 788a0d5f984dce8137dc43f64afc4c11
BLAKE2b-256 c10a05688177adf069f6e2d3e0bd50d71fa5cda990e4b598e5e7aba5cdcdf0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 383c867cd65a08d50c5b8502023a02ee98856fcf721780295631740447814337
MD5 953954bd4351972f4bfe82f881d626e1
BLAKE2b-256 8c9de6156e895ea1a2b052ea6e63796ac89d204f7390be4d3a0c76d223eecdad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b9ab91269793fcc0d38cc3f46f60b70ad74a0935e73dbea0285e8263299bacd
MD5 189b46b3049d35774ee00ee273e124ec
BLAKE2b-256 486e80bc7c7a2b6d1c0cd84fc511fe898b0740c4d79c33c0def027ca943aa02b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d040556428ee733caa204a28d5204c2b87a64cf3847100e4448270ee4d937b11
MD5 e71ef77ab54f549db6a23a01e0303a1f
BLAKE2b-256 b286692c309d83547c5cabab5ea2ea58c65f308b6bdcd0dbd4a1b9b73f20da17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f5987b601ed219e342182bf70822eae80eac825da76d9e1b2d4ff4065513e27
MD5 8a49c3ebf86159fa649bfece753f15d5
BLAKE2b-256 1b40c455d8dda71a732540042aca21f05851e3ec013062a23566e5e3d27ff98e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9983be9fd4939b24490a7d93fae1f807227dc2a1cbda554fdf29e66f945238b
MD5 c52e363dbfe98a7b7dd49b3436db6b5c
BLAKE2b-256 725ffe12674e066ef4cc93b59bb9509fbc095485f5a46ca99d4f9205338d30ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77184a31827f2ed232111a04e7def265c67164f35602f0bc4151ed9d533f878f
MD5 5b54f31a632d1f29dcf682b5b8db917a
BLAKE2b-256 413c89d3f542a64e52ebd47c45e5f89953bb9fff33024968283440e842019f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 05af8a544836b90ac01940b48804768541ad67d1e1462dcb61252b8a61f0318c
MD5 7cf9ec9a3d8015cdb438f838d2b84e8f
BLAKE2b-256 e0cb3ccc59799fd4dc61673690b1ad23de0f0fbd4893176b0c61bfc1da637695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bdc08eaef42559bf016bf4d001ac755c5811fbc2d3273df761e462074b4616a5
MD5 9cb90857e4625883893e58996626da27
BLAKE2b-256 a588db6cdfc0a08e4d68e9decbc437e8b275c7c1fe333637e61747db57deca90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f814c8802df89855051842e92c5f494c179dd5921018cf98fd1fa1ab0705dc45
MD5 6b67fc03121bd66176206725056cf011
BLAKE2b-256 d96b8fa9ad4b052f84b99f67500799becd1af8b9149c75353e305b953b87121a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a8d27a767b2fa7c48a7821cee31c95ad01ec24fc56f22f0fbf373946841047f6
MD5 966a566d44c98ff5052ef82475771895
BLAKE2b-256 01f46412fd56f8b6297271406b4162cdc8f3d4b214039851d4cae425e6784d97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5f04f87c65fc385ded9a6e0c4671bda422aeee1a7057bf5cfe939ed9fa8990c
MD5 5f59bc78cc1b321bb1a0b5d8f61f46d1
BLAKE2b-256 dfee03865937adf3dbe3a40688b6e5368effffa8d19b95593c1be3e8bc2b7d63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 29dc230aab85fc8b3545c569d1c963e1076146d568167630382fe0d51532f974
MD5 1dbd9239e5fe332be3bfff2c6a06faf1
BLAKE2b-256 245262caa390b38faf5a207a6999dcca8e90141087e135f1d9f3f706fbbcea01

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