Skip to main content

A library that provides a tree of datacubes called Qube.

Project description

Q3 Quick Querying of Qubes

Static Badge Docs PyPi Wheel

Qubed provides a datastructure primitive for working with trees of DataCubes. If a normal tree looks like this:

root
├── class=od
│   ├── expver=0001
│   │   ├── param=1
│   │   └── param=2
│   └── expver=0002
│       ├── param=1
│       └── param=2
└── class=rd
    ├── expver=0001
    │   ├── param=1
    │   ├── param=2
    │   └── param=3
    └── expver=0002
        ├── param=1
        └── param=2

A compressed view of the same set would be:

root
├── class=od, expver=0001/0002, param=1/2
└── class=rd
    ├── expver=0001, param=1/2/3
    └── expver=0002, param=1/2

Qubed provides all the algorithms on this data structure you would expect such as intersection/union/difference, compression, search, filtering etc.

In addition to this core datastructure, this repostitory contains a collection of components designed to deliver user friendly cataloging for datacube data. The STAC Server, Frontend and a periodic job to do tree compression can be deployed together to kubernetes using the helm chart. Thise deployment can then be accessed either via the Query Builder Web interface or the python client.

📦 Components Overview

🚀 Qubed STAC Server

FastAPI STAC Server Backend

  • 🌟 Implements our proposed Datacube STAC Extension.
  • 🛠️ Allows efficient traversal of ECMWF's datacubes.
  • Part of the implementation of this is 🌲 Tree Compressor, a compressed tree representation optimised for storing trees with many duplicated subtress.
  • 🔗 Live Example.

🌐 Qubed Web Query Builder

Web Frontend

  • 👀 Displays data from the STAC Server in an intuitive user interface.
  • 🌍 Try the Live Demo.

TODO: 🐍 Qubed Python Query Builder

Python Client


🚀 Deployment Instructions

Deploy all components to Kubernetes using the provided Helm Chart.


