Skip to main content

A project that seeks to recreate every old Minecraft version in Python using Pyglet and Cython.

Project description

Minecraft: Python Edition

Minecraft

Minecraft: Python Edition is a project that strives to recreate each and every old Minecraft version in Python 3 using the Pyglet multimedia library and Cython for performance.

The project is currently working on the Indev versions of Minecraft. The latest version is Indev 0.31 20100110 as released on January 10, 2010.

This version introduces fire, apples, functional tools, and the customizable Indev level generator to the game.

To easily install this version of Minecraft: Python Edition, just run python -m pip install minecraft-python==0.31.20100110.

You can learn more about this version on the Minecraft wiki.

Organization

This project's commits represent the Python versions of each Minecraft Java game version. You can view source code changes between game versions by checking the commit history or comparing branches. To play any version, specify it in the pip install command as demonstrated below.

General Usage

Pyglet, Cython, Pillow, PyOgg, and NumPy are required dependencies and can easily be installed with pip. Use the versions specified in requirements.txt.

For audio to work you will either need PyOgg which is recommended, or FFmpeg which has to be installed on your system. GStreamer is also supported on Linux through the gst-python library. PyOgg requires that your system have one of the Opus, FLAC, or Vorbis codecs. OpenAL is required and comes bundled with the source on Windows.

For a manual Cython source build, run python setup.py build_ext --inplace.

Run python -m mc.net.minecraft.Minecraft to launch the game. Minecraft: Python Edition should be compatible with any modern platform that supports OpenGL and Cython.

Run with the argument -fullscreen to open the window in fullscreen mode. The argument -creative will force the game to be in creative mode.

Gameplay

Press I to open your inventory. All available tools (shovel, axe, pickaxe, flint and steel) are in the hotbar in addition to some building blocks and torches. Press F7 to take a cool isometric screenshot and F5 to toggle rain. Q will drop items. Other keys are listed in the regular options menu.

The Indev level generator is customizable and you can choose between the Inland, Island, Floating, and Flat level types. You can specify the world theme as Normal or Hell (lava and dirt instead of water and grass), world size, and world shape (Square, Long, Deep).

The only mobs around are the MD3 Ranas, but they don't drop anything when killed. Mushrooms are unusable, but apples will restore health.

Isometric screenshot

Additional Notes

The mc.resources directory contains all of the textures and sounds that this version uses. However, the textures are only there for convenience, as all of the texture buffers are already preloaded in the mc.Resources module.

This would have been much more challenging to work on without the great tools provided by RetroMCP-Java.

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

minecraft_python-0.31.20100110.tar.gz (7.8 MB view details)

Uploaded Source

Built Distributions

minecraft_python-0.31.20100110-pp39-pypy39_pp73-win_amd64.whl (9.6 MB view details)

Uploaded PyPy Windows x86-64

minecraft_python-0.31.20100110-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

