Skip to main content

Fast Rubik's Cube engine with Python bindings

Project description

CI

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.1.7-cp312-cp312-win_amd64.whl (76.8 kB view details)

Uploaded CPython 3.12Windows x86-64

cubik-0.1.7-cp312-cp312-win32.whl (72.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cubik-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (108.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

cubik-0.1.7-cp311-cp311-win_amd64.whl (76.5 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cubik-0.1.7-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.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (111.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

cubik-0.1.7-cp310-cp310-win_amd64.whl (76.5 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cubik-0.1.7-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.1.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (111.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cubik-0.1.7-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.1.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (111.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cubik-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

cubik-0.1.7-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.1.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4b4f6504828c16eda769786bbdecbf8a19967f3fa6ef4c0ce3dedfbae0a46602
MD5 e90a34ae2bf986cc618f8a1dbc43eb29
BLAKE2b-256 b4128694b48e7510d07bf1edccd61bcf2a6ef0b6b1e0926a91c74bb1c627ce11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 72.6 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.1.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0b01b29453bcf9dd1adc76e8fbd4f9a0b3da27540e7a8a27ad5c0e082cea7d26
MD5 42d7e700fe90744a57371fb36b082b07
BLAKE2b-256 f832456c7721b90996a072b4c850acc5470bb1bc19784cd100821aef2661fe0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8f8bc4c09928d62cc0de8336988b76888664a02f5d2a6f098d8c70ccd171c1e
MD5 4725d09e0afaf7182045d3a6a68cc8e5
BLAKE2b-256 972fb9ab5320fd1f2693e7714aa9ff64f052f4122723237e7e9e2d102399fcfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0a4a31bb4fd7d740ae60bd76d9e3ca63f7ab300ba766c46857a2f95a341fefa9
MD5 45c37b3cbaa43e2e777b7099de49d551
BLAKE2b-256 a2fa518031cab2cde3575a9460d186f8546ed831624e17b29ad9692189bce26f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d658999aa784cbb927ecceb954a17ee299f82698dcb0545f193944fe47993786
MD5 a4924c91f6d6a1b44f9918bfc39fcffb
BLAKE2b-256 63b62003e5ad62241701b6d3ccdd9fa88078d5256e07f3e3cf72bcbb65e64264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b81c44abde86192756a2b00f934f2f7ce79430fdd4820f8a15f8ebb2cb996d6d
MD5 91508be06ae3de5555d6154e949da3cb
BLAKE2b-256 bd2fadcadf82c44d60bda13db988c72be59fedd6105adb58692b4647a60c5dbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4f29e5de4a41711f8fcd639114e8c4b980c0c8f66d6c7d1d5a198b9a8c00478
MD5 d90576b0c7255b1b45d143f6c6b02718
BLAKE2b-256 a2ba284c93119403e87fee09110b2d7176db0d666cfe5eb9d47eef84694b2c23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 76.5 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.1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6cc3efc818789f6fc6cadbfc2e07a1ef6fbb752f8c077a10c79e504182fd23a0
MD5 07c82ea199926e5705a1de47f01b0ec6
BLAKE2b-256 e1bd4243318fea61506bcd46d4f29fdd0b3f9e182dc1db5b0aa69239e63cac93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9bad5ee40044221733f4a411ce60f7dc028497050b61549254c4f1b00626ee80
MD5 318e33acb2b27f4024befa85077280a7
BLAKE2b-256 112ab959be5fb217a0991afbfe92b535706f2111dc08c9653006f95650cabd48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd7368b998c815e12acc2315eeb0092aa65fb698aef84066f90a11ec34b5f2d5
MD5 1e82f1dea593efaa6040e00e84df973e
BLAKE2b-256 ddf55aaf2757db35315112528de167cb3359cedd8ebbf58d3af13ee6bf7f0aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fea9ef280ac7ade058f606bcc0a7a336c3dc7505fb706c3349d194690b11e4b2
MD5 3f269481d8482d81a6a6460521e2a933
BLAKE2b-256 d2b8c575e3f8b1c080b842dd6ea4ff06db69710bb49439b28e3b53a8e26b2db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0aca1340fd04634759d9ec2da26274bf55c081d32b41ba177e9c6c7b39829d3
MD5 0f4b029ed1ee11affab72cd83498cff5
BLAKE2b-256 05c1e38d7a1b8932addec4f8c1c66883de2a837f88e15dc5fccd98b562a82f61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5894cef74739bedb16c1ac51c0cc6332a023a0adf2fc841b4ae9d472122bd709
MD5 6222b80d09ecf9e6d325a6ec10002e58
BLAKE2b-256 682079266e37d17e880bca1580fdea2c3f8d6e35d260aa67ee6de06370218c43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51624b29dece3161e99020355cdb37b437968cd6b8ca3888bb5c50148f6f3c8d
MD5 fd2469f74e674e1712a2d310bad1b03f
BLAKE2b-256 2592e35b355046d8587214a50e14d7dee7dc8565bd90e9c3f436ffb6c30ce995

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 76.5 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.1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f10f1122f12cf68094b3502a2c6bb51ef47761437a019659abc442b2efae0569
MD5 6fc0ad5244a2a9ad479bf897899577fc
BLAKE2b-256 284d81d1a41ebdc602929d3cde64e265923152308dde3a2863c658c6e25e7bd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 35b0cb0b467b73c0348abbded93948ef39a9180e73328eba301a1066f5f98ff7
MD5 81a589f50e942e181733be4778406912
BLAKE2b-256 beff432a701ea853bdf08a129604c0d5a83c9d27a3c3485af9dfc79b9b1f4e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9291ca9e4f5e8d7f627a9ab0783cd0bca412a7ad4336a7354bec74e1cfe5523f
MD5 4b67950d45afe699f373ec20979a12cb
BLAKE2b-256 286f6e18f5dc9fc29db262a22e7c091307911bcc93ab3071f4bf11a6aca8f217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e9589e1a67dda11d2b70cdeaf058b6c9e45ebe7f47ebda570e61c7ca74facc0
MD5 d59f2b0151e5cddab136966af3c512a6
BLAKE2b-256 14e036d3fe6a25b2bf2b01f3e9ea37977a9c6d86bfbe19a5fb4a2555dc93e311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2061e4e542641a6af7d98040eb61d48c5311ed26bbe19a3f99a4919675ef3e07
MD5 ef207703ebb689c2dbdcf525d057c747
BLAKE2b-256 f26a2bc510da61219fcb58b0b400c1e75cb811605e7e8204cbb9b74f9a78dda2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e4936a751771b3eb5f16daa1bc88c871a5760b4fc9a829b2d4acb165956b726
MD5 88bf53bfbf2af80f0a195ad2c5f2ac61
BLAKE2b-256 26c435494425a8a644c207d0ec02e2b47041796574f4da0e2241caa7236f0493

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44d63ca3787943c57d71cc10dbe1468a74d97880927d63a9ab65bdf480231258
MD5 ecb7aec4796bd1809b73152da4269ed4
BLAKE2b-256 ce1c7beb636c9fdea421b2afd192a1b18a22aefe5a9f94454fb2d1b3e218ba89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 130bf24128a6366d3e1b0be7a58a147de5f351c6962bac233b1e2f050f718fff
MD5 20207393cebeb29f092b3a69133febdb
BLAKE2b-256 73ca7d1c483f82b5bd1b269c3e53ff66a8a6f485243ef0d70fea6febd72bb447

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ecf4b6df2ec5ff4918bbd79463a6a89c6aeab3c5a87c7a57993f18e3d33666b4
MD5 4e3e430354097f20443369e34ec9de99
BLAKE2b-256 848a7c489db370379d2e377393a614a54fbd7357f7351b4bd9ed14afd5bd91e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c40db8aa858967d6e50d6de78578287405f0b18b7faad0e54e340838fc4fe6f
MD5 a8ea55f64d05ca5bbd1ba58ca955e096
BLAKE2b-256 820a5208bb98aa234b1141cf3c204ea642215de0a815d8a8edbdcb19d697159c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff6d8f25e9d415f744544d003f2ac15e8b9218ab08c25acd99e55120e0af3cce
MD5 de487732c2493207a536bb327c082ae3
BLAKE2b-256 e625917cd66b9c673441147a5020bce77b21dbec4882c19cf0dd09a075a3d518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d858583e754fb07932da65a09e986d0b0409a2c8e5755d3b8c62b7f1fa9151f2
MD5 37ae6ab5f67cba8be47e89da4f384bbd
BLAKE2b-256 8201c5ee958c2c10fcdfac5a988c84a1146921f366f518040ebccaa082768aec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f807b0166a8c9ff04bdcf7568c83c463e17d18c231dc525fdff20a6c01e6773
MD5 3a8b949632f262c3b7972d07f21d675c
BLAKE2b-256 943e8b9023fdaecb51bd488512daa132a2e7fd0a4487c9ab940694c32cec53d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1882d65813239ceed2f5c92195201b0e130367b95ee3eae46a6084c493bc724e
MD5 e3d84a80f091b9b798d0452a38d4daa0
BLAKE2b-256 4ad9d24d0cfb528e21f5305955a2d2a9be43feadcff5934306212ad2a44f690b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 857c9f0a34e73c68e3e7f46b8c6c04f48d6d0e6ca4a41845696e6fa9b7df3cf7
MD5 dc6f127409e26f8a76be5151ce9241a0
BLAKE2b-256 bc87113551d25bdc20cd72082f8773256b2255f084ba4bd0465bbe4247f93499

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5abd3d8cdc68fcb31cbfc7efe7b7c12fdcdff7b8c27744b5f8f651f071a105d6
MD5 36d7552b4c00cb19118db121530063f4
BLAKE2b-256 ef21d0142b8aa85b20bf4719b7bb6ed6d8415ff80a412625a8bfd7133d96eee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03cc37f7ac37f2c880dc7858b02a3644039b09e9df6da130abfc424afeff0243
MD5 34286773df85f9057d8afaba6bcd6d27
BLAKE2b-256 82c6107937b41248b691b76136c586117858b150de3809c6389eee8f365e86e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4e61f672a980049f51caaca238ce89a804ed59f03cf261deb43f229022df231e
MD5 282a33f7ca898bfe3a105dfb08b828d6
BLAKE2b-256 428c3a335218e29e95bacf471ab9bddc9c37855ac52936f1c4c70e4f3d5b7c9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fef29f00b9f74e6ea7f38147339a8bf9a893142f7491a666f4c14480410f2b45
MD5 20de9d6bdbec331cea659755227f898c
BLAKE2b-256 b6dbae360e9f60cc4e6d3c7758284f023364fce6e2738fc5c4598bcfadd1424d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8392b98e7212a931fc1edb7f8467bc1fe6932f294a563ad9202788ded11f5565
MD5 9059c9503342b9dae350063fc544b2d7
BLAKE2b-256 4d4d2f64a603b66d422a09c1e8abfad537e11e4ed72ad23f12e3137e589b9876

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.7-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.1.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40f39b95362deb56283e632c252c12bac47b28ed6e23669d91c2afe4f5419735
MD5 a5711c3f32b99331459a7ce5fe67d644
BLAKE2b-256 c7386a36de23863164d655815ed3165ef70d52fe84c191c766dc7fb9b8d97cde

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