Skip to main content

Fast Rubik's Cube engine with Python bindings

Project description

CI GitHub Release

Cubik

C++ module for emulating a Rubik's cube and its behaviors for implementing solving algorithms, search algorithms, and more.

The Cube Model

For cube notation please refer to 3x3 Rubik's Cube Move Notation.

Memory Model

In this cube model we attempt to be as memory efficient as possible so, in memory each face is stored as a uint32 such that:

Unused Bottom Right Bottom Middle Bottom Left Middle Right Center Middle Left Top Right Top Middle Top Left
b31 b30 b29 b28 b27 b26 b25 b24 b23 b22 b21 b20 b19 b18 b17 b16 b15 b14 b13 b12 b11 b10 b9 b8 b7 b6 b5 b4 b3 b2 b1 b0

Visualized/Printed Model

Cube Layout:

          +---------+
          |         |
          |    U    |
          |         |
+---------+---------+---------+---------+
|         |         |         |         |
|    L    |    F    |    R    |    B    |
|         |         |         |         |
+---------+---------+---------+---------+
          |         |
          |    D    |
          |         |
          +---------+
Letter Face
U Up
L Left
F Front
R Right
B Back
D Down

Face Layout:

Top Left Top Middle Top Right
Middle Left Center Middle Right
Bottom Left Bottom Middle Bottom Right

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

cubik-0.2.0-cp312-cp312-win_amd64.whl (76.8 kB view details)

Uploaded CPython 3.12Windows x86-64

cubik-0.2.0-cp312-cp312-win32.whl (72.7 kB view details)

Uploaded CPython 3.12Windows x86

