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 20100128 as released on January 28, 2010.

This version adds diamonds, diamond ore, gears, metal tool variants, and semi-functional crafting to the game.

Features from previous Indev versions include the Indev mossy cobblestone spawn house which contains chests with all of the items available in this version, NBT level file saving, tools including flint and steel and the bow and arrow, torches, advanced liquid spread, TNT explosives, and the MD3 Rana mobs.

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

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, NumPy, and nbtlib are required dependencies which can easily be installed with pip. Use the versions specified in requirements.txt. wxPython is an optional dependency for the level file picker, but if you don't have it then Tkinter is used instead.

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.client.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 (or press F11 in-game). The argument -creative will force the game to be in creative mode.

Gameplay

All available tools and blocks are in the chests in the spawn house. All controls are as you would expect for the game and they can be configured in the options menu. Press I to open your inventory, B to craft (only recipe is an apple in the top-left corner for an arrow), F5 to toggle rain and F7 to take a cool isometric screenshot.

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).

Levels can be saved to a single .mclevel NBT file in the pause menu. The level files are perfectly compatible with Java and vice versa.

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

Isometric screenshot

An isometric screenshot of a deep Floating map generated by the game.

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.20100128.tar.gz (7.7 MB view details)

Uploaded Source

Built Distributions

minecraft_python-0.31.20100128-pp39-pypy39_pp73-win_amd64.whl (9.9 MB view details)

Uploaded PyPy Windows x86-64

minecraft_python-0.31.20100128-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.4 MB view details)

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

