Skip to main content

A library that provides a tree of datacubes called Qube.

Project description

Q3 Quick Querying of Qubes

Static Badge Docs PyPi Wheel

Qubed provides a datastructure 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 repostitory 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. Thise 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 🌲 Tree Compressor, a compressed tree representation optimised for storing trees with many duplicated subtress.
  • 🔗 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.


🛠️ Future Enhancements

  • Intgration 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.1.11.tar.gz (251.9 kB view details)

Uploaded Source

Built Distributions

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

qubed-0.1.11-cp313-cp313t-musllinux_1_2_x86_64.whl (411.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

qubed-0.1.11-cp313-cp313t-musllinux_1_2_i686.whl (435.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

qubed-0.1.11-cp313-cp313t-musllinux_1_2_armv7l.whl (509.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

qubed-0.1.11-cp313-cp313t-musllinux_1_2_aarch64.whl (417.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

qubed-0.1.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (276.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

qubed-0.1.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (296.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

qubed-0.1.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (247.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qubed-0.1.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qubed-0.1.11-cp313-cp313-win_amd64.whl (113.0 kB view details)

Uploaded CPython 3.13Windows x86-64

qubed-0.1.11-cp313-cp313-win32.whl (108.2 kB view details)

Uploaded CPython 3.13Windows x86

qubed-0.1.11-cp313-cp313-musllinux_1_2_x86_64.whl (411.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

qubed-0.1.11-cp313-cp313-musllinux_1_2_i686.whl (435.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

qubed-0.1.11-cp313-cp313-musllinux_1_2_armv7l.whl (509.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

qubed-0.1.11-cp313-cp313-musllinux_1_2_aarch64.whl (418.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.1.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

qubed-0.1.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (276.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

qubed-0.1.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (296.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

qubed-0.1.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (247.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

qubed-0.1.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

qubed-0.1.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (254.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

qubed-0.1.11-cp313-cp313-macosx_11_0_arm64.whl (214.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

qubed-0.1.11-cp313-cp313-macosx_10_12_x86_64.whl (218.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

qubed-0.1.11-cp312-cp312-win_amd64.whl (113.0 kB view details)

Uploaded CPython 3.12Windows x86-64

qubed-0.1.11-cp312-cp312-win32.whl (108.2 kB view details)

Uploaded CPython 3.12Windows x86

qubed-0.1.11-cp312-cp312-musllinux_1_2_x86_64.whl (411.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

qubed-0.1.11-cp312-cp312-musllinux_1_2_i686.whl (435.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

qubed-0.1.11-cp312-cp312-musllinux_1_2_armv7l.whl (509.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

qubed-0.1.11-cp312-cp312-musllinux_1_2_aarch64.whl (418.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.1.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qubed-0.1.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (276.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

qubed-0.1.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (296.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

qubed-0.1.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (247.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

qubed-0.1.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qubed-0.1.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (254.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

qubed-0.1.11-cp312-cp312-macosx_11_0_arm64.whl (214.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qubed-0.1.11-cp312-cp312-macosx_10_12_x86_64.whl (218.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qubed-0.1.11-cp311-cp311-win_amd64.whl (113.0 kB view details)

Uploaded CPython 3.11Windows x86-64

qubed-0.1.11-cp311-cp311-win32.whl (108.7 kB view details)

Uploaded CPython 3.11Windows x86

qubed-0.1.11-cp311-cp311-musllinux_1_2_x86_64.whl (411.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

qubed-0.1.11-cp311-cp311-musllinux_1_2_i686.whl (436.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

qubed-0.1.11-cp311-cp311-musllinux_1_2_armv7l.whl (510.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

qubed-0.1.11-cp311-cp311-musllinux_1_2_aarch64.whl (418.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qubed-0.1.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (277.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

qubed-0.1.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (297.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

qubed-0.1.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (248.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

qubed-0.1.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qubed-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (254.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

qubed-0.1.11-cp311-cp311-macosx_11_0_arm64.whl (216.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.1.11-cp311-cp311-macosx_10_12_x86_64.whl (220.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: qubed-0.1.11.tar.gz
  • Upload date:
  • Size: 251.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for qubed-0.1.11.tar.gz
Algorithm Hash digest
SHA256 e9eaf06c78ce14550d03bb66dd98ef4b3631761d72cecadb185b06c6d6e4497b
MD5 c120c13802ad5e971c734684a0fcc6f8
BLAKE2b-256 2720f2016aeabe462a851255dd4f4ce97388bf599f9039627d4378dca705eadf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e20aa2b543ce911a5c2e98ba8b983dfcf15cc3c00093384fa365b3cc39458b2c
MD5 2b0e8989b45a381b89cfcb415d97b2cc
BLAKE2b-256 526dbe377aabd599ecade131064b193572a07828805f2f9aa50921a45f229e12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27f71b275b7ec6fa0b38c0fb20a8ac4bcf16d97c70c011aca71c76ff8352303c
MD5 c0072a2a27cb8586775fd7f3e1fb3e41
BLAKE2b-256 e465f5a3cd13574af205a08c2d273f9e643aaf9b90d6dcfdf18fe12c8dccf4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 78c3cd8353dc6518acb0a6e55041c053dae4dfd44acb39d3fa167dac532e3795
MD5 6ebb665bd075d546bc57f245f59c7084
BLAKE2b-256 c1291729eab166781134a2bd9b17848ff0a9f37ab6dccd50944766cdee0c2081

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9788a7aa27f7b08a82327e114de31a09856c8b4b6f973e266e79a20b3fc14bc3
MD5 5942bb32f98a305e5767cae99914398d
BLAKE2b-256 7fb55ea510c7c6b7a7fc66df55ce417aed8f85be8ef7080c26c5532be5ba4a03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 abf81d21d976b6018d80b918e9514c4d71791d4e994a047782149f464494dc40
MD5 8ebe76d700151436c2d87a9f2e4da42f
BLAKE2b-256 65c233a65503a39f7d69af238cac216d590bbd3f040222540ba30b8532a70916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c54034f55b4e41bf17c41d56631cb0e0f1920b080bb26e074f02a13f84853a27
MD5 70447b7b7b1405e6e12191c31a31474c
BLAKE2b-256 c97c5517f52770906f94d8d980031e207d7828bf9638016f11ee8eafb7574f59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd02834923653e19bf523d2a2fd158bd454f5f200896d0013a948e70eda06b56
MD5 53eb2f0c918255b1f41020ae3562a858
BLAKE2b-256 9864a67b7d6d0b996cce4ba1f583dbc5993956de9fc5b5ef387a6b42a028282d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b6c4e8c453c5179db22a0d9c379aefd27238c0b157d58e365b8570b06533754
MD5 1d3b4a773c72d8bd3124ce065592deba
BLAKE2b-256 1840588b51ade088c9d48d513b3f102e71026a2850aeff101fdad94f344fbcf6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 01e3e24a507664486ec551ab7db3999bc74edce90be366fa0f0a998c59d4f71a
MD5 8014021b940b0a47894b07500ce76a4f
BLAKE2b-256 650e11eda0ea5d6917ae10675419c154ca6acfca7010b4d34142a12939c8ce02

See more details on using hashes here.

File details

Details for the file qubed-0.1.11-cp313-cp313-win32.whl.

File metadata

  • Download URL: qubed-0.1.11-cp313-cp313-win32.whl
  • Upload date:
  • Size: 108.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for qubed-0.1.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9fadbe119f544dd42193ee0698506a995bda21a53b383a82f6d6bcb54f089344
MD5 84296fb603deaead094706ccbb8cd3c8
BLAKE2b-256 ed3c31e09603b2df7f8f9acf76446a6d6178ce1e3228d5aff8570dfc1c0b23db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7333c70f0377dd4fa170c36cff7bf55a3a9e520529d65e3c56ae26faf875965
MD5 4ba491076f3f922b5cb645ef69b5f18b
BLAKE2b-256 f52f8e11a82862ac7f6863de70878ee43ea6c2e2505174ffea4769feceaab072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90f5a4601369eb7ba91c5b60bdd9ab9a8396fbd390d3caf2aab202b91b8f579a
MD5 896d1d5160d4ec3b4f1581b1b7f1c592
BLAKE2b-256 12c6a85e1800e87e6b3ee851e1e0a56fe2ab6f55b30ea6467a2307827bf384ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 84ffa2590d25c6c3754eafb860660b246e29df247ad0c76ce925309cb9cd120c
MD5 7c150702e8e544ae671d6a86b05074c2
BLAKE2b-256 e1817257ef96a7ecf3f35d1eb055058f0927bd2f22776d5314a7ac345ca2b71d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb386a09569c1ebe677c949493747caef6dfa13cc0ecbeb9c86a9f58db31ed87
MD5 3ad4603e3488072bdf008cc019d8aa0b
BLAKE2b-256 0cd4d72ac6a566967ef2a39d6c7ff32309ae0f7025ffeaec5c4004ba5ab56f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adc51dec2326ca38d36b7aa37f82f623269b3af1657d109c0ee187fb7af82d62
MD5 58e6a2b40e3158e5ed145070410b951b
BLAKE2b-256 2081adb60ba52c364375216e2fb97d7de5cea273999f2a43c6861e6f7202a5f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 308e6c4cf334cd9f7b73317b11410bb8ad3160505211cff8b641bf67d3fdbacf
MD5 e6d2500acf398c1e720a79b74e782372
BLAKE2b-256 e0c3288ed0ac628e3fcdaf0a034358912b4d234fa2aa29d01254a154646f6ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c536d806f4005bd25205ddab8ef424362de56d7544543dcb5c9e950b43fc0cb1
MD5 e05baa5dba75d6b93d148c6df0efd43b
BLAKE2b-256 966bc161f72db5230f9b4c3b98d45f0b3aca7593cde32778f1dca9be6926cd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 426b585ca80cfb5cd302a9e00a1654cc1aafc849ac2f8734ffc9c46bdf042635
MD5 dbe801dbb1e216be5b7150a8ef6ab1eb
BLAKE2b-256 71a3bdbceb1da3b9fd51c913960edd95ba2cc934cd933d2e127dd73be2297fcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37845e25776f0a8b4dd2e75b99eecf5cbb51b5315e81649739eb616020cc576e
MD5 0cdbde76edd2964cb8df950bf626cdfc
BLAKE2b-256 8bab8b0cb8314bf94f08111cad810876a1b233f43993a84ed28f6313591679cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1fe2109d4c7478277bd09d13bbd68b2e6559d5711f1434cfc869a7e6657cbf14
MD5 3af3190cc85ea515edd6339ebfb85ecc
BLAKE2b-256 eb130bd0a3d9a66e1759d1893ed04fc72ccc9fcea76d2d2f9af614110eaba7ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e567ab67e008c9804958439df30a03c31881305151b362dd3838d7e6c606a825
MD5 b8f9578234fade746c4960c939648e53
BLAKE2b-256 d660504488b3fa5476b7057b9090e80897c640b5df7d5b3e8f785f099349b767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a06bb1fcf5a534a61ff825bb6bd2b3caa92aa1d366fd1c6de76abdb14078c5ea
MD5 df315767370e39aba1cf42241f2aa2aa
BLAKE2b-256 4ca43f6a446a8036cc0807dd9f9cc23333e16bf307df322a5d07502d02f83c44

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 852e4a82750a23a78e440a29d50e3c7bd7e9aa3537670f96dbdd7f562b42d056
MD5 11027dd3b76bca88389296c7452f7687
BLAKE2b-256 66bcb79ab353837226505330e737cf31b0dbcd1e910f99e0264a2b3c39a9e601

See more details on using hashes here.

File details

Details for the file qubed-0.1.11-cp312-cp312-win32.whl.

File metadata

  • Download URL: qubed-0.1.11-cp312-cp312-win32.whl
  • Upload date:
  • Size: 108.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for qubed-0.1.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2ca10fe42f6356b638d89a27af0a9811c667298738ad5214b787fae48c482072
MD5 8aba47b68542e0f3141798e3aa91e9bb
BLAKE2b-256 d582a54fa9e14c1327392859b62886169fd96aa066c85d2dda3576ac296c49fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56050f2f636ddc5771bf0cff94620e82dc77297484cd2cf9a9a0291550acc303
MD5 53e0e395da2b42525d255a543bd56e58
BLAKE2b-256 532f0cc72ab6a8a354bc1df12ddbe7d555c01638485d9ba2ed00da62d3e29f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 669eafa6946a096c386b92cf43611892b50b35148fdac6a0442f93c786236e24
MD5 0cb35bb8737dbcacabd9a0101b670f12
BLAKE2b-256 ed78f450ac7478f58f6dee7d1f2d009886d7969d4a910f2d3c02617938a8a64d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b23718715b69e6751e1bdd114527048de8f3370c9d7dd526cf7b61ecf1ce07fe
MD5 edab58d0eac0bb70c739d9f5c288d5ff
BLAKE2b-256 d6067ef21ba8d2699005f465e615d5b189dec7aab0162b02fa0bf280ee015387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95c8a64ecbee05d3e1f2987bed5e818ed32812f68a8b3da67eb8434d802318e5
MD5 eef20de9f158e9899c64ce1ec1aefdfd
BLAKE2b-256 88eb669d17a8c9429f9a80c2e84885f333fa8282c329571bcbfbd8cf273d7d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ee11d85ea58810afda866ae0daf1d9bc7d72685ec4e6adf423f11ad3696b4a2
MD5 4e835b9561560ca34e5f98779a70dd2a
BLAKE2b-256 e66a7af5addd7452fc203d14ebcc6525fb5865fa0032615f0ba32d71519f552d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 346eaf10993c5223d06ae10b17e956f5411f47ce6b15a9dbbbc18469c44782a0
MD5 2bbedc4a6b3f510471ba706fc8b8dff5
BLAKE2b-256 65957141e639bd821441861d650f6524cb5f256e0d4546a358154fd948401c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dbdf4bfdaecff57efc9a527ca6939f9ce2069d10feb90c9f771c414ab9bbb7bf
MD5 d0422daa8d4a108055a8a1705e188235
BLAKE2b-256 f3c8a3efbe65522dd7792e455ee6acb38322844032d7112f5e0e7bbb0a0f2368

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 493315aa3cd23e9890038061a390d8836f1a98c53ade0b7ff09ca7bd4885a1dc
MD5 e608a2fedf5914485620305dba1206af
BLAKE2b-256 6caa084c8d0e3ee50929240ee1e048e1084cd71759c515717d6aebb600c46242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0aeacabeabceb7480cf3b100c6cd3aeff42f698f77c043f7177ce7bed83c7b2
MD5 77e4316bcdcac395237d5cf0892f472f
BLAKE2b-256 3148309f58721eca339a8cf8885fc257a2ff881a439d29272a70b3c9dd9a45f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1032d76a6def64900132518f594cbfdca4402ca4e151bed5fa0ad31183282c97
MD5 683c4b17c0a405abcdf1618ab9011aa3
BLAKE2b-256 b65b509b6de8fce5b6681119497b696d144dd831e7ea614a0aa599348917115e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f508896e6ad3f6a77c543f2b61d1e8c83296086cf7882fa444f116dd0d0e999
MD5 ad91274ee2d3879aaaa2505622f98303
BLAKE2b-256 4dcd7b2599be8ff079926c1548a1df7366a4ea7c7fb71dd9d325613b976f4700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a6df161c812a48c4dd742e967c04591d48e86955c3c5525e4fd2df839201dc08
MD5 4767d308c302a9bf789e027798252588
BLAKE2b-256 7d5eb5103a2d2d9c32e98a7c42a35efddb38c79196eb29b0b3f40077dab79fe3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f9fd0a4ef6f7fce9dd2d0b04cc99ebc5ccad9f5c012117a41b0dcc1a40fe5ba4
MD5 ad572b78c9550ccc04143b1d31396cb6
BLAKE2b-256 d49d527d4e0455f6e792dc32862f0682c3175aa712e72bcb43a0717955481910

See more details on using hashes here.

File details

Details for the file qubed-0.1.11-cp311-cp311-win32.whl.

File metadata

  • Download URL: qubed-0.1.11-cp311-cp311-win32.whl
  • Upload date:
  • Size: 108.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for qubed-0.1.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a2e1d08f5077b2a588c17bb4a76378126dc65c90730bc79d893af241d8f1edaf
MD5 ebf7e77bcf6c8c12c05920f6ee652cd8
BLAKE2b-256 fe4b15b3fb600eea0107da8c55cbb8ba647623a810bef488c396245197e5c93f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93387c193ef1ac169bf42ff17f82caf5a98ece56681ceb2a4ffb8b4bb23ae248
MD5 315577f7bc081cfe7d0fc9739b6c8020
BLAKE2b-256 d27a34dba7a37291b81e8b628cfda0997128be2b6a32a35346c0288daff65245

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 041a23f190474aba84e59425c85d52766a800285aee6d4cca362485646a4fa2c
MD5 3e8eeb58452bdb22455789413e25c754
BLAKE2b-256 659ee34f6648303298454a8ea3c36bbff99ba1723285e3b4933cb9fb9b709c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f276a0ff66e92822017b04aac3d3ef12f7597611d8e36563c31dca15800a361b
MD5 df9e50a1582419a9ac0fdcb4c59d31d1
BLAKE2b-256 fce8a8b07e12afbc2de9b55fb1c49328b0afe6894aba0d4327644211be3cbc32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d436ed2760e8ea842eafbd819947b799ec7409cd5add4851d7e5f68ec164653
MD5 56ac923f9213d12fe956aad0531c3bb9
BLAKE2b-256 5120c55476b324cab2c7446abe743722722874aaabb642ac99b2c6d87ec2d6d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d96a446cb558e9e8f91a2033ab52561de86c0fcd5eddabd2fbe0e112aa837e4d
MD5 ead22d530f04b7934730375a09703796
BLAKE2b-256 5ffbbf3ee16e8ec5fa1e754c9e49a8b92250d533728364be33f30bc8f2b9f51b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fedd391dea08ed7e4c07c32a91eb404d50b617c2cf9809ca58aa74ff0c0b69a0
MD5 93821945aa868cc40f18595de2fe4cc5
BLAKE2b-256 d44df25b013cf3b09bb4ce933843342827e569573e2cc503eeccab90fe207369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c0cfce001cb9630df4d79f37001417f5b0725261ef4d23480a5260f8bfc70d43
MD5 85e07580ab8870f1724b1a2e8daf6c6a
BLAKE2b-256 dc5ca7e70ccd5bef54f313a90f9052702669f0030aafdb52e41b1aa869687797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 37f3a4e4ca478347109fae4d0a4bcee47a413b8a5ce0a4d911ad50b50525117d
MD5 d6eaded33079e1745a9e80b8f38197c2
BLAKE2b-256 d532fbc454aa677e50f8b51d47a8ac03a0ac59c3e4df43d02bc36305ad22b452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6bf1e07b6f2046ecd582369ad3596f1f1d189ad8b025b0a2ae137abc255d1f36
MD5 e6b0077f0cfe7663ec5596b902fcf784
BLAKE2b-256 d47a0e3c2908cd241fca6b31cc0256d3c55b5451ba015b27fa1b19bfd9ee0aca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 db29d2f93645a4408daf118c941c13976dfd86138df0731992669a84ffd0d776
MD5 b674e585f269c47b18643ff117b02e0d
BLAKE2b-256 520016980c6d1e090085cd30ce8c8c05f47f975cb32d8dcf60c38a7514562973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5657d617a8ea71ddb2a5ed19e553f6aeb8ab8a6342fb0a508829aa3803ff6a3
MD5 baa7a74a1c872202a16c25ea06d25b1e
BLAKE2b-256 75b59fe738a1d9585a1c2a75fff5a8b823fdbf3274826d34678738285f2d9f27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.11-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c79c9ff907081ccc79dc0d7cded8d8a5663de4341f4df0b0a7f00b0a92f64f1a
MD5 b7f18bc22946a69384abd23fc5c62db9
BLAKE2b-256 9bc35cee59041ee17ec9cdcaa55ba9143111ab287cc4f4fc8e3a70d5d99d015e

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