cubik-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cubik-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cubik-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (108.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cubik-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (111.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

cubik-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cubik-0.2.0-cp311-cp311-win_amd64.whl (76.6 kB view details)

Uploaded CPython 3.11Windows x86-64

cubik-0.2.0-cp311-cp311-win32.whl (72.4 kB view details)

Uploaded CPython 3.11Windows x86

cubik-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cubik-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cubik-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cubik-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (111.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

cubik-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cubik-0.2.0-cp310-cp310-win_amd64.whl (76.6 kB view details)

Uploaded CPython 3.10Windows x86-64

cubik-0.2.0-cp310-cp310-win32.whl (72.4 kB view details)

Uploaded CPython 3.10Windows x86

cubik-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cubik-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cubik-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cubik-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (111.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

cubik-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cubik-0.2.0-cp39-cp39-win_amd64.whl (76.6 kB view details)

Uploaded CPython 3.9Windows x86-64

cubik-0.2.0-cp39-cp39-win32.whl (72.4 kB view details)

Uploaded CPython 3.9Windows x86

cubik-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cubik-0.2.0-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cubik-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cubik-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (111.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

cubik-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cubik-0.2.0-cp38-cp38-win_amd64.whl (76.6 kB view details)

Uploaded CPython 3.8Windows x86-64

cubik-0.2.0-cp38-cp38-win32.whl (72.4 kB view details)

Uploaded CPython 3.8Windows x86

cubik-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cubik-0.2.0-cp38-cp38-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cubik-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cubik-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (111.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

cubik-0.2.0-cp38-cp38-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file cubik-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cubik-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 76.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3e2f303ae7edccba248c3bf99016a7f1b57eb556c2fa4d70d0825471768584b2
MD5 4395bee2f860f2230eb9111cce9e6100
BLAKE2b-256 911529e2da61273e811de6dc26a6b150f73dee82a3bb7a8dfda83c98e1cdecdf

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: cubik-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 72.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b964ea409aa1e9d806c5a3fadd1001f0bd965cb989dfbed38a2a074709f40ed7
MD5 746d74a8e0b72242a908c300d18e287f
BLAKE2b-256 1d3f91cad535a627655cf5fadae74a20803687c588aa7a98de22daa3130a2717

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 596e9500cabdc815f832e63aceaa09f4ff4e8f7830f5fd7bf78b90a1d62920b3
MD5 281e40d47cf75939c60372ce2afbeaa7
BLAKE2b-256 3b74eca55591d3663484594e9ab5344b75ab877994df88ae21476ee40397e3c5

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98095ca9108dcc31fca40ea21190e7a28f281e0ed575455489b12d181d417934
MD5 3e860f212ee8494a2edd212a006f5545
BLAKE2b-256 dcb9c29d634d4026e9c3f193fe1ac72bfb648043950950670d0886aa3f611168

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a8898c6758ccc5da16df9536302b8fe8777ffcd7bb1b9051bce044613df3dda
MD5 18e2e85998803846dce8b8fedfad0057
BLAKE2b-256 f6717b6ae03d5d23c7d2bf096f77e9faa5e126d66871bf59e536163e691dec6b

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 11ff425201ac7f4940116c9f09e4e6c18a776864fc50488aa77a516e644c226f
MD5 cdbdaf3c7321b24d98e290eb5d7fa5bb
BLAKE2b-256 a08cfd1988661c293898a60f17edc85f2be72763a3d3350f0fda2080d5f88355

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ab75fc6f7cb91396ee93c280ba082e195b84091e9e3ea43964db31158ba49a1
MD5 5ce667ead677883ded4995b61babbcb5
BLAKE2b-256 6594f8f541f6689a90cfc78ce4c37152b0b780f6bde492e76b8f2f100d6e016d

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cubik-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 76.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c84bad65a8e5fd78abb88e3dc213623c5ca9a4e5bd3e52610441df60af26104f
MD5 d0a20b0967e61bd7a960994c414de3fd
BLAKE2b-256 fc17fca66591f4bb56ae339d54966c01b3b5cbb81a8a3804c1a6e39df22cfadd

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: cubik-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 72.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ece78e6648ca41911246f4c2e43ba1facc907332cca07c04805833beb4582c7d
MD5 0a7995eb821f9a13a7460f6b23be5b46
BLAKE2b-256 77d0cf986672096dbd604978d4d19a0cdf649527c6b5b48e1beba8195577cf9a

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d349445490a7fe9f1d1d1ca7c1799da09b6dc7cd78b928d5a142d6c1cac137a
MD5 8d14b62b7007719f1d291ea0338c706c
BLAKE2b-256 f34f8645930e41f3a633215a1e2b326c670922dbbf3aad7b1b45813d462d2dc3

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dbc8def2a525eaa2b59cb626ec5694c565e646b2ba5afba9e2289a41c13623b3
MD5 887848ad84ab74035d6af67b358d3dba
BLAKE2b-256 b846ffb7e984bf4f7ca03d2ac3ca4398439e1267928ceee053e11b9100eb50c5

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 976a14dbb3d4cee7691acc3c66055a7a9fc5be94035c2ca28d840a6be699a9d6
MD5 fa303f33b732e01f5d0f3d648b984c45
BLAKE2b-256 7202acdec4d09a8d7d410adadd7210ef4ccc58a5f7ebf7f57f585fd1afaee1e4

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8c46b6075c06d0d3f70813a73a8ff5d37e4b331fe21bc46c53d91ef1d92d9aa
MD5 d94a2d9dd20b1bd52cb80491428711a3
BLAKE2b-256 ac822abed82f58352483c35c513a696ccc4ff37a841d1be5b5da5ab0bbaf0ace

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18ec926e92e1cc1af8f11c8ea5282aaefb0161e00fdedf9a07ce149aaf3a352c
MD5 2ab2637b72877224505f34e17b063abd
BLAKE2b-256 344953a61aaebbb1c1cece91eb386161fe478b9686ed4d5bff91b8e9500eaaef

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cubik-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 76.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 237faa500457833a5932e4ef0d13d755aa26eb101398e1d2bd0ef2cda30cefdf
MD5 6ce9bf5135f4492692a79a3b018232f7
BLAKE2b-256 3f9205986551a39f70ad332004850bbc412935ae1c055e9179f63a34b1c06478

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: cubik-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 72.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dcbf13346bc71e90ee9861d7dc8bacbe8fec36ef3472ba1cdd1f6172f341347e
MD5 e621cd5d67be988f5d1f85a54690a43d
BLAKE2b-256 0723fbb4e0aec4e809dc4d4019685b2fe46bffe47e97f445abaaa3c1b4ea78e9

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7dd712fc792c9899f64f93d867894ab007110afcab28b4b5c8ba8bb391106c5
MD5 25f2aae401ba0f68d88fc19bb2883675
BLAKE2b-256 74b4006db8159eb11d6f04a38ed29d223ca0bd58e1ad2dd99c9096250bca3b33

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2afbdd2d30c6d7e47fb5b255d5510fd6540667011f181e3ffe8d9e97f7747e31
MD5 21517a4c07ac87cd28dabc634481ee21
BLAKE2b-256 5f6364874ce6c6b0497608f35a4bd2f175f1b7493816f489d9548609c4aec6d7

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16d343f86f343d0834cfe76f45ee616cecc8c83bdf8687f5afe4bddcb9a29589
MD5 cf73269713b1bd08836889ffdba40084
BLAKE2b-256 4390c185aad8cfbcd665350a9cdfedb228460baeb7c655111e01fe6eaf26ff30

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4141a46bacda4378fb43f1d91fae5fe321386324cbb8256543022f66fb56840
MD5 95fb855d555293367a63d984eca1e941
BLAKE2b-256 66cd5294ead7c61373d0b514cb30dd0dabbdb5a685b6697775fa60bb1b47e1da

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10b239e042a7010a17e3b1fff8d3430bd736ccbbf73a8a50a3815cb579c1267a
MD5 14c3b0fa563b74a25c72f6113caa3d5b
BLAKE2b-256 374a94afe2f96c26cc3d7076d08d853208364b5db8fe2c23791ea17b90e768c6

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cubik-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 76.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a634c7070de893985ad3a012a4e00a7362eb11806ed16c3326b9aff7bbe0a021
MD5 5cc1adc6d28330df4b0d0ca06eda25e5
BLAKE2b-256 19fd61b7314ebe1ff27ce0d45b44aa608b97904959bb16af54cd75a37985fecf

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: cubik-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 72.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 831830e5ca23707d56cd09f93c1f5b9b006da7fc0e9fd90ae4dff95f148e0b03
MD5 e5eca87b48273643dd7500a6651943cf
BLAKE2b-256 b635cd14d824d1c9d936fba44ac8269f23c77d0536550b069ece33f743b0dc70

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94304c713015f5d47341338ac900d0f076a21655450759cce2d1c79b75afb44c
MD5 87b1bb52a6f248867cf7164598665ccf
BLAKE2b-256 9b2e057154f10641e830bfa940b12389e4dee596baa004871bc8a20a749ef6d2

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cubik-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01634ddbe1766db9fa43ffc143cd0dc7e2de40ca584c0da3995cfcd43d0d0807
MD5 2feac103ff2b256b2b89b1d00850ec37
BLAKE2b-256 b456c1d5b8c24e32762f609edb38651d28f3d0d8f5813af055c0eb01e571db56

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4366b1876ee47c34ce12dadc493f3ad44134ef8483697cb1594ed28f4472074
MD5 378e3b52902a62ad6b4f31486c4d0639
BLAKE2b-256 2edd37ae44b55c9812c46ff5e7159cd6e325cfea339dda3a1a28725ea6b1be24

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18f90473d93a200f684212e1c4595984f73b7717a176fd3b1d19c2b853bf0dd9
MD5 09a3cae49c25bbf747953b96c437fce2
BLAKE2b-256 6ad8b948e7da3a2fefe76d478f4c848abdf2343e1519e9e16d329b033d87ce7b

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cubik-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 98.0 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87fd4b94d98ce8e80ddc2bae917c7e064daa85344d4773b0b1c7be80711acccd
MD5 6c8b0415d1155a3525d360f92030c96f
BLAKE2b-256 2465e20375bafd3a5c0c96f0884972200c5dbb750fdf6de696ff494154e2ede4

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cubik-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 76.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a1a13ff4a7bcbc1d7a13ef86dc227dc24c20c35b886083fe5120bdfac3879abf
MD5 4d712576a61428ae187f14ce74b77d67
BLAKE2b-256 89f07b1956e315354fb57e3352afa9954eb265149bd9af463d8f3967afeedb2b

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: cubik-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 72.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c07ee32ff72256a5650fe79c5c6c179dbcb6902546b078f6241bd01549e183a2
MD5 9a467374ac77725c476be3bb94e1d134
BLAKE2b-256 ca050d6838bbc6e54fbddfdd1a23887e6fd7bdd7cf1ed97ee7611cdde2814c15

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4e66e943ad3a2d01067c841098d9a7a0681bcbb1c9429f6c2ed6c76295acebd
MD5 5c3f0045f03118ac89d97bd17b4af686
BLAKE2b-256 e039cef3cf899f4aa6a21adbfe64cd9ef4096d5eed1ffe5e8bbf4854146e7e1c

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cubik-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aa7381264d63a5003a7d845c10785526d8c713b2c020f2b658b58039fd822055
MD5 7868e0e76c684a157b7b30fa66a72ce8
BLAKE2b-256 689b797e52be42a5a78ec8b4864c3e10f3d608e3623e068d29a43e9da5a33944

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5362bb373aa3b8950df5671420486377636bec2ad82a3fa3612c08f61ee324d
MD5 bf9c777211ab512562173d1e74efc576
BLAKE2b-256 9084d5fa67aee0ec591ec66b5c1d23ba0a7a4367d5c38a926a4f40c2d809eeb7

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cubik-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72858698377e9bdc4f3ac52e71a1db25bc33eb6a57d2a05f61d84d46a0179cfb
MD5 3e0b549e9cc9a45a96887d3a8db369de
BLAKE2b-256 5232fc4982f030e449c689b6d0aac362cb3fdff261e331fa3258ce8478b8c7f4

See more details on using hashes here.

File details

Details for the file cubik-0.2.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cubik-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 98.0 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.14

File hashes

Hashes for cubik-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d10bd59c3584252e356eb0935232bfbc565bcfc17617d13fba22e082fa5b4d17
MD5 6c5df254ea92dbf58dbc9f4f3ea89553
BLAKE2b-256 af54cb28088ec5ccfd23ffbf16037ae849a40840e71a0f3e725b99bf72817cff

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