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.8.tar.gz (547.2 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.8-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.8-cp313-cp313t-musllinux_1_2_i686.whl (429.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

qubed-0.1.8-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.8-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.8-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.8-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.8-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.8-cp313-cp313-musllinux_1_2_i686.whl (430.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.1.8-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.8-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.8-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.8-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.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

qubed-0.1.8-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.8-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.8-cp312-cp312-musllinux_1_2_i686.whl (430.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.1.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-cp311-cp311-musllinux_1_2_i686.whl (431.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.1.8-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.8-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.8-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.8-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.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.8.tar.gz
Algorithm Hash digest
SHA256 5daa932879b1ee2f5fff56f8d3479123d1ff09779ee53215ababc2eead1602b2
MD5 4730289bdad4d67b580f2a4a9c587cd1
BLAKE2b-256 27dbfb45416c7d82c24fc9e190d44534f4771f367efd16e251c1e2ae5a8e5ba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 234d24ed9ad6a7db06f63846bdae4efdd4e3345ec57271657543e11204da9c03
MD5 d62f766a66fa03504f1d07a0051c1ed6
BLAKE2b-256 04711f2937e2530040f81d2310dc474da864008f98468632c02637359f46ea80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 798c78918b5b4b6d1b4981a5595f3f660ef47d4359dd508ab0813d757df267dc
MD5 a03545da90292b6d24c67695b50b970f
BLAKE2b-256 b8df5341f5462ae4772fb6c9d0894bdb6b1864f172b95125861b39da93f69eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 416343de29f10f67030569758d41341e64243f7a83b55a97c8bc3811cecf0b44
MD5 c4a22592318e07dbf144b43332d1ad58
BLAKE2b-256 04f0157e53b3ee9e2a51980a5a9d759feb6b8b3700006bb9bad5e0018070f1be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74a80703f4b2d62a5a93d3b506e945595ea39226d99eb9271b294e911fe984d5
MD5 926d42a31f83e12f1b983e9b1ab88628
BLAKE2b-256 43fc5ffd7b0790687135a188a5e00e8037bdb119e3c80253f0d063214e549ce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eec6018331b369dbe892681bacad62c9e17422ad402996cb2434635a96544c9d
MD5 9cf015f9123f77e8e2a574310cf8b4ec
BLAKE2b-256 2d80cd1be9e24ccb197760b24948f93feb6e58bbb4c4b791c8211ddd224a8aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b354dadeb2a798b15c4b72cd51ebd5a45918db2502d7775a5e395528fb3e9fb
MD5 b7ea32aef41210930722be32e4fc2cdf
BLAKE2b-256 b66ceaffeaac59cff49f36ddce60d734f1d954d6170181f4ec977d9defce7689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5987551cfecd7086a2fa9550e8cb4ffd7863fa9d736d6462b627a94d1173e1bb
MD5 74ecc69828709fd9d69116d6979f9c7d
BLAKE2b-256 5ac4752a565236ecc9b21da625e8883bf2736610fe07c1a2b0b992c5974ef4b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fdab70e38e0e08e7ce57fd8696e8c125c7c6024ed4d5ec06efc7762568117c4
MD5 6c7d4d62f5e640c73bb9e48aca8b89c1
BLAKE2b-256 93d7768271cfec112059ce7ccb234ed9719ccc113aa9e4fc116f76e3c0d36b5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46311c8e55e8468c0e4e4c6ada2f4f7574dfebb7fbf799eaf87dc85d57722757
MD5 0f587fd39e06e25698b84658f436ed72
BLAKE2b-256 e020974e83973f237a55f6b5c78402d91dd2a15543e002efe6ec911bd56e9220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0516da52168e86fa52b76d0a6aff5fc42fa705ead9295a3093c2a477af93b519
MD5 f4e23341925cc2ae8f7305dad4d68d80
BLAKE2b-256 e4bf1ebe7382111702af2e5a3d1fa807a38745cd08526ecb8adb8e37ce9e1235

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 17964202a77c2522430e1ea8076057353f7b73fe2c5555b2fbdd0f825b1164b7
MD5 fa5413ad720a2e05f0b902b66e5182cd
BLAKE2b-256 554a7aeac3e11b6d2497c560feaabcd343bcefc585e4cb209674435d8de5be92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 279d1a3ee61b9da3f714b8110140f12c58a1d234bb81e16143f057ec4b2b57d8
MD5 96a9ab9c82183aa92b2bdb3b6a7b7752
BLAKE2b-256 98489ec2f06620cbd9d52823a30735d5ab8c7583957d6636a35b1b4a80c4c22c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24cce36ec6452ff1a54d7d69724681111671b5656d3f98f86028c2dbcb6d61f8
MD5 254f232e3b02ece025cbaf3ba1da4929
BLAKE2b-256 3de04461d9c9921c0f9a3da5c4330f0f4433f5cd207aad51c42dd8ef25d676cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ebaa7813bf3e79431e1c8b63934c71ba1f27dd893c69837631103bb8b4ce0300
MD5 9417675b2e02680a26c79e0d40caac9f
BLAKE2b-256 e0e4d996502dc01b134bec7f4c04d15fe39a8f98b8d2a5ca04462b3c290456c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 829d612e31741afbc7bd3d94186584128dcbc843771ea1174aab14c6921c9e34
MD5 3fbf6f2c9e9d5d3cb730d0be8ba547bb
BLAKE2b-256 c6240ef263ef5f5b6c8fce0dc42b942d67275cbdc40ba29b03772c28c6a5f38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e730f1305e45da7703250d19df7ff176e02239683f7885c7a6a37d1f856bada7
MD5 008a79152a2b3c2c3833850060a0368b
BLAKE2b-256 00f9b2a458ce068dac502ee50e61f5f4041bdc65ba05734ed425c78495fe03ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 788c44c6627b8a8b6c157a789f27aea323cfd1a47955df8a44ae516c91986c2b
MD5 3b92db3dcb4f53ade1844e4e468b23f7
BLAKE2b-256 8d2a34c8a96d61f2e44ae5b997f0fc673a8fefdaa7605ee7581638fe191864d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3acbcf5d7111a042018fa9d6da6ba272519af83dbfc7088b721d1a4e985db5c9
MD5 f4eca89e6d44ce7d4220f873d338b0be
BLAKE2b-256 d353d6bd0a14a73e1bb566723eda8bc1767b7936b56beee38873649f5cb1dae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35ee2fb404a5d208fc863dcdeacd954c265dc81da53ce9a0fc5ed94d4a3ac52c
MD5 ad55eb9cc35f8578ab090bf389f72cde
BLAKE2b-256 1e3609ea36fb1d8a26bdbbcd6faa35f26344288cc4263f058edceb5d5a90ad3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d177d48bc4f81962f29fce3a00468574744e8e5bedd5e99aaecf6a1d32fac4de
MD5 95ab2e63469c489d32d7f10cf17a0fd2
BLAKE2b-256 84ef0c485f680393ba2a273caddf361552b37744570248a0f4a57683d899a329

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0486a543a6e1b2be3157cabe9b53c5666389cea07dea7933aae23c9556187a27
MD5 a168c6661f05b40fd9c83fdde1ca79a6
BLAKE2b-256 ab5cbd8711679d94a738a98dd3ca4af768d74f5748528f287833662df9853d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 edee65661cc0c32b80d5e7db0d1dcb8efc1cbd9231a607b9fbd91b15d09ccd32
MD5 4c106eeeeb4fcaaa13355cf39b66b7d0
BLAKE2b-256 0cb4f35bdf0697eb86856d9fa361de8fa79fe2b4a459397e7c55d814b07ffb3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af6bd5a9916389d1a2e4c67eb1359da6fd499322dd9b7dffb55d14ad00753d2d
MD5 e01e47a77e1d34aca6e09e2dba510799
BLAKE2b-256 3e4f11c7ad6782b9119f8af3c2f1792e083bbe8d315e8e3b04ea96810c2936e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 46eb17e527a15a65dfe49881bf3627af0a6bd268540bea333fbed74ec73c6028
MD5 34741bc71e406e4a8416caab78efd4e3
BLAKE2b-256 4e7186ec96d0a029cc24a32d2051a838bf73060919ccf15ac5e60cde295167c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a70324b6241a99b04351276170c13b1f0150b6ed1e0deabd1314ddc5ecfef7b1
MD5 a9476ee1fc32f3f7527b4b2804134c9b
BLAKE2b-256 c32d26568da9dfb8bc7af2ba2747ef4b1fabd42e309cdf9a4f76a0c462b6b41c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dd7ac31d565a970f5d5e1259d10edb5e971f21df287152350db43fde66ee17a4
MD5 ec2357ce5ac0be62bda395c60cba4d9f
BLAKE2b-256 7c1e7fa4b215ae463cc716755e1c0007d8113bf495274a85e077ae7e62452776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 beced1f80bd4e2ec78f78f54fedc4833c32b4a61c517d9e903f1aaa470c8dae8
MD5 d5b36c18763532f1a51149054482b3fe
BLAKE2b-256 3ce192479aecb4c2f60b72c914d9de64d853cc75f5c5f5f506baf59f546357a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ffd3966e7600f5f6c8ae8fc2ad4722b2d417f2f41183b9ffdd6ecb31bc119561
MD5 694df98d244839e84286115654aa7b32
BLAKE2b-256 38b0d4cb5f86213847b60b865c4dccd515f5bc0fae5e46d683253f437fdf84b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc4a518d47960ec6d2531ef77729492ed1ef56ce39827df3b7e8245fa6905464
MD5 a7fabee58229e00a5ea978e89a829ebb
BLAKE2b-256 6170fd5c23bdb19a077ec7ed1eb8e6b98f23550e913416ba525eb40c4b1fd1fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 92e3db79414bb6934e40a230430042fa9ba5f0fa7a032ce917b02850669a4319
MD5 cd0c03edb8347db69a7780972a9d037b
BLAKE2b-256 be90bc7cde008058ac087e3eaaf087bed39bb6a76a7b8cfba8a721a464175142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d6d703eb1ea22f27900345a3b5c1aa46408f8f5ffbc8ef611c9190404960d55f
MD5 138fe61f58706491761f998dcb737e6f
BLAKE2b-256 0e0bcd66d8778726aa5859558d461a7e4d9f6449e83b754a942c2f86d99ed089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 deb121e0c13dc18eba6a4aa040140529b960bf1d61ded85513b648e159d4bcf7
MD5 1107318298cfaa7ed8be653d0b93e5d0
BLAKE2b-256 e900c9808170b48be5d604b8d1a4265bda367a41e978608646a7088a9fc5595a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82ba26221c46b8d5e08af9dec8639c7c33a89f9915845188e25e07f1765fbb17
MD5 5a029d90f91c23047f0966d79cf9354b
BLAKE2b-256 13090b860e9573597c81c8dafacfdf18b117d1536c71a5d2fe5d71d9617d856f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3432a1ba329aab0f9b403a86cde73ea67e77e43c638bc8701abde0c4b70d19e1
MD5 866e4d741ed9af288184dce021f660c8
BLAKE2b-256 4414a26dad436d2d3c3e79db959ff5a342df3afcb90b7bf0b44f3979f2d20e4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b5d5aa036845ed83bfb90db871687c1712d986b7dce6ade9c40cb402323ae736
MD5 6e895f28d0bc8d2a1fe982966e66ff29
BLAKE2b-256 e46660aef3c955a39608791f985c3bd83bfb5c6ce9942f8f36837a27b893e009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b235efb6faababb4b41a6dbbc2780ec7711d56eef57bfb7e7a16dc97f52cbc17
MD5 13264b41f7921c7df311dfbcbb97556f
BLAKE2b-256 cb4a526c71ec0a4cc6dca1f9d6f31364d273befc0015a88717dbe9cfb2d242cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1abca695ebdb0efc3cab24f28d60b3a7b0642fcce493140fdee69f34058bff09
MD5 4d5ddf9bcb9a1561c95fd3f3f3cd653f
BLAKE2b-256 1aece750c968b07648f5de9989a1ec3ec772279a421f3e12ee1ca6963522f23b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ecb0f02f008cf2c55c916ba2062a0b2fcf6f7a66b350cb1dc1a38e08001a8faa
MD5 bd70434f8fcd7b59e0d73326c84cc517
BLAKE2b-256 7bf4870effef061280ddc949aa53f527b9f2c949276738a64b67089acb793f3e

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