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:

          +---------+
          |         |
          |    T    |
          |         |
+---------+---------+---------+---------+
|         |         |         |         |
|    L    |    F    |    R    |    B    |
|         |         |         |         |
+---------+---------+---------+---------+
          |         |
          |    D    |
          |         |
          +---------+
Letter Face
T Top
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.0-cp312-cp312-win_amd64.whl (76.8 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

cubik-0.1.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.1.0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cubik-0.1.0-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.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.1.0-cp312-cp312-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

cubik-0.1.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.1.0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cubik-0.1.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.1.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

cubik-0.1.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.1.0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cubik-0.1.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.1.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

cubik-0.1.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.1.0-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cubik-0.1.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.1.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (98.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

cubik-0.1.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.1.0-cp38-cp38-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cubik-0.1.0-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.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.1.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.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cubik-0.1.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.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 61262daad09f69d1ce52e69ee42adec2a67e6b889d87bde63ec368e9782bb387
MD5 1ad426a96d324f2a66c7c37f8f551f21
BLAKE2b-256 74108db1453608b5bfb5842d8b00ba0ebb506f522555c70fdebf5cac0b5572a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3e25cc373be25c1e7e7155873c6fe09c331ae1f86a87d3a13a52683b6e07037e
MD5 99336201045fb22f8939c813854dd8d8
BLAKE2b-256 c9777a938eefe63c5430f9cdde82fe2f4a17779e7a863fbfdc8e08ef5fae114a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a18c27ccc0c1a0dbba392eb06fd8d57baa7a7dad9483266cbda9d33b035d0b1
MD5 c5a6e50c03cb7242ffbf042d6f12ea2b
BLAKE2b-256 e84d13c037edffba703550af32df3d8ad2c3c4e609563e65e0c851a618279cb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9704135e35d4570a65258dba3e0a9ba97ed6ddbeb6e33cfa686ed718e7a69eaa
MD5 1c1d818e8666a8b723afce865aa30be7
BLAKE2b-256 8a0838684883bd71ce92ffc6c3bc68fb22bcccd8831e9302a10953ea898299ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31f5babbd8cb7c9430c05a92bd0f3196d4d3bdc3d3b4af7543ac410fe66a9ffb
MD5 8916e2a71e90cf2ef4c7e0b168c2e166
BLAKE2b-256 ddc114ed73f7af68569a4997558dd039b2b7c70badff94c33632d812278caae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb560f271d4d3fea6ea18dc2c1db174960f872b08911766fd126841040a7083b
MD5 7e29514413f3300e8134e34686bc139a
BLAKE2b-256 87053aa84d2c1b5d3799fa500d8d023d5ddc9f00c4c88a60fd859916f252f575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 974326e5d52ee20d818402004df51c422782936c37d1fdd316f3d247a4fd96f8
MD5 563ed7b0b1939f7fd05e60bc79488032
BLAKE2b-256 062581dd36c017ca1b94f1e3687498af51b21bda7b26648ef50fea3348d375cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 70e32e7713663e159750095444d7df232d89a6a7bf2b7a525eff3e766f058c91
MD5 18001f1e7a0936f3cf8116ffd5f89760
BLAKE2b-256 464d4f63864b1e4c8287f42ee17ba37fd412aa35b8a78eed324365517a636424

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bb0b54101a3774df6456ff9272a921845ebee5f8a72420e34b04e74814b27e6d
MD5 547b3f91affb1531b5ab2fe8ea93953d
BLAKE2b-256 8783394b1ceedefb809bbb6ac69fc825e00de7ba733d07aa6d36b1fa08563179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 675d10f9a683a7761ecaef93da373b6c7f2d45159488bc59bc85f35f3ac60fd4
MD5 6fb0c62d73fc4ab2c2f7a00b547186b7
BLAKE2b-256 5b25da22eadf5f8f931d428309b7878c8531e492291206b5abb37787d3857e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ea41f25d64a6a0db727ee33f6c3ea5623fb9f380c0e4868189ea05ed40a004e
MD5 28a84382f774027413b25ad53880469f
BLAKE2b-256 6454c0cd49b5a8939c3bfa30b1a5d66501b12c4d854f313185e0cb38b2c48874

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 238ccf1cf724d6d407bf10c344f5b011cd3486b16dd621ae2b3e71183cf64240
MD5 bc91497d209d883c8a8f5c26e0f44a03
BLAKE2b-256 bc0b311d484ca755f629ca8894de187b9275cc298485214acd33da48937d44cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d134cfd263c94dc792f0800d0633c201145cd42d0460b24778450ab0a5efd676
MD5 f20e1f166f922bbcada1b16d9545de72
BLAKE2b-256 51f9daaec7cf145963383653152a37135355b905353f388b2bdf31cb7b58e0ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d2e271a7210ae0c1b296d41299460e6ac926ec553c543417b1a63a6036bc1c7
MD5 fbeedbf58923f2e8c5eb3c7c7013c5a5
BLAKE2b-256 af0545a898429c899201bcd0618ada00d62a67689d0a3fc78c0c4fa3dda5aa68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bee29eb34defb02183e3c057db0ef974bc9119ff325116171b3614b2096f454b
MD5 258fc6a35fd2e37377a11947b2131f01
BLAKE2b-256 cd0c4640cd3a6e9934fc5063d229072bb9163d56626eef52ec2f72c7cfcba467

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 225105f96c644f703f970a5d8766672d451e0261867b80d696f519de439888bc
MD5 16d73cc918982f50ce4fe401ba56fd25
BLAKE2b-256 c554d902b7a3acbf91a95c2f73a864c22b530e84990ad18441adef31421870cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 758f1c1b7896feaf2d0cff7e8a798aebade81b54c069baa0ed7d960cc294aa33
MD5 8355271813d889461ae44c569c037b1f
BLAKE2b-256 36685b061ef1d58513cc54ae9d0b2f4dad926e1464ebae663058493bd0b7a8b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bcae5bb9e711612304bab0776dded43d2db4fbdd1c2e2c5039bf1df6cacdcf50
MD5 825a0c7ef02561ca784f781ba9856da9
BLAKE2b-256 d97b8bfce9f11cc91973efd33c4f715c174288e30e1bb05d453999fc0060ccfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15b8e8393e47a5170a5f0e82f20557ec93fb889b212f86bc68941c0daa0e61e9
MD5 28dd464ce295f0a866605d1ef8e81a2d
BLAKE2b-256 4daeb624ee359320b3ce790b049595010bcf551f6e8bf69a56717e9d7e7d20cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4eb9ba37e256b035c582b6052de5b59aeda6b5c18b56f338dff7923c575ad2f8
MD5 722af1fe7c409c6394f2ae3c16256b4e
BLAKE2b-256 5ba8ab4de28d51326c5850f66587defaecbd0e50d9beb29fd7d29615ee2e254d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dd08d9f88effde748df15bc0b20647f697e0759579783857892c5e1f5d052d9
MD5 a3aab863d6db05e4695752e8f2ec3e2f
BLAKE2b-256 0f1c481ea9ceadf0bd424509631f5f1574d65757156f73a022ae5c608db7bda9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d56c0fe561ee3591e76bbbec9f98b2b8c7d00f09392363885b696d1019155a80
MD5 f98f294556d79578d77a764cb2539c43
BLAKE2b-256 d65273eccf03fb7c99af9cf31dc6c344a6f0a4adabaf331c12abf26c200870a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ac6b99a9e99ba57224d81f6938e1be409859504b483e4166a165db039d14da07
MD5 177bd4dbd4fffde39445077469d4774d
BLAKE2b-256 ec5918cd0e6418b269fb26e5b72b6f9c5b723a89d977836c8fc02dc3f3c3893d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25cbe78cc51ad3d86678663a411376fc9d6cf98c85a2a12b47f30dccffb07956
MD5 674b17eaec96eca4c89f0bf226875276
BLAKE2b-256 773a1beecad673cd118fab1b7a93b7b85e8e1f8c7e7f556fcc9e8814e5a53f1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77596a1f7d9f3518ab62abb20cd3eaf17bca7349296fb04615c863261b97faf3
MD5 1862d2aebd5a726e8b403d67718ab829
BLAKE2b-256 414afe496dc010e2639e5e2ef5f83532650eaa979f24223ffd62cae950ac8813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 884e6cb588b5f02b02946e333c887fee8d1640335370d1074ab010e168810d91
MD5 0822f19d4ccd8e415bf3869f633e7416
BLAKE2b-256 6a5d62f3952dee93cf755ce2ae912be3c54f500434ef0e9eb0cf489189985d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f9699581b9bc6668b9775e6f460facd4ab46debd32d853ba87859f2440dd9f50
MD5 e3a50bee5e0e91ef8e64a6438d3869c0
BLAKE2b-256 803d07b855741931015dd41927b3e21ab2609f780268001ed00a44b399eb81fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20c57dd11f19fbd1222c8bba7edd77b1f3e7701eb74d06a68e3f3ee70b81d0ad
MD5 e16c58fd6419dbb2e1888f9a8301efb8
BLAKE2b-256 7f6daa35ded42d058838a621820292277ddda59720d898dac8996a72ee990fec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d35642a03be67634a8533cab947901bf59cff350c5a5ac4c016205e455aa61d9
MD5 e3a50456cfe8a0df87976a28528101ac
BLAKE2b-256 405024ed4534493e72d8ab4208f76c1930a888f035b0bc581c004529ae8cb652

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a551c97b7a21ad05c8e4a3a0f32abc3df980e900809af7f599804b85849c0e05
MD5 fccadbb4b4aff6e5d1673414ea65aa1e
BLAKE2b-256 68f903bfed79222591f113ff8aa040a2f70d0ea94ba14b34dfa60b0dfc89ab37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c1213e56922f2d514181c52448f80da5f7e9950609d8780c64a9862f82b9c1a
MD5 79b90e3f85c9ef70447d8820b987dedc
BLAKE2b-256 a402741f52abd1525ae065e139252a869a0026452889640e4328c725215ce485

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c3d44813a3dd533457d7d155ed9b6b74a77e4dd75bbb320310590a74a587279
MD5 8778f840ed2a6499631f9b24ac1b5f8b
BLAKE2b-256 14b28e2a1bbb55469a6e136d57ddae25ea0e4ad71a3e1ea487e8c54622d15b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86181413a38f74c0bdec943aeeb024b468d5d7fe631a21ed2ee83e0aec9c4d20
MD5 a9bb07b15b336e7635906392c1f3acb3
BLAKE2b-256 5a4283b50048e8b24c138d35655d1afdb777851d75219ec536f177f2ec1a2b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cubik-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fdb1e240b5b998a981e73d4677e14d0f4981b3326807704f381791be5d55a69
MD5 3fb547becfbd795687d526026d937090
BLAKE2b-256 abc847cd52b030fea006f23269c787c6e9a229f059cb6ca7aa1ca9708f825690

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cubik-0.1.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.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f48f6381a765b3570e85482fe190056b5f9d473ca82a5b1bf476c8535d59a517
MD5 7a86d97841e9efea444320502bb2fa48
BLAKE2b-256 2d778e5109e678d0f9b49f3ea0a79b62841f630ba990a534e9692b412fdc11c4

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