minecraft_python-0.31.20100110-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (9.6 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

minecraft_python-0.31.20100110-cp312-cp312-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

minecraft_python-0.31.20100110-cp312-cp312-win32.whl (9.4 MB view details)

Uploaded CPython 3.12 Windows x86

minecraft_python-0.31.20100110-cp312-cp312-musllinux_1_1_x86_64.whl (22.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100110-cp312-cp312-musllinux_1_1_i686.whl (21.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100110-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100110-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (21.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

minecraft_python-0.31.20100110-cp312-cp312-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

minecraft_python-0.31.20100110-cp312-cp312-macosx_10_9_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

minecraft_python-0.31.20100110-cp311-cp311-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

minecraft_python-0.31.20100110-cp311-cp311-win32.whl (9.4 MB view details)

Uploaded CPython 3.11 Windows x86

minecraft_python-0.31.20100110-cp311-cp311-musllinux_1_1_x86_64.whl (22.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100110-cp311-cp311-musllinux_1_1_i686.whl (21.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100110-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100110-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (21.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

minecraft_python-0.31.20100110-cp311-cp311-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

minecraft_python-0.31.20100110-cp311-cp311-macosx_10_9_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

minecraft_python-0.31.20100110-cp310-cp310-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

minecraft_python-0.31.20100110-cp310-cp310-win32.whl (9.4 MB view details)

Uploaded CPython 3.10 Windows x86

minecraft_python-0.31.20100110-cp310-cp310-musllinux_1_1_x86_64.whl (21.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100110-cp310-cp310-musllinux_1_1_i686.whl (20.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100110-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100110-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (20.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

minecraft_python-0.31.20100110-cp310-cp310-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

minecraft_python-0.31.20100110-cp310-cp310-macosx_10_9_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

minecraft_python-0.31.20100110-cp39-cp39-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

minecraft_python-0.31.20100110-cp39-cp39-win32.whl (9.5 MB view details)

Uploaded CPython 3.9 Windows x86

minecraft_python-0.31.20100110-cp39-cp39-musllinux_1_1_x86_64.whl (21.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100110-cp39-cp39-musllinux_1_1_i686.whl (20.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100110-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100110-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (20.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

minecraft_python-0.31.20100110-cp39-cp39-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

minecraft_python-0.31.20100110-cp39-cp39-macosx_10_9_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file minecraft_python-0.31.20100110.tar.gz.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110.tar.gz
Algorithm Hash digest
SHA256 c867c6ad70be63b2cc8977ac1fc837e10e7c54cb3b9cf16ba1ecc7421ecb1173
MD5 362724c8850ca0cb73374ba86e9b2876
BLAKE2b-256 1d691d7d8456676d23b873ae3c2e663772a7600ad0c65e63ab44bc829ac80a20

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ada70d153fd8235b22586ad5de0e941b1f47a7890a5fa4f1da4f899e99914a5a
MD5 3d627fd3515f3558bc6599396996c9cc
BLAKE2b-256 254fd93cd8615c6ac0c3b361405806b298097356420c36c075d1566f8d795aa3

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ee0ccda178b581a1a77bf3a9d79eba76fb7df7d6f06666c97e1e8c91b131897
MD5 fcb577bac4c4818ee815453743aceefd
BLAKE2b-256 f7360681879f17b1be3de7f0d4037e5e02e7cac65c98aaea026226d2bab62ae8

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1def59b2f6fe29f76c5ea280dfd3edd1d54189b442dc407cb76214af812afc03
MD5 5addf4efe160cfcfc9d172ff8ab51f08
BLAKE2b-256 d90b0a21fd866bf1ba01992fd0a2316c56510a53a17dd6c5c53bc4a239653f9a

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e8f65567c974a63b0d5e1980cb15f69c54c1bf8ce2e3f87e485593c819f9950
MD5 e15e5151ab6d8dee4aae98944abfbd5c
BLAKE2b-256 a78624c5149e67bccafeee255d65f61f19b81f55c6a03ce438587e2727f8381a

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 894435b8f95dee06816dd408e361bff7576240a069c9b16bf4b8aa5660495e63
MD5 d1ccfae28cee4394544780870c6f3805
BLAKE2b-256 96812f8cb1114a5b03653ca564954af964feb778e488d341ae06ea7b15b4bdc5

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1027e9fee20d35a4428061f6811ece1d20790df5778937f8e09c2fb26f5a613a
MD5 d557db442c6faf34ded948ea829531f4
BLAKE2b-256 e772d3dd7eb0f12f1a6e29685c57880a6c70c4f048deb3a2a6ca9ca38c50046b

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 559b65160edd44a25eef20b106835752b450d13e5267e09c3eb25ee5818ebdc2
MD5 cff91e0b065079cfb9b87811386c9676
BLAKE2b-256 b009195e7427eaaa9717c52887a659b8246d1cc580701b6097153ed1bfd82753

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9435ecdf9ee63f1c4af21563f43c0bb6f29aff404be02bcdc084146b5c7e0d73
MD5 18e1126f288e3000e9cb569f01a2780a
BLAKE2b-256 4e937c0304f4e53c196ebfb4d2526787da181408758e57be3958d5c45922e553

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aaa7755b20e266bcfaa596d3b75380c73b65a8873a2a0f7894d2fd5e1f86b0a6
MD5 509108f3f1773166a232de96b5295522
BLAKE2b-256 4aad467dcd95d7586de8ad7c9c6ab117764640d69b61fc9b4c7eb1170d833e9b

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f8fd7c802448db8482a58ac98e7776eee27066554a9ab7fbf47678f3807d408
MD5 18193c944bc7b3fa4e1aaab994c889f1
BLAKE2b-256 ab0caa53e1b40955db3bbb7e48b5fae526af378c6de656edeb1632f0d4f695ba

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 45b09fe37e499a97f7e761168d31e9d4aedf469409b7055ab0320fe6c87570a2
MD5 216be4a4af0e92641dfe2a19b8b6ac1a
BLAKE2b-256 d6e8eb977e3dbaf655bdd296ab7d64d83545dc5723232248f1ba34654e2e092e

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e35e2835a2cc7fc8832267ccaa584593757e79c2963860af49797067fcd9d03
MD5 5c34fff8e4f5af0f616c8213a81e3d86
BLAKE2b-256 91aa03da258ed41cc5906fd38ec4b479ef82c09f2954f7d9d03717792bb477e0

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c0af5148bf6d50fd75b4e655bd5f0d460476848a7e2439be90f2c245c756fc0
MD5 af8fe5c6b012620b0a69f045e9e2dcbc
BLAKE2b-256 47e196c3ac3266bbce2f6ebd953980e11e8c91b21f7732c2ffefe32e25aaf8e2

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e6cd1db739a2418527c38e263817602a6d87a4706372c4d1ad7cf947f17e4efb
MD5 cfb3102ac6a3a283352a32c6b54f6737
BLAKE2b-256 afeffa7958a1cfd255344621e5fd8bda90aa86965142bb1e842f86443addc46c

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 61f1c0eca1a8571d0a39cd2eda68948ef84b4596132798e22ffb52e73e7ce4c9
MD5 0fb1b19debc4f3eec9ac268e7711d996
BLAKE2b-256 210b7f83fbc885c78651440b7a0906e852b4b0559f5dc759a732fdcb213f2f61

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a62be628a85b222580a3b05291d493c6c4900189abeeeccbe29befd091f1ef6f
MD5 e370921504a6de8dd7a2fe4b3550a403
BLAKE2b-256 03be28d2d13bc1a280ebf50e738027edb8dd5cbc78390f6f0c8ff4e70294013e

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f939b18540480d988b162d9678f6e0faa8316dac84501db44cab1382d4d8bfe4
MD5 8a070206483aa7953039cdc2e4ff825d
BLAKE2b-256 54a0ca369c63c0e700b75bee5abedc3e9913ec7ffed016e876ef625e4ca1200a

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a787cb408260d40be9d79d0536cc880e3b63bf37e0affdaf4744504b78d62f9f
MD5 1ff65786dafbd05602e14cab806d3658
BLAKE2b-256 c97555d85f90bbea9ebe0bd17367fb6416e45f9c24a70d2a502e5b9c0c603abb

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e20f9f37ba5bec435fcd750c90211e1bf2b5fc648dc021eb3e423fc37d057e68
MD5 787061c4681d77df74b8fb4f4ec488ba
BLAKE2b-256 66f1276ea0973216f2f39d7a58010ef4557718d0957776033168b7c3d915358f

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82038331d537435700e72086f836478c3def7c49ffddee9ba380fe7a1b919578
MD5 030836bf146d7a3602411af411701ab8
BLAKE2b-256 125ee92b2238728b484eb98807254ea4ab2bde810fc9499e92d9db9910a81caf

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d3b549e24c9e51def4fb200fa675edf2c96d7862dd301f4e677e36ecf0f4d1c
MD5 815051976684dede4d8b0545422c3938
BLAKE2b-256 3d528c8dbc38fd513ec916c3f94661ad2d9010329f468a07be08db5904f86cac

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f87b933a456d01b3d535e91b1c82d10837d79076d8c3bb2b6c896755d611ca8
MD5 1bb5749598388b9e74fd5cecba49c98a
BLAKE2b-256 97521f7feaefc7f4da9c43cb6e24d9b40c0810d4d644294050b5aed79a63615d

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6b1dcb578a99eed578108cdfdd8fe6a5c5245fd875580d1e1667b764440694e8
MD5 103bc3b8993b4119fa2dbde7f2fc296a
BLAKE2b-256 6dad16fe33f061bd3eb3c452eec1cc9eaec417cefbbb712faa2eceb45f982e20

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9837d083aa2810ef9711d1c365dab5427eb3e93fa1325984991f74eba2428519
MD5 1b730fab31f509068d333c56234cd1d2
BLAKE2b-256 775b2ad2b623300269c1f27fc7353201d6768ef4225d775c5deef21e9e496741

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 186c2179ff5268eef363b0550557d2a65662b0442008a776cb1c548eddef0c2b
MD5 0bf0ecb4e275b71e80e4eac7c8e3c76a
BLAKE2b-256 7bd562b04eb0a6dd93e54fdb5e5756466f69e459959455e8bcdcd2655bea9cca

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 366830d8d7b34246de77923a768db2d3947c61a573f4b36d0bea41a0b1975113
MD5 1a2abc1cc9b08874230e1a2b38e64b7f
BLAKE2b-256 0170d39ce5fa0104cddcf81864372c549cef3435a5cd0b70791002ef6dc580fc

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc366b50271d69bc68ba4a4b9fbb22177bfb610df63910e0b53ef594a7b59aaf
MD5 79fb72157c99fbfde51d9199a54bc773
BLAKE2b-256 c1778f89f2e202ed0d622e8bf7ba7392fe13624985f052cbd12eb0ed5eb42576

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76aac00c1818fcf759f228316a3a3bad8218b0f37dc1deadfcf0ef387fa30524
MD5 80eeda7523821cfd7747403c212df111
BLAKE2b-256 d62d25e4f030cfb60b083b9c92201db9bbe1912007f001ee473cbee0131f2ae7

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15187664ae45dd504876f3e7e358d10d8249ffc1cdd12d09bff634558a91b3ff
MD5 183c48472def92488e67f227a15c092a
BLAKE2b-256 5e3ecd22456a484385d889e7d123d685988b83260a504cf2c2ce1f61706dbe07

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2782f112c88a47d1aa8a1b817b5e256849df311952508b9b69fbb15af57167a7
MD5 266c9bc16808f96fc00f5d9ac444fb77
BLAKE2b-256 976a93dd61c3263a969dfa500e6c17c02aec9f4cc363225b11f6dbc80de4d296

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f52f63d16cf4b3f5a21cfe77bd3d9e18751a25093f7487b5ebcd4bda34f68f8e
MD5 886bcf52c2d787007b2e78d19b8c9caa
BLAKE2b-256 661601cb87447b8b9e2925dbc1dce9c2e60d15ae6834d80843ace94eb6fe938d

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4eca839248495f61cc6ad44bc106c4b42a012217e74582de8fd5333ca6bdd209
MD5 c73a2c25237806bf9c6076f4d3e06a69
BLAKE2b-256 aeca5a34ee6095c4902b1af342b13a54070da419cc9c63eb29790178cdeace73

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 235a101b9d3a890739949947be5aee741a984e201da7af05a1c163cf84e05c7a
MD5 59e5eafdaf6ba62f0c75778f2bed5f57
BLAKE2b-256 146aa978e5e583ccc57e2e17f06544997c459d13f2812df30519f543b7732fc7

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa35ba11926647cab77866680ab6e527dfe856fe548170a601f0d0ffab25f0a0
MD5 5c3c7cb91651130c56b8c9aa6aaccd81
BLAKE2b-256 225fbdab9ba95d5fedfd2fdae5b1c3a2899250564c8633e57dff2bbb5a1089e1

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0ee32c70a32deb99eaf3bce3945bc98c38b3d21f816098496afd7b3662784d7f
MD5 6364488b097fbd60e2dbf36be7a07096
BLAKE2b-256 d7680978bff0b652a3b1ded24f8fa11f8ea976a1c13e02579f04ef994203083c

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 130a3a7f6ef39b88164cdd1526224eea2172d998aafbb14bb96bbd92fa92e80d
MD5 9c5b5931f949efc75f9136ad37f6ec25
BLAKE2b-256 64c733d2ff34235100b3f6d57497d484e5091d6ce52e1849c87b1d48b9c837a6

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100110-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for minecraft_python-0.31.20100110-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ddeb47e42a491be80940d743a30be9d870197d0604278bf59f4aa8590dc2846c
MD5 8cd97e294c5e679e8637f3cf50d0d3c9
BLAKE2b-256 305f0bbc8e7df3acfc7667891815bc055107a4fadf35ef6a9d81eda0c0e4ace7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page