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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.1.9-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.9-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.9-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.9-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.9-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.9-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.9-cp313-cp313-macosx_11_0_arm64.whl (213.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

qubed-0.1.9-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.9-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.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qubed-0.1.9-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.9-cp312-cp312-macosx_11_0_arm64.whl (213.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.1.9-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.9-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.9-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.9-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.9-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.9-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.9-cp311-cp311-macosx_11_0_arm64.whl (214.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.1.9-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.9.tar.gz.

File metadata

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

File hashes

Hashes for qubed-0.1.9.tar.gz
Algorithm Hash digest
SHA256 e34ff90887b92f5cd19810f08a06f79b9f6f8fb583861f08a2c842f7296c77ce
MD5 20a3b5241a5a04a12114125317831426
BLAKE2b-256 ced3dba8e37bb6030869308e5c10f339c95f764ed059e27f136134ceacfa18a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e77e4e0e1cb205677105d93a5cc11e9023749b0c9afcb2893df7040dc7e3db6a
MD5 4e23c40dc5d43ae74cd3b1aa90eae89e
BLAKE2b-256 96f1f644378236987ec472ecbe4d3f1c3576686edf7be6f4370b4788785f29a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f3f15399c1e154cbd67bf548e1cba3be5085ca7476dbc50917f477a0cfa572b2
MD5 91d6d0c89ae4641fe1f4a96f66a7f4d6
BLAKE2b-256 1a6f95276521b525411114e85ad1c33aad005f708cbccad1e4d20b3df8637a35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 be5ecbf5bc712db4a73e990cc724a217948413d51a980ea6b8153adbccd701db
MD5 0b12d761a2c84ead2dfe0fa46421f990
BLAKE2b-256 ac9249683cc9aa8d15173abfb1691831dc3a0050fe83f1298dc8b7252afcc351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efd1bc4c65d2211c220666ab157c40702d7782898799f2956b29868574dbae4e
MD5 ff150d6b7b40f24d74434299a9405414
BLAKE2b-256 2046d17df25d19f0247c02c30cf59fa7d511c067e4a99e19993e7e3add826dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8f7268c9cc6af7afd08b9a3edf47bcb108f33a36c37ebea5d033c3765b5d20ef
MD5 5efda030295c5a96d384fb15a84af31e
BLAKE2b-256 cfc9c1081a4737a45cc469fc378f20cdb1ab6ca1e99a424b567b574738160a8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2cdb9c539d642983adb6e2e23003597572d8215271c9047797065342ecabed30
MD5 7c547840824fa3b7241a86b046ca8155
BLAKE2b-256 1a062195d692ed9e12c76bdb273a647f7d86d109e79968e22b23cd4f67ac641f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8b54a57a2d18fe36cca71574fe3ea2ef4f5c52846b435b59e73a149271467e37
MD5 ec2fbaaaedb411c2d3610d94d4efa35d
BLAKE2b-256 22cb78a8df69e6e772a85d954dfffd7b7ad18fb4fce50c6c865b2beaa44fa472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b30a3d7872655b3cb6ca1ff4ec54274fbca0437807fc952b02f6fafb3b32ad3
MD5 02dca19ca2593f80c7f8335873b42c7c
BLAKE2b-256 dc2c707fc4b4cd4ad6b381cc9795dbbdc8995b6dfefcca84cf60d04e14eedfe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f11857e6765511aba74939afbde1498c537f734c3218d316714f36321d86aaa
MD5 fd85fe4db91c7625c359746523f240e9
BLAKE2b-256 02302c4e08906b564044a9f5b30551ae3c628c529c9a49142bc6b492c9ffadd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b7e7d27ef5dc60124ca4409f912358b4d70d8df15fe08c0f31299aeb84cc7745
MD5 92b7f4cfe7852b0110095202b042aeb6
BLAKE2b-256 09e9aa74c03792dcf3c907ff382b60669f4ddfd2dc5e20c69a2f89c6d0e827b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3cd73e61dbd6fd29242d5f1cd628e626de921b359b0e378e6436486fde046504
MD5 37191f9be1651817790399ae332a2d47
BLAKE2b-256 ffd7b9cff30bc9c38932f1fd8e52d56bb951b7973c77eeac8ab7248f99e22908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a9ad3c5361141e480ce89d3ecacb6506ec9bf7b0ef68a8de95efbd95534c2df
MD5 ee6fd44275a56c85e0b8ec6ac7a457cd
BLAKE2b-256 25bf8b6149fa71fa98a9ccc1b7350eab29a438a69252bff5a86d136cee68b9c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d051429d16d9328554be893dfb4be3be987b81f15a9b185df761d61ab4abb670
MD5 9d16bd83e989e57dadcbe09c9d15012f
BLAKE2b-256 e85bc6b6afdfad19829af154c1d9a7c6341ccb4c1dc978ea370fc5022a3b313b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7d76ad78352a4155d2062fcbec523a58b57a9cbb0b7e30601ddb69307ebcf21e
MD5 07d1e95b666ab44ecf8b4bea5a6545c4
BLAKE2b-256 2757d384a06c8a62df394ea8b5842d4d8209012752fc7c6163917ff16e17e1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 66fdc2a462f9e341a5bf5b2d5b6c71c7c64b8454513a2ead95020a636184ff17
MD5 12d4f8b3e4ac8a53b35afb4819d99dfa
BLAKE2b-256 ca3d16f01787015646c65ab99bdc026f62f286fae8574283af8840d1e2bfccfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7582c96e57035b39e459fd96f50454007f877c40e73369e21790b78b676e55ee
MD5 c82c0925c36b01754d933438b4b597f0
BLAKE2b-256 2a7426b840063919cddd703943107889fb1d5e7e2a5623ba46d123add7940db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff0e2bba382374eec1e08a7c7a3e5237e855600085a2f65e5ed045dead0829de
MD5 3a58aab03c869f550711e8303ae02f26
BLAKE2b-256 943774c619546b4d408e18ed17861f8fbccc7289498bff30465b3be0608b1f87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4cb21e87bee4a07ec606abd9a26e075f0382b460a5937350d189f0e342dde81a
MD5 92073e8ea1c12e0c7855bb72da78c79d
BLAKE2b-256 ee25d669f0ccb0294680d0830101f0f7c633d82dd58630b264488ec47d2a8e2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45b8ed64c25a99a0da2275befad568b2566ed11b907ce43ef0e30dd66cd79fcb
MD5 adb2f2eb83474672f460f5e6081fd682
BLAKE2b-256 6801dbc511fe4f8b16f49a039aae7fcae4a111b2da0e2db0fb4e9fae66133656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d4ab49d04cfbce1e25576b75eae3dc725d84553038974bd70370d130db55a62a
MD5 64258c916a1bc8a793cbf2646656c937
BLAKE2b-256 673f357e2da9ffba233ff39f6b2cbfadf604acbf1cfc57be2b382633dd0c9d5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d2feaf515165e257834d5d5d20e285df18f919ee3d62eac712e30844256a104
MD5 9bc5888c44f2b45d105276379988e258
BLAKE2b-256 0abf932582eca108c74a422c2b5116d79dec481ac8bfd6e69d415792ac9cd258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 034af5e80c64e3cd3d08d30d5cff0c268689200a5f6a0f34f6221445456817b8
MD5 5ed515f8f8d68a1ab356cb4082178804
BLAKE2b-256 e59776046c258697d0774923dd850f7654561dc33a0742066c0e3a944ae68122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1c111fbc7e3a653a619756b7fac3419ffb7951227e1b67249e703fa1480440d6
MD5 198e4428162469379f7fbac829720df9
BLAKE2b-256 e084c86dda4f32d83cd6186b2b98dc1ded36e2b7f818280fcdbeb58214ed0f46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76e965b4375e75aea33d367194d9309eac52ed2e7ff94446dcf447de481206c5
MD5 0d6b380f75ac892de6af26fa5f385095
BLAKE2b-256 174a23a7a1a88a72d845296149d8fa5ff0d7a79ef223f3cecc5ecc8362b873fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11deaa857ce1a2bffde452cfeadaddf0a008a8071de3cb55f7cfef76571d0fe0
MD5 afa932ec2f7e93bcc1028883e4c1bd6d
BLAKE2b-256 826af94a37eac7ad9e22f48e03ab9f5b4639db0b86673fdf10579de28ad53b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 065e1a04a84dbe75c9405b37b7a41d6e18969bed7a5509afc76b05a32d435aaf
MD5 f6acfee8b229dad1cfca469d71d5d3d0
BLAKE2b-256 fb4e0472fd68d0d5f3f3a74302683a211c54865bc773abee2d9891cff910f863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3010b3f1c6ed1f4aee05a6fa5cbf9b98f4c8d43d5884de5b047cd15455081072
MD5 b1000e0e54ec9bab97fbf5e7a7e9a905
BLAKE2b-256 4be32d682da515ff13d02dcb5502fb4679e5da0d06b917244fca07177bf05115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c306e5661322f51257d5c661e759f981754a27b8f87b29f5c417bc8f075c73d4
MD5 7360e5ea51fd0668d47a1c45fecc3131
BLAKE2b-256 57f89060fe34753710e5ee76602edf6a9bd6e938421388ae151859d03a817935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96168a300b6440c95724034b03736c4124b18b5a42ff2847b2905f5bec94e8af
MD5 81641391fae6f6d871fa275d2c098094
BLAKE2b-256 e644bd45c2c3d9a9099f7ffafa96e18c7022f440233cc734f72c9c9b4e0f8c18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d731605bd86ccb210a66e2510c6b253b437709c4b708606d9cf718850725d453
MD5 74252ba477b9fd4881d0b18fb2914e78
BLAKE2b-256 5e54f62be2e54a4b1651fd1d7ad7cf67d71381221c1c6c0e4d51d7ea79d337ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4415bb20a059e093a6cb39af4b2736bb6a1fc401c33ddae8d16b4a0fa36f8d4
MD5 5d27351397131f86850fae8f968b5064
BLAKE2b-256 da39168473435a2ba77dd8fb9619c614f26b804ff44cb29cfc37e9be6f780402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 83a5c37de9dff5eb8c04460c9697af2cb762de3293abb796aca9a6cebb1a959c
MD5 7baef37cf182e53425bb54afcc35bfb7
BLAKE2b-256 f576350cb2b6b7341cefba9be7b5b9040194b3f4f470410e0aa1086bb0f18708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61b909db29606bf041b5ba2e34e4a26e7cc4a237e90036e4c02009f2abe66158
MD5 0eb352972331efc7cce73b4408beae50
BLAKE2b-256 874d4449e4b33e59b3bc3a28f2be9fa42d98ea6050be5d5aed692b8a32893092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c9c2144eb34099dad52adc895b19907ed65191e36802070b5a8738daeeaccc5
MD5 9d5c0e8126b382c80ed83de5b24c2d42
BLAKE2b-256 aeed73711c5dae93e6247abf8d3b6a214d3459c0aa339392d0e6d4ad11441606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9fe7b4842a6bf522e9a97737a8d58ab1b4016e6d6a3496f1ed42aa7155895160
MD5 ba1309c1974b85f793329337864e08ae
BLAKE2b-256 12523b9299e3759ede42528855d72b6a321b1131fe843581c549d15788169d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a78c56fdd95932c509268df9704006dd325c41f7e55f591cc6a1c404c0639b7e
MD5 f5b063454c2e63c50475f795353b2675
BLAKE2b-256 dec3560a2c5cd5e3752b2ae60a97907cb7c46811c0cd30874ac0c78ea6335f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e1629113c3e5338df99c296b370a29e688bb0b39bf91d9bbf8a45000e26130b
MD5 a36bcdeb29ce97c61d62b7e20419cc10
BLAKE2b-256 8f18bcc75e574a21d3aa0a7c901ad7ba1a384f474d285546d8f38392bc4ba3ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7bb356e5b48efb764701b94572945055a53e48de67110e7ac4811745e0af228d
MD5 2f2409abd340ac3571b1fb913fe1a47f
BLAKE2b-256 049a95875c4bb4aa957a56297457bbb72863c29b749a69a98dd3488c21455537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 27cc5696b2f3d244ae601323350c1c90099ded5718701ad3f090112403020375
MD5 b76fad93a14d059b015ea7aec139dd47
BLAKE2b-256 acf58523f58d062b76c0fea2f64cffe3bb1edea6973c517d83ce716b1d320e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 72f95425e30534e6cce260d3ae00a8767cfdfa9f090dcfc5b9c099c89bd8efe0
MD5 90182f2473af5942b93390d73802cc81
BLAKE2b-256 ef72fe1360ed4d302b61f3f8fa5e1363d0407d1d6fa3d85bca6e158a0918bdbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a57bcbf2320aac0603b0403ac898f33215a4f584a8529b59a4085b3c7740406a
MD5 35b4483b4e5e34637839b0d933d5c7e9
BLAKE2b-256 63a55adb64cce5506fc6cb53375f58978cbfbaf637da9394fdc44a702407e09a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1b6eba6c1c07f0fbee2e6dc9dfa6cdcee8adaef0bedc954cef58b0076e0c833b
MD5 4d64b225d7d9dce3802810e02b019466
BLAKE2b-256 059c18586f690cf8798efc299e75590b00285d87aea10d8109449f389fffb86e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0188f12fa106e3dc1359ecef1016c76714092961d7685bad121b335e162e1d7
MD5 b5f0f6503c0eb0b1605a554c04a66d60
BLAKE2b-256 c80e7ade370aa222b9506371fd6b6e339c393b007210318ddaf534ec9fb0223a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de000cd780b72a42f82035d1a6f619931a2697e5ef199d5f63842ed2fcfab084
MD5 a82348b072f3c924811b75cf87e9d3f5
BLAKE2b-256 36ba484a7ef213cea486c375c3f46ae86494d2939693a53d46d36c126cff3b18

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