🛠️ Future Enhancements

  • Intgration Query Builder Web with Polytope to contruct a full polytope query.
  • A JS polytope client implementation to allow performing the polytope query and getting the result all in the browser.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qubed-0.1.13.tar.gz (478.1 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.13-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (417.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_i686.whl (444.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (517.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (427.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (283.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (305.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (255.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (249.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (262.8 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

qubed-0.1.13-cp313-cp313t-musllinux_1_2_x86_64.whl (416.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

qubed-0.1.13-cp313-cp313t-musllinux_1_2_i686.whl (443.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

qubed-0.1.13-cp313-cp313t-musllinux_1_2_armv7l.whl (516.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

qubed-0.1.13-cp313-cp313t-musllinux_1_2_aarch64.whl (426.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

qubed-0.1.13-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (280.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

qubed-0.1.13-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (304.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

qubed-0.1.13-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (253.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qubed-0.1.13-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qubed-0.1.13-cp313-cp313-win_amd64.whl (117.7 kB view details)

Uploaded CPython 3.13Windows x86-64

qubed-0.1.13-cp313-cp313-win32.whl (113.1 kB view details)

Uploaded CPython 3.13Windows x86

qubed-0.1.13-cp313-cp313-musllinux_1_2_x86_64.whl (416.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

qubed-0.1.13-cp313-cp313-musllinux_1_2_i686.whl (442.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

qubed-0.1.13-cp313-cp313-musllinux_1_2_armv7l.whl (516.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

qubed-0.1.13-cp313-cp313-musllinux_1_2_aarch64.whl (426.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.1.13-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (245.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

qubed-0.1.13-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (280.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

qubed-0.1.13-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (304.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

qubed-0.1.13-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (253.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

qubed-0.1.13-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

qubed-0.1.13-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (261.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

qubed-0.1.13-cp313-cp313-macosx_11_0_arm64.whl (220.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

qubed-0.1.13-cp313-cp313-macosx_10_12_x86_64.whl (225.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

qubed-0.1.13-cp312-cp312-win_amd64.whl (117.9 kB view details)

Uploaded CPython 3.12Windows x86-64

qubed-0.1.13-cp312-cp312-win32.whl (113.0 kB view details)

Uploaded CPython 3.12Windows x86

qubed-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl (416.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

qubed-0.1.13-cp312-cp312-musllinux_1_2_i686.whl (442.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

qubed-0.1.13-cp312-cp312-musllinux_1_2_armv7l.whl (516.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

qubed-0.1.13-cp312-cp312-musllinux_1_2_aarch64.whl (426.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (245.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qubed-0.1.13-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (280.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

qubed-0.1.13-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (304.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

qubed-0.1.13-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (253.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

qubed-0.1.13-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qubed-0.1.13-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (261.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

qubed-0.1.13-cp312-cp312-macosx_11_0_arm64.whl (220.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qubed-0.1.13-cp312-cp312-macosx_10_12_x86_64.whl (225.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qubed-0.1.13-cp311-cp311-win_amd64.whl (117.8 kB view details)

Uploaded CPython 3.11Windows x86-64

qubed-0.1.13-cp311-cp311-win32.whl (113.3 kB view details)

Uploaded CPython 3.11Windows x86

qubed-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl (417.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

qubed-0.1.13-cp311-cp311-musllinux_1_2_i686.whl (443.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

qubed-0.1.13-cp311-cp311-musllinux_1_2_armv7l.whl (516.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

qubed-0.1.13-cp311-cp311-musllinux_1_2_aarch64.whl (427.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qubed-0.1.13-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (282.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

qubed-0.1.13-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (305.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

qubed-0.1.13-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (254.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

qubed-0.1.13-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (248.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qubed-0.1.13-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (261.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

qubed-0.1.13-cp311-cp311-macosx_11_0_arm64.whl (222.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.1.13-cp311-cp311-macosx_10_12_x86_64.whl (227.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.13.tar.gz
Algorithm Hash digest
SHA256 e770179404469a29d81c776687b4747a1951aebb22083c7cf4585ae82cee7802
MD5 983bf0cd17d8018ccb9806af34f933c6
BLAKE2b-256 d1105095aff2a498f896ee8b61241919c78c4accebe4629271fcc9ef2d70983c

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bc10068ca45784e6fce90a63accfd1957755d9c27d752b3a51de74142be00e7
MD5 aff9250f9985169396a51f877447f3a1
BLAKE2b-256 c104ceac28f4025fb7b17d8665941e1181d5a73314404262932b44c02665fd9e

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b238eaa1bb4861a6acdcf0e503f9b36f558b21fd0bf732efd83061d4e98db5e7
MD5 263296323f0aec793f963bb491e78d93
BLAKE2b-256 75ce0cf2e0eb6abc04ef74f7be4fec59eba7c4f07e5230abdd900b9d92b96875

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b17a9285ef6f21de302b3b4baaff72b72b4b01589b05216bc68ce29280a1fa9c
MD5 2ed3c93b7d809180424206fed57b5ba6
BLAKE2b-256 a1d019ead5301e7db3e052922145d08518e33f295ebb14d3a0d7062a45bb96a4

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20435d2beca5a3835296364151c5cef94f1bc5777012e58976f389abbfbb9367
MD5 533d0f7027d4e73c302c5752941a324a
BLAKE2b-256 a51c125e413a651d5adef511f97c103926ca98e495fc2a04875cc3168fc79406

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f69dedaf07f8c96f7bd9f34cbfac80f20528ada52047942c82237e1f9de085d
MD5 3eb36a80add248b0469f7eabfbc0f605
BLAKE2b-256 4f023a9e3edc2b33b0b0a1baf99ee672ae0f43c8b3280b76af584e8b486fd7e4

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f2ef0590904bee2b701be6d721a81f92db208e952f17fc9be3968ad9845259bc
MD5 780a47cc4dd27aa9fbeef3ea7e6ea866
BLAKE2b-256 0a1b70f9d6af818816c80ed022e3f22185d6e87029867ba391663681fb50f844

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fbc60d7604495d304acd860b5ca024bbb2ef20b7abf2c6cad240b31b61c73e57
MD5 be7781e4284a72d9924a9ea201dc9ae9
BLAKE2b-256 6bdb263cb90263e6fe843b58475f3897edbc21e71a87d84eab2e71381f9c26e6

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d899c9762fe3905c5754ecad67299b6dfe097800484055e1b7c23c59bd80952
MD5 31cf8e9608fb55922e4a85c9cc167d0a
BLAKE2b-256 a655814b9ae6c97fcca1207113c0efe68a23ae859f4319e4c9332391d82976b4

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78bc7431d09a381f3ea9a6fe6b5d965d56f66a0e87f808f14736153ae861382d
MD5 a2ebf67c1de78603db8ee50e98f8421a
BLAKE2b-256 18d67317995cbe00e0a1db9c4f164b19d7d73857246e8d17f7f8328f2be9c951

See more details on using hashes here.

File details

Details for the file qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for qubed-0.1.13-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c1c6edd738e6743f404d53f0235988df68e563470559d0c16a8f8f1d1cfcf883
MD5 05afca9196ae2cd03b117fabd0fc26f3
BLAKE2b-256 00e74c57ce46a8ea57c5d2dcc6cb904d6b17d90be00ed4c4855cc5ca2aeeda48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f872c17a44c5e5b577c0dc8e189f474d450443ef8637b2df7e3aa9343b802a6
MD5 c84ed744a82a64b3a639eeaffdd06456
BLAKE2b-256 9a0caad646d89508429a3963d5dd117880189e547129bd7117164fea49c5caee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ea320a5c14e8daccc78243740d680cf4d973322ae8aecc6f5c74287fe9bf263
MD5 e116562950c9af6adcc679e8d276258c
BLAKE2b-256 760ea986ca93d8061503f3721ade12b871aeacd5ea334839371c7e945c7dd20b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0a44c8969bf3c534384551b852530c428ca16e568def22f9bd03a63ccf67933c
MD5 472e0599227b7683c1cd139ef7c17ea9
BLAKE2b-256 5da7f805b5d4c9731538289150bca27474b62a59d15028140ab8c2ef7932a88d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0980acd7da56d3d97cec07e6ccaac41360c1e176b1f6a22c114542ead32903d8
MD5 7b99daedf10eb94a087b7da4c2ee1803
BLAKE2b-256 4149f73d866c0e59762215a80f1bfe79b0972768debfa8e83bdd9a2085586ae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6cd8a6b672f1ed139d1b7598eefc2fd28f9d59c6f3d98f3dc8e99613e451468c
MD5 33dae4254f039d1635e3895b0786ac34
BLAKE2b-256 e0b589ad10ee7357e070783d5f6af77fac5750eafb7a77375a61f2572715007c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1d4f46f1d95560f3cf471f14dd87a9bf7b7cc15296add94ce84302044d2ea848
MD5 ac059c1b2b7f8b41223f51a2954e7fe2
BLAKE2b-256 030c1e3878c7db7c7dd705a7a05cc9b1be6f0efd84e3c0ca45601b2f8b9514a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8c7cf8a8913436849a2f61545e8774e9cc5ed5baff6e65ad2a82e26dfb247a4
MD5 1009a950db74aa73c5f2fad52e97da63
BLAKE2b-256 a95b14a1255e9e2395fdd0cb3e0a52f9dc4250a7cbf583c217c272f199aeabd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25bcca9295639801dd1c0d81d7e103c33b50b8427492d703d36b6f3aaaa053c6
MD5 ce394c2bb1fb0c92dc7fac8c190bc056
BLAKE2b-256 457c4705387415771b39bf79e13083f2e05491a503b981b91136afb09a94d7f7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2a848021d269541942e96fbf487dd17f95b8fa8fce3c30b89e95b150719d9f4c
MD5 f514b79879f092b11f7af76e2f4bd43c
BLAKE2b-256 2ec2c23021c6f450d1ef5f3cb036301a6f46fd283914e7c57393d562c22a27e5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.13-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d02986b8a2b2f492d9fad45da635a410bb140322edf3c04820a52945a477f626
MD5 f7a9b17a18e7383817ebca2ffd858bd7
BLAKE2b-256 599d8bdb90cd49f01455c1f074d71b2809ff6bf3681adf0a2fc0914530521974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceff6123757fef0d36065d667da58af3d25350419aa776f38b01f8bbb4c3d12c
MD5 a56c0c704a591e15fa74f90978790635
BLAKE2b-256 4e394774dcc71233969bf658164eb14a688435c933d1e6ca86ce7bb9d0e1a373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2503e6f8bf28160050abb3c050146df8b45cc34c6b73e47e1cbed6b9c6147a51
MD5 9ec35ab020d2393f4ed12126a8cc2e24
BLAKE2b-256 091ed8e89ee403bd7f0a2df5b0e0af4298bd42ea8317e1346f07d954b9868640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0c9eb1497988d49fbf1b8bed06100b25db05cc2d7eb260e07ac322547de2616a
MD5 93eacbcb7dfcbdf12849f54b88462651
BLAKE2b-256 f63db3bd6b9904ad1f4a09249f52ea96d405f6c956f88894e1feb255a1ed1a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cd96f695c2ef68360c1745b3756f43eb6c26718f5fa69e3c75d3829c04feeb0
MD5 30f4c695630d2d5cafadc6b0c1f90edf
BLAKE2b-256 e3c7a4493aeeffd723302fac98a2ab4b3ecb17e3c6163bfd24246d5ae6d9d063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d888b2db58c4d270a302482a56a375c245733cff48bcc083ee5cbb4d12267387
MD5 eaac6d933a0375ac53289ef8fc7a1c94
BLAKE2b-256 650e177c69f4ee0e50c027c4d5eaef7abb3f9ac1e08a14c9cc06791ca88a09b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bbf9c35d49b547f9ab598bb12cc928e1d93004cbd8aa4b6a42c28d75fa465bb2
MD5 4d81e8980f294d869d442129b9d4264b
BLAKE2b-256 164eb41c25f5f52d90da847e41fdf5b9e943952af251d6afece850e0bd78b97a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 853186342c7423fa60ebabda1f44d7bbccfdb3faf2d85c8059ee449ecdced9b7
MD5 a4fdd4364084d39ba41e3e1c24c41a77
BLAKE2b-256 a137a0f20b07cd003edad880bd1c462aef479651dbb3183de1c7d25c11b8054f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 991200f3f9eae4f0467d611c205ff06cda5cb57f408568e6af1978e1743755fe
MD5 42f99e41ecdec6f34baa5566169ab6ab
BLAKE2b-256 06e97c97f1957f821ddc3b1419e987346426e3d0d1561b49f77d8c68b58c68b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9241efac029475f5c1dff292903bf1a696ed2bbc9c74fd1679065a8d3ab5427
MD5 e642a2a6c71b6567f206967101a94aa2
BLAKE2b-256 a8f75ed45b65cccd3a09d01c51fa0475ca02ddb61d46ffce57fcded198e5c4de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c20879e37de386b79b796b2d56a991dd86b4345bccbd172f35771b03cd9271b
MD5 dcbd09e1557fe99b2b29dd4f4b8a64a8
BLAKE2b-256 c5fde73d8d30f05991d3f76468014e4b6b5fc878e17405bdd83e254ca4862372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d824686508a2398b3f5fd5b28da192c61604730c47a9ae58c19d7fd771b6d36
MD5 72e3f95f92cc873a6d1e383f209995dc
BLAKE2b-256 99d7a969f9ad73d4297cbf444184b50208888cac302b8817f7631e03043be0c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cd23cd4d7e48f1f4988d04be49a04ab60ed8e339e2f35a9193f06b9da21e49eb
MD5 3fbca3237e2f9f85a2664f9e175a0e86
BLAKE2b-256 1f4828f5ed4c27b7ca9278444966e9b6bfce798e633c4de429e91e18c282bc4c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cea8ca9bbfb8ccaa02d992645a37e98e78e1f8be5e1a2cdd280bee6d2bbdd88c
MD5 f15b6e0805fb9d265f963a651d2495a8
BLAKE2b-256 35cfcd5e0475d4ec57d91fa0c1d53751b68d33eeced04ee51a49fcbc90cc003a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 44eaf56fa9010aaf79a00d722710f4ccf9a422c1313a9b92d284d1c5ce7df0b2
MD5 11fa8162e97e513e9335b4ac6eb68afa
BLAKE2b-256 7309e5a2c61912eabf55f8aaf3017bd8373b220326d9803ff1827b5f514ba472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82b723866be032d8d99aaccf0474b3783245cee89b0b8e7933b37d6e32cf8248
MD5 f474e7c08581d9abe7a9f25747d5cb7a
BLAKE2b-256 ff533498c6bd8907892645c0f3475d318fffd752f44e797befa847d3059d94e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42b5f51dc1109170be1f47a72e1d369f47ff9a3a60cde7da3ed033157a0d8d93
MD5 10d4004b4d7c74064bface4940cc82d7
BLAKE2b-256 c9d7982d406808c0384cb69c0133301817944f6759a313a1257ee6df2bec3855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6ef1035a4e3bf7d0c49384d84340a538d37412d7ee0f98d1fde7a3be32e84f38
MD5 d94f68951571462714f3c681d489fe9d
BLAKE2b-256 f84edcc6e86926b9f0c805460df5b56c0412236b44ee0c621e683267af6d4cd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aeca9f111ded8618a43e49685b587846113f1b4a7181284c343f36c5fb50c417
MD5 332e7094c4a132ca231eff4237f8b85c
BLAKE2b-256 19f5e78615ed5c3d7ce2e5ab732106cf7d3e50dda033687a2f736447edfcf656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41550ca79cac73078e5cf63779a84ec3314c5a25b68412a374dbf0b3b82ac6e9
MD5 a13220c6078a077567cc4eb4c40f9279
BLAKE2b-256 d3c72b1ad71b10f12f6276a76fbc07a2c92aee29b48c1b2ee9219c4fcde65a29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b34dcdb98fd7518d51952eee75ca0e5124dace515913a37d09c4609d6799e30
MD5 f362daee5a2d90c0404738394fa21a05
BLAKE2b-256 f6e4171cf8ecaeef2cbfd4541206ea3d929ba78eb90871c20b4e87ebfda69408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 720454a95cbb1daf9569874f56bf9d15708067c681a66375be34eadd8e1c4769
MD5 486dff57961d64779c1cd9026f991b50
BLAKE2b-256 5b1061a6732f945e6e323eef6d83755a3d1b0ef21b3595ea164a27efe238b04e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e256e9b100ee32cf989e45b7ea7ae8d6060c7eaa0aad4c1530ea05b71c552d0e
MD5 52face969ddf9491d4b112b9861ad39d
BLAKE2b-256 22b820aa017bafb2b3c267354edf994378d4ab5bfbef02497206a6b369f0709f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0020c83ac04a7a223c2f1008066edca972a368d5373ff2ef0f6abcfdb7033dd6
MD5 6f8a45155feec9448ac3978b1f500711
BLAKE2b-256 3f34810543550da58752899acb884b58c7bf324c393c82b0382a385908152455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0d5ddf3d0454194b8b3d84b7c50911f39fedeea36c5528595b2d27d8cc594daf
MD5 5d1653356ce4945aa72d3f2c57875526
BLAKE2b-256 829b2c899a8cf41324b5291a5461f4013fd105f34fe2034e12a4b698d5ab32d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51364d9b9fc67327543449caee49c47b5255f0d893670b5a9df0811455481e65
MD5 d1c52064954adc319ec0762342583ea3
BLAKE2b-256 0a9ed30648413deaeabfe3ed65f85ebf06aae30a302997ec67d53140f77a5703

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3bb70c50ce0213738846c270e1614f88f333182a231f227894f4f046e5c5da61
MD5 96d01f9c5fb46f0ae74d98db21e149db
BLAKE2b-256 387757d90228881ce27bb3de67772ba3f15da580bb8e20196838ec760c68a257

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ac9bb5a2a71199c153900d8c8fdc7bc1892faa8d7e81f16894ebff5622df3d3d
MD5 90b73633887292acac58e74490ca0a33
BLAKE2b-256 4068240f9a0848fe38ea9ff88a9dca6bc03e88c46451357e6cdf53cf34d0bfe0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.1.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dcc9dd38ba2753ef49140333d70726610658f2d6da003ca166f90a9227a3883f
MD5 f82248f4017cb9fd36935c1bc17c25b4
BLAKE2b-256 87f19b894469067b0a2417a18bb138364d8e47d748061c395555cb6281da7f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f295de549c45376add9f3df6b44fdbcd47dedaa2070b83c91c20eefb71cc392
MD5 194d45983199bbfd51f11cd98613ae88
BLAKE2b-256 1f5cfab044f1437499537ba5b3a7466f9e6bca81bbbf3ebe8bfcad597f33d2b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0493b2c4b0723e9ba112d57368a9edd0371b94da59cd5a4ad7db842495396de1
MD5 bad302715f0710da8aef84fc7fa46cf6
BLAKE2b-256 c65a11c3401a09aebab01ae3278f4f53cac9b104e69529649cca1ee3c2cc7911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0f45cce2be513305c033de6c6d2744fdfd8bd272dd10b9cb57d81e0e32b8fe35
MD5 b1d56af261c52e592d7452ac00e60b95
BLAKE2b-256 1e05a9ae04e48bef452e17fa9e38c0c3c0c440cc20440889039c427d56d4cc9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7ed6d473612284fb23262894650b381af1820a3fd01474c7162e1932b5184d4
MD5 18a439ba18dde4511d4b15dedf6691f1
BLAKE2b-256 6166e38330767dad8eb3a34a0322b658ffab6f8762fb0029074cf6fa434ad86b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa070d4229239a41ad4d49ecc1f0800d493b7458ab7b5fe557f4129e46768b6a
MD5 0b294dfc145944fa820613b4cde563e5
BLAKE2b-256 b7ab29e111b94fcc1894a7f5b15b84fb07d9e458be9c590c6bfc00b91d2547f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cf4f8dc3156ffe46e0ecb29edf2c0abf4c32bead151667dad03a448d7b3fc15a
MD5 aed70c323eab539646a499a2e1b5b438
BLAKE2b-256 7d079e2add3611a580e2f7a9072ec74ca18cc38ef68b55d2da66239c38721056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 264a32b4a4b7385416b3c4e86de8964953c1d1dbcf293220e845f6d09f34504c
MD5 1f3d21483cc03ffec5db7ae7b4d1aff4
BLAKE2b-256 b60d11aca3ad7358b2815c6ae3fa1c51642231711d4cbcae341dbcb5b1388266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f454bee064e2fad6fd128f85438b94112e9fa758049f367c55a61f58c40526a
MD5 89a697432b1552a417ac8d0c8feb72c3
BLAKE2b-256 43e358a6b5df7a9688dbde93609a1690d71e826cb364f2c3d2de696040dd95b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7aca22d6f8d6742bd2c35a63fcc551216ace25c1e88028910dc8f78a7afab9c5
MD5 8b1c57669e6ade198f0b225f101c6d5d
BLAKE2b-256 84acd1fa0854c3741a7afb5d08aa9150766f6ef4061941adfe15ffe9599df148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6504c7c4e7b3d09c5e7fe067438ed2b56a695422a0628ac1244caf4aaa720734
MD5 2ce5b4230791e62216d666b7178c87b8
BLAKE2b-256 28363b2f8579f7f24321dc161e88bc5c98a817c0280d406d8c52e7b89063f07f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49f1ffe23c650e8f116e35493c83acc309bb6882561d29c1d2f9d02fe41ef874
MD5 f8fd1cafe2629092fad32bcac165defc
BLAKE2b-256 b9795ecae964da8a17c5a69a98be00f9191846201afc7065b8d21c1f7e043cc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.1.13-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2ba4ab815fe3a1335c92e42f18fd6f27e6907a920016d50baa2df6f4ffb20097
MD5 91b60b1e3f3f02866ba90cbf2ea5c12d
BLAKE2b-256 4f1bb405668b7a255ba5e53a8472c1e03bdc7c09706cee2889be188b11678b8c

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