Skip to main content

A library that provides a tree of datacubes called Qube.

Project description

Q3 Quick Querying of Qubes

Static Badge Docs

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.10.tar.gz (547.7 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.10-cp313-cp313t-musllinux_1_2_x86_64.whl (406.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

qubed-0.1.10-cp313-cp313t-musllinux_1_2_i686.whl (429.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

qubed-0.1.10-cp313-cp313t-musllinux_1_2_armv7l.whl (503.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

qubed-0.1.10-cp313-cp313t-musllinux_1_2_aarch64.whl (413.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

qubed-0.1.10-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (274.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

qubed-0.1.10-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

qubed-0.1.10-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (245.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qubed-0.1.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qubed-0.1.10-cp313-cp313-win_amd64.whl (111.8 kB view details)

Uploaded CPython 3.13Windows x86-64

qubed-0.1.10-cp313-cp313-win32.whl (106.9 kB view details)

Uploaded CPython 3.13Windows x86

qubed-0.1.10-cp313-cp313-musllinux_1_2_x86_64.whl (406.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

qubed-0.1.10-cp313-cp313-musllinux_1_2_i686.whl (430.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

qubed-0.1.10-cp313-cp313-musllinux_1_2_armv7l.whl (504.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

qubed-0.1.10-cp313-cp313-musllinux_1_2_aarch64.whl (412.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.1.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

qubed-0.1.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (274.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

qubed-0.1.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

qubed-0.1.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (245.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

qubed-0.1.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

qubed-0.1.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (251.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

qubed-0.1.10-cp313-cp313-macosx_11_0_arm64.whl (213.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

qubed-0.1.10-cp313-cp313-macosx_10_12_x86_64.whl (217.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

qubed-0.1.10-cp312-cp312-win_amd64.whl (111.6 kB view details)

Uploaded CPython 3.12Windows x86-64

qubed-0.1.10-cp312-cp312-win32.whl (106.7 kB view details)

Uploaded CPython 3.12Windows x86

qubed-0.1.10-cp312-cp312-musllinux_1_2_x86_64.whl (406.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

qubed-0.1.10-cp312-cp312-musllinux_1_2_i686.whl (430.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

qubed-0.1.10-cp312-cp312-musllinux_1_2_armv7l.whl (504.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

qubed-0.1.10-cp312-cp312-musllinux_1_2_aarch64.whl (413.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qubed-0.1.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (273.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

qubed-0.1.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

qubed-0.1.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (246.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

qubed-0.1.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qubed-0.1.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (251.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

qubed-0.1.10-cp312-cp312-macosx_11_0_arm64.whl (213.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qubed-0.1.10-cp312-cp312-macosx_10_12_x86_64.whl (217.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qubed-0.1.10-cp311-cp311-win_amd64.whl (112.0 kB view details)

Uploaded CPython 3.11Windows x86-64

qubed-0.1.10-cp311-cp311-win32.whl (107.3 kB view details)

Uploaded CPython 3.11Windows x86

qubed-0.1.10-cp311-cp311-musllinux_1_2_x86_64.whl (407.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

qubed-0.1.10-cp311-cp311-musllinux_1_2_i686.whl (431.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

qubed-0.1.10-cp311-cp311-musllinux_1_2_armv7l.whl (505.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

qubed-0.1.10-cp311-cp311-musllinux_1_2_aarch64.whl (413.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qubed-0.1.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (275.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

qubed-0.1.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (295.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

qubed-0.1.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (246.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

qubed-0.1.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qubed-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (252.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

qubed-0.1.10-cp311-cp311-macosx_11_0_arm64.whl (214.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.1.10-cp311-cp311-macosx_10_12_x86_64.whl (219.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.10.tar.gz
Algorithm Hash digest
SHA256 8797298a6e85ca4c6f578a0ca5df8d8a1f13b9d3e867f5daf2a4b9527bdd7243
MD5 0f2026f7cf60f40276b6d5d0f8811d3a
BLAKE2b-256 b307ee2617bd3a414e16b5afc8d6d6114b11e1a81c6e8c2178e695eefb4e7c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b739048088d938a718dfaf213b250874c72afbf0b20bacdeb47005db35139aa
MD5 9892656bf2fdc810fe0a47cbda7e4053
BLAKE2b-256 dfd9a327144c6a57386737c7b4005ef5ec12a7451cab9ddba904099b2b495d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6984e873520d9728a66bf2db30bf2084d83dd6bb3278ddaab1b7d4f6ab04e9c4
MD5 756668f08bd5a3b86e645c05b1485679
BLAKE2b-256 b0fdc377feed40a824d837712f3ccdc933fe32e09733f4800b5f1a8b38c26e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b72a043b1005a9226e7599225807920346ee3869ee7c3f58400d5e79488b7b88
MD5 d9bf089595a1ea4cc6e53c570bbc0de3
BLAKE2b-256 855a4ba32ded166c35b7bd8ee554bfada16310fdb913ec78acf432c7e3a8233e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 169444c928343151bef44d63f1885e27be2827424deeec9e6dab0531a81e32c1
MD5 c0fef8540684e2df95ed3b2a92591532
BLAKE2b-256 e7e3b834b75c34723ed5042958e60d2b04e70af956cf3e35750cbe9951bfc8f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 52b20ffe6f844fe38edd85f9e78a6d7aaed148f84281aee7bced23b681aefa78
MD5 b64482a6bdc1279224f47bd00670c4e4
BLAKE2b-256 f58f8843d53afaae955f52d67f2f63e7ddc9587a395c70dd095ea26b92cf823a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a4170b574e89ecb8e4e969ee95eae607ba6742694ac5e53339d6fbd5d64b887
MD5 931cd0c7a51007d40d4853a93d5c99a7
BLAKE2b-256 92f68ed88acecccbc1c89867cb637cc4aa70d77c039e178161f4832bc235654f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f976677d9055536f120369dc4fbbe60fc9826577c897927283dc06eedf6683c
MD5 3dfa0af1c6e62ea934dfb631a2e9dec9
BLAKE2b-256 03ec0f7cccef3641f94ca57fb9a3018aeecc0ac5f3467d16d02591576044e240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45d9489e63094a15b568ce8f9460b1788c0c6b6b06360d34a77909f9f1fdfca3
MD5 e66e4ca75f0f2d6cbc0d6b0a8c502655
BLAKE2b-256 c890c037df07e0178037b57c2d757673fa84c57327da62781c4b4dd6b0d53b0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.1.10-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 111.8 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.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e1bc5ece6b5c6600dcb5f0beee285599fbf6ca8841cb0c57a8cd542df09fb296
MD5 a02183ef68d612d39a4ff6b2ebfd183b
BLAKE2b-256 8115d22324e85346ee82d9ce76f7ab5d1dd92f2ce127c0c2e510840a7e3cf6c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.1.10-cp313-cp313-win32.whl
  • Upload date:
  • Size: 106.9 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.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6a6912bf0e1467cfa1d37eef897143bed63a04ec89dc93b88089ee45526dee00
MD5 55f151fe2b7e7305060209932969ee0f
BLAKE2b-256 f430f71962ec69175139ae11fbca79ee7f6a8c09bac31ae0e5de01b2f3267a3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98014e04a3abe6b3349b3740b78e96f1c55533d6d5655a5a2e39474bc7155fee
MD5 9eb472cc07cfec5205702fb8181e7b54
BLAKE2b-256 ce9377e2dbcafa818a6439f396dab85faa940d1120cbb4f817a6384cf730b285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37ffad49f4d259ce8df0618e8b3ab2339a6ca3018156eac6f7eaf8c542e4b543
MD5 fabc5bca37a5e946eb81adf5c3ee066c
BLAKE2b-256 9fb64569448daf9e27b47d44441783879dc4959cc5324c3e902bfa9901f94708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8fae6d0a1ceab830895c064d400486959a6662346dc6c63ad53c772c2180a4b8
MD5 61b165dd11eb1d0da326037d644cca0c
BLAKE2b-256 88de119f151983c27aadd01191a59dc32f7a3a26e24779489fac7d3eed79f88b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4af4913ffc9081066dbe228a653ef4c0551a8ea5695a65895525b1cab2e35f05
MD5 26699a40e4a2319ecbe0f13e8866afc4
BLAKE2b-256 2f7bbe8200091384e5a1e51e5b78d589d2467f7b4c7f478b1c73b2cc26b2e99f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d84434f2b5209d11176a12c033ee89124bc58aa466ab2a4bb2d8296f9a2d3a0
MD5 240574006da60ec6f8ddabacf30d6ffc
BLAKE2b-256 b8c215e164fed861d9b747977bb7dc534a0aa272400e5d350636762f73316163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 368c336297c68f904ad857b96871c96090d695706bb367eaf9dc8eabbe051957
MD5 1070ed164e06d11139bad2a47e40d9ed
BLAKE2b-256 c7e2c2b08be566783284b3a085f201c8fce74c5a0056ec06a5e64ce05cd9c220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d5cc06e21abd860abefb9412966936cae5831e1affdda8febee788f26e3383ef
MD5 91af5f06481c83d82174ea59e40a0c29
BLAKE2b-256 e2831cecf2b9fd75a368719774911113d12012336dfd01b2778e5db9e8bcef38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de5ea70d2c8d078b11eda01e1a58da7b817280420a831aa386d73c3b85b9841b
MD5 d191424a1500f9d9a2d429852098686d
BLAKE2b-256 2fac75049d5b2e10e1362ddaccffa949eabe7c807b05f34f9fab76431a950fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2a37687bd4ad45b835f902d8df4af0115d5d3efd102188f70c36f7c4be2933d
MD5 1d83eb3c0f03daeb29ee0587d0c63ae2
BLAKE2b-256 8992c7e10cc180696e22864b34b5845c80e58ba4b3b311b3869a12606df3e88a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af0b06c61b445536a61b00f852092ec20895cc4a04cf53fcd9625d8de6db50f7
MD5 f74f723d1e3b76020381fa685fc255d1
BLAKE2b-256 41801e9a4e6571fd8d3cfb253e5ef49ffee9df9ba693bf9d07efa17b6cb8484a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3eaf376cb5ca9f599ab91c96f96575349e89ef72eae5666bcd6ab2e217a41617
MD5 1b9ac609b0b26ea19f4869c298c74a9e
BLAKE2b-256 f53485db0e6cd1ef4a7bd8af103eb60ef340153473ec572b7b80ad744689e37e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 68318730c581a03d821d44fbe1b704a9b24421848f241f9bd79307c456ba5cdd
MD5 1650d00575c997e1cdaed42da8f91063
BLAKE2b-256 580b69fdfa9cb1276609f00dfcc3a03763a3061d0660c2841ebc06d2052d539c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.1.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 111.6 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.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e78b47aa184d6fec642e1eb651cda9f12f4658ba4c44cb428bf5a30ca6fa9a75
MD5 02e6e1fb4878314c295b484e6fe02844
BLAKE2b-256 ca9242935fb61d0be177acb83d6e8f32045c1d9391723a57703590329fe80a5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.1.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 106.7 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.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9b77be976928cffcf232d830ac89c776bdbf088788b97ea5d74707310cf9cb52
MD5 5bda8f28c2ef80952a78ed687c72c6da
BLAKE2b-256 875b83f57bfcd6764b72d2cd76089e3276380cd9dc2d7cf4d7e3070de1db772c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79077367ed0214006158ea993bc26cc9489c9c7754c6b952290f7e37613aef40
MD5 ba28984c7a55dd64b11817dd0d935b5d
BLAKE2b-256 5efe5c831ce590b4a5607a3203fa3e57b6488d296e52759b9061f929a21587c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 641553ce7f135bda698e5e6172928cc58242ae65568dbdce18dc2f02e3300d97
MD5 90a50781f11af94e936fee5a3d4f9004
BLAKE2b-256 ce46404d768e990a1720c9ef20ffafd4b557f2d709f017215c2f344a1c2854ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c4e6f0cc0be176d12f8ac15a84764de5cd72bce9856404a0096da6d7c849ed65
MD5 0fcbec3a93a6fa61743c4962e865915e
BLAKE2b-256 5bbe127bd5289a6d5932004fe5635eb7e0c0421cc57bfabc75daace98c138fbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69f73a741a36ad95ed5df7bf505a35514b0099c79652795406b19e8826d4606d
MD5 3c30404c3c298e0490a89ece58d205c6
BLAKE2b-256 c122bc4e248e4a66dfd865ea60116d9a1be93749cb2783ba349ca3cb54a58280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4a98bc11116edab70423ffbfe18354ca04e13913d4844b270351f277a509d7e
MD5 8d63eadfa71574cd91200fb7597faa68
BLAKE2b-256 27d81cdb9d17748baeff408d6991fdda9e11109ebc0d914971d58e03d1e9b8d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ebc9513afea9f579cd2d19d8f5356fbe2e285aeb5731ead2e8c10e6deaa5d974
MD5 d58be37ab39e3a91c27e7083d850d168
BLAKE2b-256 05317aa7b8121c9096f38f16a799610a5160676d9bb57225c041d5255b3cb814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e9bfecd0417542e39ffa42dd66b54d6ea39b7a449d0eaa2abcdbcba917cbf7ed
MD5 9996238c01685e0a97b3084626767308
BLAKE2b-256 1a2680f55efdc7fdf1cd3b379ddb38e114aa2cbb7f9734b595bfb762a5894256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cb21823754dfdff1759dd50f60b2179541380308c9c44036ee8fce6436b0f019
MD5 7db7f960efc4aebe1e02c90f0b71a4f8
BLAKE2b-256 cad90bf6aaabb19cd936c0dccdc4eb66926c7f4fa9d94159841432392644a20a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d38cc188ad07b603198d12a3a51e0422bbfacd1d925ba0b8352f8e6bfd12894
MD5 3de424d6928f3a5277772f42d5b1f4a8
BLAKE2b-256 99a0b285c8763b3994f916c934c60cdfdeff7e449275f8b957bae57a4b0dfbe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3d6c75b25f664c5d5dad9b2dfcfd04aa86c0208b475e7f67c4cfc854a93d6008
MD5 9c5f62af2c049de5da5cfa5350f15d86
BLAKE2b-256 4003d235127253436734f6aa60e0613dd712cfbbd8f96887d0cb48a4b8d318d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26048454b9f057ebd0f93b458642846721bb6538c51867649e42daeb5e43215a
MD5 c90e224835d68c507bf95804beb0482f
BLAKE2b-256 6512eb196a89c9f21f9f4748c8d74b40ea80b18d6e3925483224f5e76140c599

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a9aee7c6ca104dd3e28c03a623debadc79c962d4b546424262d0dd1f4486b34
MD5 2c7d6ff848d356c4b8057ea8029ff2d3
BLAKE2b-256 37ba9000498c309bffaa936862141b0773018413ba455ce3a8f42e00e08e269e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.1.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 112.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.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 84d65f209d4c338445e8e147bae9c7fd6ce93631649612c95018ae45d8f6725a
MD5 a0aed357c19456cafe63318951d7ffad
BLAKE2b-256 92b8849957a876a856935c9eaaac810a726fc82253506cb24c0e2f54b67e56ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.1.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 107.3 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.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 82efae6a07abe4b0901ac1ba68d4c3ceb42583ff6b716c0655f483ce135113a6
MD5 5eee920e6defd89b7cce47086158364b
BLAKE2b-256 de3644afc3601658f189a600bf7d5cd36be255586456220c49f6071fe680ac89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f2c7824dc13430225775c3c717e7b605e0189816a8f10218eebf2d3d2cbb887
MD5 ff009b2a5386159bfc3eb81773916d60
BLAKE2b-256 efcb8563888482dc5b389483502299175a89bc67c00638bf846c9a4eb3e27840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 621c421239985421ff02686a9ec316c03ef478de58bc79c5d2cb0e52f74b7236
MD5 d6cb22f28796ef32d09815ab375f06c9
BLAKE2b-256 57a3d7dd2bc88e79bc67a75ad79882f9ae4a0ad09257409ece37163da36c992c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 86b7b2685d94ae7cd5cd393750b0023e2ef0cb8a097a23c78c8c1e38034d861b
MD5 2a7be04f3620518d1e73d64554dd729d
BLAKE2b-256 20dc210c8be31c99f9a9d2eae0a8ba0c1b94290e1ae3025d300107709062d29a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 117b6f2be43bf3ea6aa63f8a429ab1ef8ea0e31cccc9942c4e2b3d92286f1c7d
MD5 2c1eda95519ed22049ffc73985cc8dd6
BLAKE2b-256 ae6bc0ff582a1ecc16d77436ef3673fbff97f41059fb3a4aed21af12c2d49186

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3895c58cddf07e7b25ca40ad4954156f1bb4fc4bd1e155a9c24fb8763e1c157
MD5 2bd2670c489750b90fece90cd2a268c1
BLAKE2b-256 d7efeca6446a2aae505cde65a74ae655efdb89214caa7df53f1df5105b24b1fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 82dcd9689143bfa77913c989795a4d962356be6f7322dbe5f90eaaafd51c6635
MD5 79ae855d218d917c530f5916ad2561ff
BLAKE2b-256 b99a35c19f065e490530144c0c85200981820712088435a14fba531c3f77b8a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c5cb61a31904121f7ef7d153b5de8da02bdfe90bd00d3f39dcea75ec1d2bf372
MD5 e154e9e399083c9dd1d9b7b0d90cd18f
BLAKE2b-256 f957faa20ec52ee5f89ff53d0c19fd5c1f4d72277c54b5ddee66aafa72cd4318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 36f726068d2c2e04b5ba0c906938806c81cc788c5148d5c44b8fc419761af41b
MD5 e76ae4492f670567eb1dbdd131c6f51e
BLAKE2b-256 1c895ce194b84fc2195880995a6dfe829ad3798152beac6c2402d9b77515f175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f1d6957243fd145eb9985a0f769d80770b90cc3c7bc1e77a6942b348a3d65c5
MD5 e3946da933d8b3bf67d62f4cd654ea27
BLAKE2b-256 887acbd44b1cab0a2bdced4d4e5f439978828470573f4905741c865a83aa5eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1815e86f0dadd89f87543d5d0fb6f7590bd5dbc23df2d2be54ca97cc13478a0
MD5 1495d7127b1ddc1987c0de6178a27046
BLAKE2b-256 ac4415e1b856fb4d6f17d48398f3b60165d3426d1a46b6bd6bd17fd6f360cc13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50769f92f02b6a47ae93b50783b323a174794cca79bb4e2e6415060634d02212
MD5 770b96ec528f064ee635c7d8398afd5f
BLAKE2b-256 d4005ba5384e5bdb42ddbcf673825c92a70cc7e9bd8e7f8827b40c23763a32e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7d4fee1c49cc5fd588ced86f8a0292ba3cdfa8ed78e7190c35d72bc3ec77ed52
MD5 22757f901e8fec86a3942d700a9890b9
BLAKE2b-256 6fee1abfd28e25407e2b078d85dca7d7dde2a512d36be94180efadcddbd5807c

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