Skip to main content

A library that provides a tree of datacubes called Qube.

Project description

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.2.1.tar.gz (493.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (547.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (575.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (644.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (549.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (376.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (498.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (382.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (371.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (399.3 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

qubed-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (376.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

qubed-0.2.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (398.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

qubed-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl (546.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

qubed-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl (574.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

qubed-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl (643.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

qubed-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl (548.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

qubed-0.2.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

qubed-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (498.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

qubed-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (381.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

qubed-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (369.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

qubed-0.2.1-cp313-cp313-win_amd64.whl (229.5 kB view details)

Uploaded CPython 3.13Windows x86-64

qubed-0.2.1-cp313-cp313-win32.whl (218.7 kB view details)

Uploaded CPython 3.13Windows x86

qubed-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (547.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

qubed-0.2.1-cp313-cp313-musllinux_1_2_i686.whl (573.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

qubed-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl (643.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

qubed-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl (549.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

qubed-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (376.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

qubed-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

qubed-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (499.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

qubed-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (381.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

qubed-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (371.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

qubed-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (398.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

qubed-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (335.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

qubed-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl (346.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

qubed-0.2.1-cp312-cp312-win_amd64.whl (229.4 kB view details)

Uploaded CPython 3.12Windows x86-64

qubed-0.2.1-cp312-cp312-win32.whl (218.7 kB view details)

Uploaded CPython 3.12Windows x86

qubed-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (547.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

qubed-0.2.1-cp312-cp312-musllinux_1_2_i686.whl (573.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

qubed-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl (643.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

qubed-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (549.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

qubed-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (376.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qubed-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

qubed-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (499.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

qubed-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (380.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

qubed-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (371.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qubed-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (398.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

qubed-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (335.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qubed-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (345.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qubed-0.2.1-cp311-cp311-win_amd64.whl (229.1 kB view details)

Uploaded CPython 3.11Windows x86-64

qubed-0.2.1-cp311-cp311-win32.whl (218.8 kB view details)

Uploaded CPython 3.11Windows x86

qubed-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (547.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

qubed-0.2.1-cp311-cp311-musllinux_1_2_i686.whl (575.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

qubed-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl (644.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

qubed-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (549.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

qubed-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (376.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qubed-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

qubed-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (498.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

qubed-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (382.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

qubed-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (370.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qubed-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (399.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

qubed-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (338.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qubed-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (348.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for qubed-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ecf54639794090909a7be619f5797c232539382683a2f1fdc5c05d753eab1627
MD5 a34b51d4da622b08f1455d761060d957
BLAKE2b-256 2b68e78ada1e7afd1692629a86536ab1ee86f09db366547ae9709a9f65953b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d03f9747ab56288a7e53f1cca177099f6f05f3deb8e5f2644606bd176ffd8d5
MD5 b4189e16fa4b864f703b1f157299ad28
BLAKE2b-256 e7d49cf98ee79a667ce11e3ea27e18303180842892802868cd1be3050b058469

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30bca1453393ab887fbb725312aefa18cb754966352dc6a579b464cbccac32fc
MD5 31f8c4b9ec55025bdb300034f3a8b3b0
BLAKE2b-256 963d6f7470b450bedef16941c89dd33e0a5a2979ae695aec19a88d9f248c7290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37035b23889c9db0020c15c45734c809be044dd7ed9b5437121ace9d9b3d8ff9
MD5 a1c8a945354630184684b965325b7952
BLAKE2b-256 37add6a6f3cddd03e08b554f77000580e677dd4b0b30fcef830ed4ef2f3574ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b55fbfa7cdd9c5a78babd50096cfa7182a52ec1cb8dfe4a4c6fc30416296c50
MD5 a21e5a0d496f1993e92de9157268a6a8
BLAKE2b-256 a5a521aaec1a28f00c8de8b4a0bbd958fb1e4b1d996697c0157c277bc4b0aa0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86eee7aac382f03d321e494490a8cc9fc7673e8ad2f4d74e65da8f9928a7d98e
MD5 d1c5172883fae9cf8d30e3fe191cb8f2
BLAKE2b-256 0bb62b7bbfa58ad52f3a1e2f4504d99fdd658beda5bb191e15fef335f60704b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 29956262f42949518d9affa81051d8bb0944fb58f1cdb4d3bb998700a917cfb5
MD5 cab0d597d7335eb30dd979ea261db219
BLAKE2b-256 27abc677c7d42fa729b2e8914564ba80a31b985f7745c5f617bc8b5a3f16cd0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ec91ec7bd669c04b2b5da18590dd6d027be145b6bf3939de51935a9a38597bc8
MD5 02949a9f0125332b2dd08970ee78cdf4
BLAKE2b-256 3d19e49da23b539a33d062bc2a9c78f15840884a6d02bf92068eac852e8284cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b2ea110ad1dcc6f5ca470a8b10971cf219b87f819f9a354b460b208bf62c52b
MD5 9fe2deab38dce9a300db1c33c2f78b8e
BLAKE2b-256 2c554f41b8b3a1c007604cc2e03b39e12fadc303546c5e444185e8d021525a88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d83cc9fe4f4468c5c7274a815f2c4ba9df8bab7e64ec7c1cec8abda17233715d
MD5 309429b658a8b389eb2c42b1ce359f75
BLAKE2b-256 366b4dc7735aed3cbfdf61dc6e5c73b523de9617662d60a323f1172d4c6bbfb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 026d3f3d9885a08afb4002f04cc90f0102559f0baa18616913c67598cbd235f9
MD5 708234b11fa39ea9a757b6056ff5b6e2
BLAKE2b-256 e40109abda1f21298344d4c3f4beaee3a411b9da3ba511234867e0d15f85262c

See more details on using hashes here.

File details

Details for the file qubed-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qubed-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d3894b301514095d22e12e8bb1a735d98014ac1c99c98216af608b8eb3c7b3f
MD5 922e17de911d717ad14e9e5d19a7f505
BLAKE2b-256 f11c849be0ec5ff5233dcd60f9dfe19cb6c65eaa1a39e01781c7886bbe0ee47f

See more details on using hashes here.

File details

Details for the file qubed-0.2.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for qubed-0.2.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7971ce2fa6aed0f1178add258c1b069e74f5136003ba222cd23b43ab26041a5d
MD5 f3b7a041bdca82faac42cc2146c7963a
BLAKE2b-256 cd06cb7e755b2f7caf6df19bb9ef9866f677f119eaf41d6a3f6e523e9c460446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 538f0b0cac674e05b766f5398ed179e5b79d1ff10798a54240c30fcc9f8fbb01
MD5 d79514914362917e0581872051f23765
BLAKE2b-256 bb1f461875b9ff9af2d5798f48fadc64932358daaea04bb6777eabc2eb0f3417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d754f8de28d3fbef2301470463804ebf23405787bf6883703e5ff1b17eb928c9
MD5 a581f595183e287ec7accaebfa38bdd7
BLAKE2b-256 c47494bc8fcaa6a1fa05a2ab660a90951cac0210f3bf9d7d4f4248e99e299151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6cf29c32c2a21116f29319b58f0a20d668959d8172fb2c791db66a6991a13eeb
MD5 20d1ea0b7ecb7db3d1bbbd6a1da5e61e
BLAKE2b-256 b5205c4317992ba79a6482be7efaa40c8f136c7523590532c224e748b22a964d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09241ab85176ee424c85b053cd2b9f7d16b75e7f967ff9aa6377229984ab7672
MD5 256dfe5183dc2ac14a8990346ad56549
BLAKE2b-256 86abdc4fd6f1bd781d92bac963db297640a9ef0f9668fd1230a87d48de611cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a56898879c0e71205cc1b9214ece2b931007bcd2608118c2b6f8ac6c8d9b590
MD5 c4b275f6d94dae3b600062784c7a720e
BLAKE2b-256 5db3ed2a0f5c2efeb92b2c4fdb9e19811979cf61980f2e374730a57c59c3baa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 27099333287ffdac4bf19d5e7ff7996abc98b619c284d1ab400f88cb771de3fb
MD5 9c82c3e574de237173fc7bb6375c8072
BLAKE2b-256 b4235dc3099c709cd7d15d95d4fdb909ed051a4d874603ed49742cf686dbd951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a96e388a1accfd4e743eb1685bd57dbac62b3a5423cfbd2a0a67ee4065668790
MD5 6f811d9e9a160d0017bf1e87fbb01aad
BLAKE2b-256 8eb877b870ef71a2fd77ecde202fe6eb073729143c4eb05e0f131bf04e212f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80b8800ea1e54f5db3d77ad5bc4efa8586f3f736481ab6a8981cc2db9b6297b7
MD5 ed5834f85ca98f8a0e8caed982c25ba0
BLAKE2b-256 d6426fa62248d03acbe3ef5f30d83dc429a69c710a73fae7bf556cabd522534a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4add9c3ebb3c609f4c309c02c4369a9d38c773210e1fbcdb0f681ceac8b469b4
MD5 2f17883079a46492721af31e242edace
BLAKE2b-256 6402ce7a9c686011ff5a5c0db915314882aef791113ab22767d1efc849edac18

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d779b75e2e9b1ac7de7fb3d6bc13a054848eca4cf08ff6023b069b7c2d2885fa
MD5 7f99f992d7d891c3fe42d18a2f57442a
BLAKE2b-256 1e15a38b5c52e5d92c25836a946fcab29b29f4b175f381396c7b180b9ca29a9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a036a552b9e322c4b43ada0ee535fe53fb6a9677e465ed2517dce27208b22d67
MD5 e25081a2f571f661e08cf861d00346cd
BLAKE2b-256 4bfa17d51e82c596d259299b3a0d2a9a0f156a49d666f7cb73e69e72ff192a4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c50b4f6cc232ece2fb0f11c0bfbdc80e903b5d0cb033fc3c2caacf032281217
MD5 d8621486cc3daa4669818d437f3dd631
BLAKE2b-256 18bc6d7a79f6b74ee3bd1d65edaccf99245b6729fb18d3721097d5c952d7cc81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ddce8aeac1bd34c1a26d72f0f7c60c09e10116556c46b90a891e3c12e45800e9
MD5 2bc5fcced43e69fc08f519d336ad0344
BLAKE2b-256 83a7211d32156dfd2943f4a444671c398407f28863bcf4ae48a47d653802d562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6342c0ac18396882a574de3268bba8a332aa4fda91c39460bef0bf63bbc40263
MD5 6d02346364a6cfe3ec7527987073b7c6
BLAKE2b-256 005e1c4e4187f1446a9680342eace9497d67e661b0c6a034630b3750ea4500b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 095678488771b2fff3c1cb6f1cec578c5017c20161a02926e03b9fd06699aff6
MD5 f5b87f19803fcf26dd1a93bde420037e
BLAKE2b-256 91648b8c6e1e8284a461f465e6ba06808469cd5006b8f7d5e4d819f96a92cd0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e09006171404b695f74d04d9316d8b8e30f90904337828167200f4b6c7393a92
MD5 a416188a41af471cf621e9d4009de735
BLAKE2b-256 0646f312018c38cd4896c20dc2d8e3bef3cb0be3d66f40697e3f3948fc43337d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35e87dbdae1cea43f923b05cb36035884f7e7857e7fd52704d502efe6d5f7d7b
MD5 a6e46e87a9c5790072f1b20f03654c9a
BLAKE2b-256 4b14c98d589b717772731fee5c1b2ad8122d59af6b3d648eada8826b19086ff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3ca4ab77a418df9f152f26e68f8df5100079be2ffcb0d142bbd62cd734f674b6
MD5 852e11ad3e8fd9961b013b1525aef9af
BLAKE2b-256 d20669d91f7d4458c30aee6cb9a1ff7a2838d728c28e78b878c1080586bea811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24e992510fe149348d79ca25f2b6e1d52287d6fc0c2a5f810ce7903dc89cc1a3
MD5 1c6f564d2d716159a4d48129cab4508e
BLAKE2b-256 8386d1a3e6334e797f91e1c94dd2e1763a3e8b62da5ce8d0f08b7dde545f7b4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9205469a2e8d5e83b8cb677101105cdaea6e780b7b690eee67420a07818ef9f9
MD5 41c1768964524f52d5be41e7e939f1a6
BLAKE2b-256 4926b2b024a1f5ea0b86e298bda2f764a89c7c36164f843ff5b47877f22405c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd7f964bcdcca37a4972a9e7858e5621723cf83bcf145397c73c333ef12741c9
MD5 c7bfcc0e802d1de62a406d61e6a1ca90
BLAKE2b-256 829e66c67ec6eda472e7dcc1f7b74c693d2659b59589fed09ded7eb3cdc0d2d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b90df6bccf2159ddcd482679717085e5c368dc46e0d0dbb4264dfd2f0a42b05
MD5 ce53c4d0b4dabcede85ee2ac5056eb0c
BLAKE2b-256 e3aa90442ad892f8fbbdd6bda5140f4323bfec3414bac18d318b2e3f3b2c3f8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ce5244141acdf5eb3a6886d8b3a9c519286c4314661e57b6c162c48fa51ef233
MD5 45a31442df6d6a3e15e6093b4fd16e24
BLAKE2b-256 51d9e27b27e6041835f80516ad5c4fdc62e5a97965604117ab983b8b25fdf997

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1ed1ba9ec1370493f325081792670e94990dbb203c6db294d7e1a7b96e78316b
MD5 0aeb9943e77244f0782c20dc8907528a
BLAKE2b-256 7f4d5a9b608032953b37c0dce426c5c0fa453b9101613f45978af4a9b320fac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0340db1dc0932e0d9ad315b586dd6e5df648660f419d1cbd4afd10c1999565b
MD5 c56248037efd52369d30447a3f1c9e80
BLAKE2b-256 8d4ae12fd0214cef04c4a2ce1e25d2c40e9b5273337139a7739aabb61ae1efb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e5932ad94123e46eeedc2a519d9bc41a8cc9e88bea8ad033c69d8bf227b90edc
MD5 3475a7c1a36a719c55c0aa435ca3f655
BLAKE2b-256 d997aa114cae3e906a5b87c729144ec53625021715fac1a5ec0e51b5ca7e6479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f9f699cf9bf8728e5865f3b4885a7d2365ac12f97a9dd88c583cbafa3a678a99
MD5 eb7ded1df9dbd0ba9e2b0311c4d71e42
BLAKE2b-256 c8e573baad05f5639182e93520359feb352a2bc77086bc90502eb81a44573d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0eeddb5b78fe38fcd7e367f18cc1b3f39e1430e4b2390682985fb9c0c313b9e
MD5 ff47db9ae2ea09341fbb6d0eba37a080
BLAKE2b-256 3218d5cbf44870c1d2a42f5ff2b8deba9d9b9479d2c2ddd6f8aa2f9093cfb47c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8498649d032fb0c712317b40e9b27b3d4b813fd13358c0fac55233cec56098eb
MD5 1010def129e1c55060709bd184d21ef6
BLAKE2b-256 f2dabf4494105ba00900b99d10292963ba9a7406bf2fbcef5a8e9b4c314ef5eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b5aaf31e56d1a7f6ea748a7eeb7c723f4e6c69c977426870fe38a800e89d118e
MD5 863f8f04bc921f1b5146bc36dd00941a
BLAKE2b-256 ea5fd58e628c9a9496ff6e92c352fc6f5c5337b39e785a29219be2e172657649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43495d5dcbef178b3b81420c495a50f3b32a706f89dc1c835651b61e2229288d
MD5 2fba6b94e4f291e1feabefc0eb32ecd7
BLAKE2b-256 0839455b4918df6bfc6a8496ae5d38070fde813e7787d8889c2f74c994d9b0b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6b7514de16d4572b7a71c5ab69870854089e3046a0a822e35b5844c95ad4b193
MD5 00f4b2c339c40045b2699890b922f231
BLAKE2b-256 1e496979515889f2957286c8f1d9b8fd770f95427361f47fc65e7adda28868b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9150d8a33c5cb9f5a8055a2d8e628fa78bb8511d5d2e924fe5bd120b05659987
MD5 5116d50800e51168be564ffb5ce14b53
BLAKE2b-256 292a12a31ed8d444b7806d48c50d8e0beb0ac0a28f3623bda1f7867fb1325988

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f820c0e6b5797fd8f17943c1407156bfe27d68db138877b80dba2d72fd3c5cc5
MD5 1471e5ab07ef138ad9cd9f1ebecef316
BLAKE2b-256 b9ddd7144e212adc2d31a51d0b7d425b12fc6f087f33369bcda8bb925f04dd73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b53fc541973f0cd65c8dabb7b10ed54faa7317cdccd20abca99502c720e3843c
MD5 9ead080bba72034cb787acc2bcacf0f1
BLAKE2b-256 6788847aaba9193b2dcfcf5b2a60ae51f03f9e84cfe6986a3a544bc9dedf29ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ab82c18fd5cdcdfdad4e07f3a5b31c97597d4bba6b2864968da241f5a32418b
MD5 28d90c7fb678164805b0fc59874fe2c8
BLAKE2b-256 128facb1c317210a4540f9ff1075983045b6e6b3acdebec981ce8f88c2d6daf5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 176a4b189ca2b59c1ecebc16da42003fe9c902be005288bac6cc6d27a6ae78e9
MD5 e536ca541796be779e61fe9597b71152
BLAKE2b-256 5bf66e991ce86c631f120ce2a8db0f3b48c17ab0b1103bffe6894da7710bdeae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qubed-0.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6792723c4b68d28f2f28c7cffd055d61f8660d9083748ac7f505a409f9ff998a
MD5 07cfff1ba692f62711db13cd524c483b
BLAKE2b-256 e0ba929014775ecd1221260456fb3e9912538ac8e2d760f2819feebb5b48d703

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccf032d815450e0584ff9667be39e240c5b9c913a32a46da2b4f10555a24b85a
MD5 ac7f4311faa0b1455b094587b02cbd0a
BLAKE2b-256 aaac24bf86334617da2c8be02c97dbe677a8078d5ea7304d3ed83648f5996fbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b6935579d0bbb43bafaf5477a4ecddff7f3334d2e45e00d2d85a1e303930277
MD5 498b037da82e9d92b1efab80b9344fd0
BLAKE2b-256 d0534a295d76295d1308acb407f9a733dcb2d290ba9a81a9fd97072d75d22242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f854f59139164701f52f242961296af181f49f300e9ee525e0a31ff5dab49024
MD5 2ac3d25fcb48639c841ebecec9e11a56
BLAKE2b-256 2e9a5b196a239d61501a0c365fe3fe7c8561e98c0fc2aee572a4d938aa88831c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5dcde7ec2b1c5351ba7e12638fda650d404c8cbcc28bf7be8daf634d29ace550
MD5 22e8c0a73075df2d2ed4418457343a05
BLAKE2b-256 f0347e88cb6ce4243620276ed9c46f93bfa414f037a47ec9f58718503cc6178c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d1bdc2a1012e416239279baff5f95c279166833024e23543e85591e3bd05161
MD5 7ce8b9d41fbd65b1a3548babc554feaa
BLAKE2b-256 1828b66080e8760e589158538759cdc557e221dac4858d4d49e7e7f14aa69bf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 24dd30a8ce7e7d1c3deb8dd49846e40142597eff95130a9690a8156af2270bae
MD5 3c66791a4377973c5591d0cb0f949a99
BLAKE2b-256 60bfe5b044cc5c58c9029b26779510267fb1c31d4347972d93e7b5d3edde0e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d7bde1336598d239bddbb8b216b12bf86aec793e6babd74fa0a8f70b1d7babb
MD5 41c21d840a6ece7f39f0ce38273a9cef
BLAKE2b-256 32fe84f4f89d9de9af2e3dafca285f47781d4767813d4ecec0f079c6c4bcc1fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee25c3b0b9e36630400c35493c948419bcb8e235b04512b437d0f6739c122bbb
MD5 c53b959636df11e1d61d7c88abf1083a
BLAKE2b-256 3c541c03f6d8d27b3722e0e0a2fbc8a2b222c3ec35420cab3b6641cf82a89a81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c48602e83ba612d8221d80d307ea520d96a945a6ce223f123430c25ab808cf1f
MD5 01b40d50060afabbc3c1ecec266449ae
BLAKE2b-256 9c37075baa7318581330d92625926cead60be707b40d9fc3579e996d5190d2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3fafe8927c8e3a86e381efaada3690b621ac4e8ceab4b63c8841138d1dc3a7a4
MD5 f0a72cf2761bfca3cf9cb26e9cabfecd
BLAKE2b-256 77374781d2d4158843139ad9254298154d77824aeeffc580f3117a5f84e71153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 867498936580b0b164b704795a266c60ee50e6b55d874b0fea29e004eda7969c
MD5 f658f8da4539e69e1f0dd82c61e4fb73
BLAKE2b-256 8c9ea0693a7378ce68a5775574995598f54b97914aeb95075323a65cfaac4d13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qubed-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d1619df593dfc2c9dfcb222253cad501e2308ffec40d7d995143df05b3a217d
MD5 eec6f7e55157f55b3b3daf3aafb2229f
BLAKE2b-256 989cd8e5134ecb6743bfed53cf1c790399aae371e731b10ef4a78957ac202c74

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