minecraft_python-0.31.20100128-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (9.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

minecraft_python-0.31.20100128-cp312-cp312-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

minecraft_python-0.31.20100128-cp312-cp312-win32.whl (9.7 MB view details)

Uploaded CPython 3.12 Windows x86

minecraft_python-0.31.20100128-cp312-cp312-musllinux_1_1_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100128-cp312-cp312-musllinux_1_1_i686.whl (22.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100128-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100128-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (22.8 MB view details)

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

minecraft_python-0.31.20100128-cp312-cp312-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

minecraft_python-0.31.20100128-cp312-cp312-macosx_10_9_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

minecraft_python-0.31.20100128-cp311-cp311-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

minecraft_python-0.31.20100128-cp311-cp311-win32.whl (9.7 MB view details)

Uploaded CPython 3.11 Windows x86

minecraft_python-0.31.20100128-cp311-cp311-musllinux_1_1_x86_64.whl (23.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100128-cp311-cp311-musllinux_1_1_i686.whl (23.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100128-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100128-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (23.1 MB view details)

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

minecraft_python-0.31.20100128-cp311-cp311-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

minecraft_python-0.31.20100128-cp311-cp311-macosx_10_9_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

minecraft_python-0.31.20100128-cp310-cp310-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

minecraft_python-0.31.20100128-cp310-cp310-win32.whl (9.7 MB view details)

Uploaded CPython 3.10 Windows x86

minecraft_python-0.31.20100128-cp310-cp310-musllinux_1_1_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100128-cp310-cp310-musllinux_1_1_i686.whl (22.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100128-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100128-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (22.0 MB view details)

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

minecraft_python-0.31.20100128-cp310-cp310-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

minecraft_python-0.31.20100128-cp310-cp310-macosx_10_9_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

minecraft_python-0.31.20100128-cp39-cp39-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

minecraft_python-0.31.20100128-cp39-cp39-win32.whl (9.7 MB view details)

Uploaded CPython 3.9 Windows x86

minecraft_python-0.31.20100128-cp39-cp39-musllinux_1_1_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

minecraft_python-0.31.20100128-cp39-cp39-musllinux_1_1_i686.whl (22.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

minecraft_python-0.31.20100128-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

minecraft_python-0.31.20100128-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (22.0 MB view details)

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

minecraft_python-0.31.20100128-cp39-cp39-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

minecraft_python-0.31.20100128-cp39-cp39-macosx_10_9_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128.tar.gz
Algorithm Hash digest
SHA256 eac6fdcc179a98547b50ec90a5880d811e9be48bf4c450c7fa4ccc55a9dd5fb9
MD5 19d07b101c146909d4fbb6b201e535a0
BLAKE2b-256 b6182662bede7e027fab6a02e6646b89b097e3c6c39b73f744cca4d2292a09d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 479d52064b89fe4486f1e30fa6229da80665dc1bfaba7b20a20c43214179845b
MD5 e804204590234e146d9c858abebc07bc
BLAKE2b-256 ccc76c043dda8d53fce2f57ba969a8d0083fd6dbae1ade80e931ee716d0f094d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f167f9d7fdf12a67cfe4dbe61ea70893a47824604c7c312b1db25fedd0754d95
MD5 beedd7913063663018c23d0ea1713368
BLAKE2b-256 e835754c21685ca662c47c0017fda74a443dc4171998f8b0c8364f6f154dbc21

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100128-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.20100128-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e57b889af9b1cba21078eba6b9a11975345ec2dbd57fa094d32e0b8af5cf96ad
MD5 529b700d692aa3949affe22c0eded13f
BLAKE2b-256 0aa0f8d50eb1f4515776f41cf7e14d9a5cf4005ece18a4c054eed4482539732f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a29b2390bbdaf62f9e6230661619aa7a91c3fae56f88486d52ab633504d7ef4d
MD5 f84a0c85d86a6d6425d4710f13583a79
BLAKE2b-256 bc5ab6422823ce912b51f5a0fd067bd92ecc19bd308fa46abb8eeb6ec13869d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d4b5cef77c62060d75f610b9cb227c996313277a53d509cd79005117de482f18
MD5 dd6e70306784558800060f81163f1636
BLAKE2b-256 6616858846a8aa425881e79c57820bdfd3c11f0e7f6eaf79fb6133990c4cbdc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 493b7b2f3668b27130ece581a3cfc12fbef7789ada6d1f28433b937215f73aaf
MD5 9e6a8fb6fc44f8a7cbad424b94673641
BLAKE2b-256 9c15683cc370d526004e1a656a86732b9db3bbcad3be5f8d2456c4e6cef82dab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 19dabd1bf9f8b84a541ee46478a3fcdef5f0316cb1d07b1b24b92c1a9fcb2b19
MD5 88892ee1a69294efc827d7822fb47d64
BLAKE2b-256 74a37c0023bdb92b34ea8d1e5b82934023158e691554ccc70c822c8814b1e842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5797460eb3020012f177c73444abffec986c028ffd0894881a9db49979141d34
MD5 e5970c4124d1b0558182a8d426bb2cc2
BLAKE2b-256 c5a3ef08a9d74daa49a73518b57f4fbcf15b2b02396cc793b8f4d46114641dcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 87d8bcb78eee18923a79864070cfd32eca50a49c9f0c301b01c598fb3675e5da
MD5 57bb9c92f44f454a1261f208a8c2d6bb
BLAKE2b-256 e1e0b0dd9c625c4e4e4d14971953676ca05c7c4ecf669a3c9a0860bdb639a5fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2780a52e33d42e0841eac4f69a20b10fb5256e2f6cceb7f4596134405964af0a
MD5 ee357fce6cdb80f92e408e3fb4835c44
BLAKE2b-256 1a738e1ef830b5b3f1ec5049735c89671a3c7c2eb6549aad4860e222bd4fc76e

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100128-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.20100128-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a377326c71f722a773fb8015870a59656fb4f4ad344acce4ca73d41a193030eb
MD5 39e6beeb5a7a78d20673a3d4d81eb9bd
BLAKE2b-256 2a99fd6d3fb016f5e63edfadf8f31cbd1b1b11f6a1c1919a683f517475d9e79f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8d2b50a2c6cf16320cbc2d87085655c566da8f9dcf7117244d950e2c4efb08d
MD5 eaa3b1833b2f95bfbe303e8c40d8892c
BLAKE2b-256 d6b96358458cd6ec00914ae80176d8a6d4e7790a95273d915aeb62924c5b8551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4be90cd1df33a6209628b19d7f8e15c98d205429d222a82ad7b21e1e0f715411
MD5 cd4e93ba32b51ffa655fd74cdbe4be24
BLAKE2b-256 dfbfd0a50ee2b8e8d02040042af39cb0531b3f6aeb1a26c026782aada96c7746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 db5e97ef9453d55851f0c877d2bfeedfba2dcb8b0a8bb8665fb60d7bc741abbe
MD5 49e998aa43e00c3b0bb8ca212aa155dd
BLAKE2b-256 b499ec777a7ce58b9ffc57cd0ec10bcafad2bfc1fab24a59d3ea4080f39e239e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c1e158c2efedce32b93370a1f4c981d9be36eba16e9aaf92afce0e99e2aa5bdb
MD5 0e2d690fc73d1bcaf0dd56b95e6cb3ee
BLAKE2b-256 165ade4d7645abff4d1720868cac1dfa96cc165f1b2d4ca819597642c7450a5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c5d2cb631ae197ce26c10a19b60f11b722e069e039f4e0b4d83df184d76cf591
MD5 2cb8104c0c46603d8cb5eb344a2a0864
BLAKE2b-256 3e697878b287ee70a8c281679515a851b07db770107a4ecb4332110adf15648e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8988c62274daa7614e5e22a0d3a366838c21b3d473927377aed29eaed1388b0a
MD5 571127a666fc2e8feeb269db11717769
BLAKE2b-256 c0e16a1114444974fc4e4a7f7948082af719ca53e17d119caa23fe79228e42bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aec44b6a14f11f57148a816a98ed57716aa7bd55a2240745c644bec42cf66712
MD5 fcdc970ce6e35ad437a4efe1001357ca
BLAKE2b-256 a8d2d7e7013961c2e20158c6e34816b34d57e51c05ec86cf499997f46b83db41

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100128-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.20100128-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1761cf0f76ef61ed465f4b4f02eb5a502ac1ec05c41d11f7bb5244e3a60fb3e0
MD5 a5b011a6a382eb9e4287edc0aac14d39
BLAKE2b-256 a9d7b045aaf576fe5dcc4060bc192c124a1352a098c824fc91e69740c9f2f658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e19e173d80910e0d4d70d2d4fd2ac2287b073771b12d794cc92142080d17a841
MD5 8ac717ab43cc713938c667e613e3c7f7
BLAKE2b-256 a5d11d2a09d7b19d9d3b0fbe7c31f7097bf4bf766d0bbf6acc0d55a80b5dfc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ff68f4ad6d84721c143ef18020139c150a207a58ae3abfa2f3d1d14828cc964
MD5 879c316e47a0d785cc273fcd955219c3
BLAKE2b-256 013852924a9cf2aeba8cf129533637380d7de56a34b277d09222f221a4b008e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ab7a629bc5cf24dbc570098d9f722e32a444e85f39ba7868c55efa4d8c88e57e
MD5 3812238615b1da343f98fc4f6c77ad1d
BLAKE2b-256 64718fddd56af75839e878e1df49ee6352ad93ae94272616539a2c6099c4a9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f24c22c13ac89be66702bb2e697e7acec58f015389fff3eee242e0a78c3ea2cc
MD5 d0ef34169bb17889e7d2b0206ae51236
BLAKE2b-256 81ac2d514dcfda8c14078c078772ff98863ac05aa95535fc0fc928e6f4f94059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ea9df5bdf2e4627b7562bd3ce4b9d29c79cf27e67e0a06e772be3b6da5081f39
MD5 73a1e103d960c7b7840d9c4f3dc6faae
BLAKE2b-256 1ce287c763122b451cc180e287aecfc62c07a806f7cd75b1dd14c69236d8e973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 799f6af10c01f55b57044db134d666ee76650ed05e31facebb2ae56d2895b7cd
MD5 0434a46efe86e82b3ac67ad796bd7557
BLAKE2b-256 350cef14f7d93ce7ae460b5b3527ddde8b1fd19682082e4abd4249409cc5b000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 647cd68517e47c3a57890654368ee47d30aa765193e7fb0f35861552c324c951
MD5 f8bbb550d6a2a3f26d490a88a1473adb
BLAKE2b-256 a208f5e3392c2eedad54f70fcbbb08e017989f0a9eb1cfa472d3de4e4ee9a942

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100128-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.20100128-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1264c591930fc2a2088552bb786a0529c332c7b4d4ebc2bcb1f796ab66a8f52e
MD5 ae67f9e1366f83e99d792f8ba2d65cb5
BLAKE2b-256 15755ea431de36c9b6b2bb27ff90b87052be58a8ab084e76e9a09506e33e28cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b202f6abe0c638d1ea668a5feae694d9459579de979a31b50d47ae8303909c4c
MD5 1fe85cb393ea8eff2bfff0b4dd1d4d43
BLAKE2b-256 f518b15ccb7ae20190f2e4c0de979f6cf63f56abbc75aaf102dea7e76564ec41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0aea426bdb1ab8e6bbc75e93efd9b2dd53e1ed16f95c300a3b2a1423d59a673
MD5 8645e155589fab4bd6d51106d0782bf8
BLAKE2b-256 73b64eea0a0f8961bb8e8eb20253b821cfaa3e1e765476add0703bd4a93df686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 66441f754840be021405450e8d7be9d5efc03bff96d33ce64d64203b054674dc
MD5 9e9ea788c6e36f53bd745f2f3ca450b1
BLAKE2b-256 0f8a4a9fc05f26f1f871da9005bdfb80b265c06b64db459c9b3c1ccb31cda26f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9d8cd18c0ec5d7bedaea149442b484b1ed78cf62e587b1e64eaee85a53bbe604
MD5 3ccaecfc3c1f0cb22ac575102bf5eadb
BLAKE2b-256 82574fb8b4d870a194c5c188b038bc006bec6cbc09132080f0ac73c127965abb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e4ae61a8366155ee695be7d8103b07288e2d977a8eede2892f69320753da711d
MD5 0b803b7a55665bcb439390a5a473bc9c
BLAKE2b-256 ecb05d9a400b398e51f7993f46e48f678a1fb193baef05b59a3a70ca377bb0f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5c93f0e7dc30198c40fc12abfebe2ba00e8d5510412d77c28c1b8da73458b27e
MD5 04dceaa7a94c6ff4aee7bfab9985e0b9
BLAKE2b-256 97d003b9df63f534731c139677d12e24a51a4ce91d374d1aa8b13814b21bca07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86b0d5ce647ebe27bae73774b7c63a7f70cdd73a59d4645d3c2388b1d4e9a4f4
MD5 08edd77dc7e9e990bcb0dcaf35dfa333
BLAKE2b-256 93300720a8c2c47c84b3434b2a73a50d9f69cd2a7738f1113d670f5e4d44c891

See more details on using hashes here.

File details

Details for the file minecraft_python-0.31.20100128-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.20100128-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de233bb089d2f6a5a9c2ec8abc3ca1f1078fa4bfebc5f925a727f333bf885694
MD5 2a7a4599cfc69f7cee8305b940778b00
BLAKE2b-256 97e4c22ad924ae4f8bef5f1cdffab65cb4fbf25f70661815ec8926af159136da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b77cc24b3c10735723c6ac7419192bb0365841b23164907b4398799bdfc6c683
MD5 60c8983970c58f43baaff1b1097c267a
BLAKE2b-256 8d7cbdc61f8932afddbdb720287d6e0eca7b6ffe799b0d725f704be55064034a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minecraft_python-0.31.20100128-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96f5edcae29e2c9a6d6937d76989149873bfb778e9477e24a7b776de4c11db85
MD5 2b420abcc3235c55f4d9a8cf4e3a64b1
BLAKE2b-256 fa2bd7a30a24ed7350c458ae36af554238b47a9e50ef94957b5c3106de4354a2

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