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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.0.0-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.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (274.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

qubed-0.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

qubed-0.0.0-cp313-cp313-macosx_11_0_arm64.whl (212.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.0.0-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.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (274.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.0.0-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.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (275.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

qubed-0.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

qubed-0.0.0-cp311-cp311-macosx_11_0_arm64.whl (214.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.0.0-cp311-cp311-macosx_10_12_x86_64.whl (219.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for qubed-0.0.0.tar.gz
Algorithm Hash digest
SHA256 f6b37a4946bc1cab3eae70b8135f14c62cba645a853f0036ab8b878987da19e1
MD5 3fd40ee23dc6fa0cc58d48c8b3b5573e
BLAKE2b-256 e5241a704b15580c0bcd289d9b6cc656ba8aa3555bb5055b7dc742a12b7d70e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 401c0e73bc57779abeb9512857c2baf0f6ac4e7474beebb921ec53ff260098b1
MD5 007cb52eff0986ccd8fa0ed5dc79b1eb
BLAKE2b-256 28472ebd41758e219a69dba633416fc19f1c2723993da8287e7c4e716c0dc610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 321ab881dfb9e4495061a35afade6d4a3eb00bae157b75f1a439ef4fbc6b0066
MD5 d37acf001e3c7dff01e094637a08f8b8
BLAKE2b-256 8837c0e3b5549646202f689036a2ad46daa720125486ef2eeecaef9f36d817d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1962fc12d5318fe20be85ffd39e078fc43b4ba6bd205c14d90c353380a28536d
MD5 eccba6d393882573aa3b9cb5711b8d21
BLAKE2b-256 6e0b0c07be5e8e75aabfee2a46fa48fb19a192120d4c5791e59bbf84df3affd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c46aef01c1f3db90081ee812ac643cbd956439fb87d8df54315822547f84be2
MD5 0082077766f4c6f26cb0d3b32ef867c3
BLAKE2b-256 7bba4dd0829bbee811912c53733a21535e75e88ed144f71c03f5f098a7f9bd45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 122579d79f58bc2d487c59ef9ebd950edb896d4026a2449a1d3d0b74adfc4155
MD5 ab5dd3a1898b817e5d6e702cb6fc1d20
BLAKE2b-256 40344a45e84b8fd2b68dd2a815e947298ddb6c0d549cc606523d857215c4ecd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4ba01e1ee9ee4096357114641e1c1568ec4888df3d8956d49a5b798aebd06f8e
MD5 e81a489672a495bcb0bc99668518f63b
BLAKE2b-256 d93430ff80c8dc556b59ba2db155021d68e856bb8bc52556b1866e4f97856c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 472c88f83ecaf5281a30cd11607580d8f1791e52a74d413179b63733b4bf0c55
MD5 89eaa8b28e05cc0aa10e544f7fd0711e
BLAKE2b-256 418cb4668cf5d218a0e906490c027465a2680ad2ed16dd7daed6f34e281d03fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5c9eb06f6b60c6599d333acede6f7db4644558e02095e02ff4ba1fbea1cbe09
MD5 18249a4344714fe46f778f6187a1ca0d
BLAKE2b-256 7af11abf9c4c2fbf536c581553765d91a75f86467bb81253996e3373d10012ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.0.0-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.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fe203a614437523255b9f366d93e3df29ce7fd58aedd8e336b5f508e456603a4
MD5 4a3f95bbb3e6bc2003f20c706d441eff
BLAKE2b-256 d9a09ad1ac2f5e3330946d70e75a42e74833eaacb1667f731b99afb55f13c6ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.0.0-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.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f67e84fb47fcc2de1d143b96ab42d6354854581ef0965ee1e676ad24f834a5ba
MD5 451655bd6d18a84236c8e64d714eabc7
BLAKE2b-256 c8e965cbb4f86d5c6b2c287ecff2d5118d1c3c937c769f036aa1a6db514b2104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a0c0756cdbde9f5248abc3c2daed0b9bfc1c70d7cef0ac0ed123228cea70ef6
MD5 f4e9542489c453919079166dcb6ac47a
BLAKE2b-256 5443241b20fc46c975b026c688bf7b70de956d8075ee7b469f869a8a79f62987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c6ddea86d98f314cea32ee0a66c20fe04240ac70e6e1e1c13a17b0e745c1da8
MD5 f8a1ef6f77f1dc43213a98fbfb975367
BLAKE2b-256 97e4abb2125649f69ba7797b0fd4a70ad2be5820861236ecd9a6a2f6479130b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd97d2530b77b0f4606311ced053c98ff659902e9a84c995350d4f450756af6b
MD5 c5ccf58bb6607467226f8aa195496958
BLAKE2b-256 dbae9f258bfc7e949cbd81d3c15ff4791ac9b5b7c517b1739b965a9d202f0918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bef047a822b0a3c6580a2b51341a8b3d7dd15991d8e5b9854d42eec685470e78
MD5 73b23dcc05e22488ec7102d438ffcf51
BLAKE2b-256 9c3e26a976fcd439bb7012367a7d1fd10ef5b8d8bef02708b9e90d9d242db80f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53834a2a3e83461a652dd954b849bc562179d6fd63de5e04058415bfdad2c32d
MD5 984b7f3e60d7ff784c14d8251ce3c4dc
BLAKE2b-256 29d081f6047ffa0491a62656450386664c22e7aa3fa02353f019c4eb5a3fe45e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 62addd4c889c121fd60018dfa0d542d1a7c82b92da32d6ffaf136ac5d680d81a
MD5 bc366d327c26abc96e240334bc8c3d43
BLAKE2b-256 b7f503c21ccde9d0d1de16e21bace06e92d72be5a50c7340273982784d09523a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ae2794c7b3433092ad29845e501ebb0695d23d00b34ce9a3cea3a82869fda5b
MD5 931a53d033c4d27d09c16693430acf1d
BLAKE2b-256 d87644866497cad6a70c0e564671c04d92744e611acbfc6a74326c066f93ed5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecdf45c8d142a56c916fd88fe8a61bb165d7269714852c42c92b789ae08d5b2e
MD5 ee2cdab6a20d6e44b75404d5e4958258
BLAKE2b-256 edd707efacda9ef27410efb49783a167414ab58aed9cbe14126505732b4daf09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 941d8db8e95807344ba33916fcfd2335b01c6b5e4d4fa97bb841f3319ed3bb78
MD5 6306340202b584912817c1035106f959
BLAKE2b-256 bdd3786f7847c8eda37e072c0c2a0a4c9ecfd571149a1831e3cbd139805bde3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 66e6f0c2397d5ce88e620b4475d5a44740cc85396904f25f1d8b0ebc284e84d5
MD5 2a25bf9c4b7112d88517b57df2abf8a3
BLAKE2b-256 458428df94e1a74caf1e3a9c9befebe58b3f8a0c74aaa57146e8201dfca0efb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c9b57dc62560a219ab60ea930af67452894985bc97fba7628eadb529aa2ea33
MD5 2827f8c4a5636e57528d9cd3d77135d5
BLAKE2b-256 02640039e3fa1b5cfdca0cb3ebbca7f7fc9259f36bc82ccd56825d170c0b338d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c40b80b5352910ff76c640fdf6b5c643b78d0387f06fdade0183c92cdce770f2
MD5 4b1b5fce09effc57bf23cfab4172b98f
BLAKE2b-256 457f7be235d565d84fac408b6c6f11b39ad501bffa899939ba891d35d5087061

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.0.0-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.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb355bb11216550391c73fa07747e59468bbc6ca0cbbb23c38291d7070b6cb56
MD5 cc0419cf88057df568a5b17b3a5be1f3
BLAKE2b-256 8df352aac3be5a065c43e1f15d27752c7eea479c15aebc78f540de0b291fd648

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.0.0-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.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 65a621701be127f638323ee2a54df34d01e631927a070f659035b75e7237fdbc
MD5 f4fbbcb91e4f76cff7913bbf527d3b0a
BLAKE2b-256 262a34f5c55b6304a7c9f0a01f02d7cbff2c23ad4908c876b5358aebf6a41745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 171cd3766fe98a1389677db423c56d1cc031a509a21ded2ed43646a8bf2bf874
MD5 4fb4c073e5c2f71651fd6e7c5012da91
BLAKE2b-256 6ad2bfbeec4160a1a2b850c5c99d1d625009d665e3bff07a924db42b48b6842d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6e2d5fd4380519c309303b5e4bdb5430d093d598bfe815e6d30c37793f688f59
MD5 c50ef03a3af0dd87be4e28cc74b8605e
BLAKE2b-256 c5e1ffef7c3a503124c05db93dec57b7f5ffbac59bf560a30c833debd3de78ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d4acb7fdafc1a8f6aa518ce65ab57aa55d1f0eec008e3556d4035f6bc1a0cd8a
MD5 becebb2f3941a55d89d6f757ab928aec
BLAKE2b-256 23fa1f1102779e7b9c8e4a115f1c5e16d76d338624b4f01971e24c05d568103a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8984521388a550bbce538ce2c9f6f19d4ddf4c20fa451f4e68ebb40fa5b17da
MD5 ee66fd822db8c37f2ea2ccd9abcd2883
BLAKE2b-256 c329d752e3858e7ec984d5029a5b4904707909e553014fa6030b89ea7ae0abfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 018e68834c9f33e54f5ba18db9ffc57629808f5dd4c819cae1f722ad9b6ea977
MD5 911de54ae94d08f09de67b1bf9c1acd1
BLAKE2b-256 77217ceba6cc6793e3fbf8dfbf77cc3d0b366f5220612b3eedc2752b0775e9f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 435118c3878680fcfd5e16c14d3767efde12e946f14f0d03ac59e2bcf2699bd5
MD5 0a294851cba5f80175f63825f1a2edb1
BLAKE2b-256 b445d35c5659caf24977e01966794dad4495f28c547e5c3378d356a69f08fd5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86f525d82143335fd55e9159fba1983199d813568ffdcfd2059cb184543745b1
MD5 aaf5673939ee07f426d98f0f9811dd07
BLAKE2b-256 8b1316124e6c16177d365270cadcc2aa717cfadea2d813ffe88e41ef347f0868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a549a89724100dd23f2ccf169afaf866383185fc3e6a54d304b7820c0994ce04
MD5 d5ee284ccf5f39b80dfb9887fcea37b0
BLAKE2b-256 eec1a8c7ebce90075f6d50cd8c6bdf50a682c345071e646ffc632f6b13501be2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67460f06c7f5a0e700bdcf8cbefe17ef071c415f4362cfd666da0d3de9b4c6d5
MD5 3897c3775b78f6de7c6b7f47c1b0e48e
BLAKE2b-256 64c012edcca3d7e4abc1ff06c35afe565cdbdac152fb5ca8aeaf62664df46d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ac68fec9b66bd8295b47077bdcd49cec2d021034fbed39aa7b5b03c4864b8f5b
MD5 6a911044de583e34ca742afd3d9e651a
BLAKE2b-256 2991da66c17cae1cbe6776924ed32337a9acabf10fe47b1d945ff0427ba9d0c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2da2cf7676469c6ded7a9da40060f31a1079ebf4220e00a3b1dd3633f485c5b0
MD5 26ebd3718d4fc89d1a7bbff830e86599
BLAKE2b-256 a722cfb1cc5b09325000a1b6514dc621a67d65bab2f2f1a5a3db32acf8c24072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2e1e42cbb9eddf706b0eb5285fffddbb9d93c51c366efbefcbed3a52d029d82
MD5 21598a5318ff848b966ee9eed5543cb8
BLAKE2b-256 276ae5d4c4e50e2f9a5bfe95f24e3aaaf36e1e7451aad48f636b1617582e15ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.0.0-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.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 599f74ff3ea6c274cb1adc69760d94014939ba84ab4f064b928e98005c5be68a
MD5 ec73b8989865e34cdea832fb39318c92
BLAKE2b-256 b429f30287964de266be7b91063c6f733fd12c56591e1610b3648d23652d4673

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qubed-0.0.0-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.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8055eb8bc93eddef64bb6f82b1ba2c84ecbd153a124eed9e17636140c712879f
MD5 37e0bc50ec775904b2702eeea5edef2d
BLAKE2b-256 ebc3c960415c9b01b37f2b88f758eeb45f17f9edddd322c5195c126389a82eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e75aef0e53925701cfbb9e778a75beb61f619cea61b654dda2dcf6ad3082941
MD5 b2392542b0c20c7e2bdebd0ff482df1d
BLAKE2b-256 4d6db33b9e0c90ad02b8432522225b4f2c19a03c8197376c726b97adc1b37f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2ac4dbc4af6aeab05de7b90998b33e0decc2c6e90b68b6045ed996e9800de1eb
MD5 d790e954e68ce14400f7a192404a3934
BLAKE2b-256 f7b4ab0503a58e471edd7470202787c0d057ce2e1e90ede283916b7b1f6ef663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cdd335788f672af235a3453d4948cdacac8fe14d169282801ef8064ebfa758a7
MD5 3e3d904cf6876d217bc51fc0b20ef5f5
BLAKE2b-256 0df79e331154dbb96f1ec43cca9547338b07db4c39208c0ae0ba278c9c58629a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ac0183336759f9956a7f7402bfaf3b75312e3730778c47c91378cd0a13a53aa
MD5 b568c5b17144ce4ef0a14494165eb8ee
BLAKE2b-256 59194ffc3b58bcbd0581260ed8c165c41be3151369eae0d554b73b28ef2ec6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7b546eb1b912b677a021ad880f09d1a85506459760fb7df51f07f33ffbaabd3
MD5 9011e4fecf57b3c3ccf8f18fed8f40f2
BLAKE2b-256 dfe644768f471c531e0ee2ba750a084d86fe99c19e70fa4a1211ea1d055142b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe7ff4ffe53d9b3e8237d8286f885655d0be9629b8d9eb48552fac8fdb77463f
MD5 afb497ca38a118790b6c33f87e93880f
BLAKE2b-256 441a4503dcfd3a4f039c2dbef1c0eef0dbe20f133ea0eb7557ef7a4b8b23535d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e5569f23c34533fd349caca61de222327131f8a04ca756dc4dee366ca8eaa0b9
MD5 3dcbcb79e6a81f894b7233733c10704b
BLAKE2b-256 fdf98e2ed13ede99dd8e01aa51cdacf30c0840c04b8476da47b33343e5300105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ffa51c22cabebbaa85e4a94bdf02592f6c86e287f41ade409d7740ac762a7914
MD5 0c4482fe4ebd084564951e6f547d8b7d
BLAKE2b-256 c2559366556fdedc315e33e65ae4f3a6836a040cbf1079b2dafbec867a757978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37fc0ff7aeb9b6c1a99320af246561cc59bb054a5776bfbed06b35192bf95788
MD5 0f9d33b3daaed5f091048a8480f5619e
BLAKE2b-256 05886a16aea56f3e1ae16bf3573e9d9432d57f1f52d74f2e6f500727c51415a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 efe454e5464a8344e192eb4d81419f6651d66ae73efa6d6f9720d50fe0eaa74d
MD5 248283321abf240ade8cf9a325cda997
BLAKE2b-256 977b4f7e11146dadcf34ca0691c612ee3bb5ff80667e1f95f0ef5f1f14ba8c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8f485b51514043c73f453c2146b85ec61330b8427002863d0437245e5943bcd
MD5 4cf44cf650c32fe8f6878a86dea5459b
BLAKE2b-256 1b0766fac8c8d0239cd6d675f61d3acb8e16d3b42300030c30cf3aaee8a24d9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c7b36125b86d8835f65fa9ca850502114a9fea5e1442b51bedf835a8f8495878
MD5 255929e4640808513e5029990d2a4c3b
BLAKE2b-256 9e4fecc09f70936d541ff42899ba69d6b63bf468408b021ec3dc7bd50f108291

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