A project that seeks to recreate every old Minecraft version in Python using Pyglet and Cython.
Project description
Minecraft: Python Edition
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.
This project is currently recreating the Multiplayer Classic versions of Minecraft. The latest version is Classic 0.0.23a_01 as released on July 11, 2009.
Learn more about this version here.
Or the server version here.
This project is organized so that every commit is strictly the finished Python version of the Java game of the same version number.
This means that you can go back into this repository's commit history and see only the source code changes between versions of Minecraft,
or you can compare branches and see the changes made between them. For any version this project covers,
you can play it just by specifying the Minecraft version you want to play in the pip install
command as demonstrated below.
General Usage
Pyglet, Cython, Pillow, and PyOgg are required dependencies and can easily be installed with pip. Use the versions specified in requirements.txt
.
This version features block sounds and music, and for audio to work you need either PyOgg which is recommended, or FFmpeg which is installed on the 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.
To easily install this version of Minecraft: Python Edition, just run python -m pip install minecraft-python==0.0.23a_01
.
Alternatively, for a manual Cython 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.
Gameplay
This version features multiplayer, chat, caves, beaches, hill terrain, infinite liquid tiles, level saving, options, and human mobs.
Press B to open the inventory menu, G to spawn a human mob. Press Esc to pause and see other controls.
Multiplayer
To launch the multiplayer game, run python -m mc.net.minecraft.Minecraft -server <host:port> -user <username> -mppass [password]
.
Press Tab in-game to view connected players.
To host a server, follow the instructions in the README.TXT
file in the server directory.
Make sure verify-names
is set to false
in the server properties.
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.
The server directory contains the unmodified, original Minecraft server build for this version.
This would have been much more challenging to work on without the great tools provided by RetroMCP-Java.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for minecraft-python-0.0.23a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | db36292ee40d982741617d5216aaa331927797022061513b1f280fc131a6c999 |
|
MD5 | 0869bb1a76685af49fd8f365f301e77a |
|
BLAKE2b-256 | 7bf9dda44a72ef11e9733e785e2373f619db1b4acacb8794c4890ff5037541ee |
Hashes for minecraft_python-0.0.23a1-pp310-pypy310_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6baab6413a855df56c14d635c1dfc0946188a6c7aa92d682993b039e4cc9267f |
|
MD5 | b2de158bd2ec8263c510ab58db0a2b19 |
|
BLAKE2b-256 | 1d0db27c6a91fd7921f77eece5510fdc252a0ec1ce55baa36ae7e4c4bdf836cc |
Hashes for minecraft_python-0.0.23a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa218b393b8ed72a994c14bf59c501f62a79fe3957c790a80a8ea89e759d2159 |
|
MD5 | daabdabe13f7fcbe09ea27415107d066 |
|
BLAKE2b-256 | 3f67d808ea2c72f4279ae4c821c8276262f9d6b991c191eecd702e860d705d36 |
Hashes for minecraft_python-0.0.23a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0967b9f03211d0f8a3a848077e2e983939029d60728f110b6254a33b4326dad9 |
|
MD5 | ab9082778c3184cbbd9c9707266fbb3c |
|
BLAKE2b-256 | d4547a2465711b98e3856dd1a6a1992c469d18712f8b895536ba1c19e0770673 |
Hashes for minecraft_python-0.0.23a1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8be592cee53d956f4b2787f5ea0eb754b3fa146c1e28b6732f5eef08a3802d3 |
|
MD5 | 54e8368a0c65048ff059eef6a766496d |
|
BLAKE2b-256 | 8a65abf61366bb4abb4c6d7de4b74998e6ee5cef5d901473c3b8e5858cd7fb37 |
Hashes for minecraft_python-0.0.23a1-pp39-pypy39_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aed56352c88483e04c4b691a724113037ab945f101bee8d92caf073916506af |
|
MD5 | aef85ce962f4e8c84a8473a3e58e32ac |
|
BLAKE2b-256 | 9f5aa3546e464b45082bdac2d429e049e471f8c8f59d26b9ebc69b62df27f1fe |
Hashes for minecraft_python-0.0.23a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3acbca4ae8805e16193d5ea1a76ac3d233f2ed66a9fe1e4efd70a92a3867a1e |
|
MD5 | 1f1a428f4b07da06ac87a9f8e7cac056 |
|
BLAKE2b-256 | da16963f88c0e074708429879f0c8881565509267daa6081063be2cf013af2b3 |
Hashes for minecraft_python-0.0.23a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bf466a4cb8cd8c109b9a88fbd926164cdfee80288b7bf1c1a7996ff5ff6df66 |
|
MD5 | 9b850bfe3bf7c7f44942a063d2cb2d65 |
|
BLAKE2b-256 | 0c9a3753082e1ff327a5f22c4135efadb3ec07e4374bcb24a6738aa03412ce65 |
Hashes for minecraft_python-0.0.23a1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30a9a1472c54c269177b27e91f1a1e2279472c2be0314827b27cb4ec9cc8bc5e |
|
MD5 | 94a28ef4f7b5b45d7b521bc3b62b14f8 |
|
BLAKE2b-256 | b5eb624ad2ec748dd5ab686fcf8dc776c06cee4872c1955254d29000a2be2483 |
Hashes for minecraft_python-0.0.23a1-pp38-pypy38_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29a80cb288d78f631a773baf34a9492eeae109e76b0a444d34afe2a8f93e7582 |
|
MD5 | f864b3e18b1775e9532a3fc19cf5b371 |
|
BLAKE2b-256 | a3d45bf508cf9f9fe1937a63f262659f95e2eedc21275b3c94bface83ea65e80 |
Hashes for minecraft_python-0.0.23a1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5337c786d554e19cf42b608d47741dc48743eb1c986bca4827d623ed005c095 |
|
MD5 | be1ef5ccd1883d8a9ed400517110ff57 |
|
BLAKE2b-256 | 8d6ba070870d6b90565c9761841d14d9a9250a3600d9264a8a79e3de6602e979 |
Hashes for minecraft_python-0.0.23a1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9680efe97b3f3c0888e2c4cdb7065de114d78fa443132730b1c4b6b883cd4f3 |
|
MD5 | b92bec66180eb8e0b7724afdeeb5b3f1 |
|
BLAKE2b-256 | 9bfec6c481a0ee9591aa31647e88e574db222e52c727ec8f32968d21c8e879a9 |
Hashes for minecraft_python-0.0.23a1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc724beb5f5d97eea465c0628a2f9aaaa6348fd6d34e45e78e66eae5e52e7092 |
|
MD5 | 78a45446af6734232ccee14e613d56dc |
|
BLAKE2b-256 | e61e9a5aa244583bafadd62ccf61912e21826d1195039456d4697203e4db471b |
Hashes for minecraft_python-0.0.23a1-pp37-pypy37_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 850c3b76ee52567e777a675c7e62452a8d61186647bce2a635fdea6753c15fe4 |
|
MD5 | 5890ca0decd62d343099fdff2c23f76d |
|
BLAKE2b-256 | 270978962d3dda6e3a25c18ce4ded0d373d0ad0e581a0cd4f6abaadfae74ad5b |
Hashes for minecraft_python-0.0.23a1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf6d20f33928f090048bc92320d716d0cfc66cda713a433290a465f2cbd02cd5 |
|
MD5 | c408c02994c615c8f98759dbdaccef17 |
|
BLAKE2b-256 | 692f6bc41a4f0845807e7845d0a2cc8d960a886cbd48b220cd06a2cb16efc00a |
Hashes for minecraft_python-0.0.23a1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93e3f43fe5a8ad175b448de20a175a3912986a8f0a1e1e0d8363b66ce08729c4 |
|
MD5 | 1bb022139eb9d43df65130d90d52e93c |
|
BLAKE2b-256 | af3a2049152b55077f91c1e7885d32c4d0f08928472be5b12de1ebe9dd57f592 |
Hashes for minecraft_python-0.0.23a1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8732998e24d2ff5202748688c91d58e9d209a6bba45453bd473c4a7507019dbf |
|
MD5 | e99859dac28faa5b24fec60fd3f328b8 |
|
BLAKE2b-256 | 0309abb28797013635ff110ea2d0add38e3c623be0ec6b9996e53d4b7e0e34ff |
Hashes for minecraft_python-0.0.23a1-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 069ba59871b5f13ddee91dede583cabacbaa16ce500ba89a530c4f2ecdb78d4c |
|
MD5 | d8b917402406348aed9dd5dd393df16e |
|
BLAKE2b-256 | 1e89c341d52bcbb6960817b1dfbdbb6f975d81750f7ff2f7433851e67ebbb2aa |
Hashes for minecraft_python-0.0.23a1-cp311-cp311-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c9ba49eed9b8812942f2962f8d7996c10736bd348f64df244486f375e7e2e8a |
|
MD5 | 885914b3c43b6a65159577ecffe201d8 |
|
BLAKE2b-256 | a68095f2a1a6c42c8d217ed6774579b28f8f4c23d6928d1f0cc861d91adc47a7 |
Hashes for minecraft_python-0.0.23a1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50710bbe7ff32efbf9bcfd87bb52af42d4bf465c6a6241de5cdcf6d354a11491 |
|
MD5 | 67d07f8c4ae638a825a50927f9f5fe5c |
|
BLAKE2b-256 | 0743bfdfb2f2d68535a0d8f07b68e5cf9055b14c68f3dbd7912b98c83e6d3281 |
Hashes for minecraft_python-0.0.23a1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77592b1fd203581784cbef9acea385afae315b6713d9a404ddf5d6277c3ab1f3 |
|
MD5 | 841bdf3ab9c87b953887f73dc273e3d2 |
|
BLAKE2b-256 | fe39abb4f2eeb4135e68930e366c60345acd6b69f449d06fffb5256e81ad5d74 |
Hashes for minecraft_python-0.0.23a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 977c9215fe5eea90ba041abb2dc0f90106a7d48fb59fcfdcd768ec3d26c717f7 |
|
MD5 | ac6594cd2d4ccd0d97383c873d70ca81 |
|
BLAKE2b-256 | b4e152f20951bfda0a24e55f5e4d6af06a9346f0d091dd8f600b690d48fb4246 |
Hashes for minecraft_python-0.0.23a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0701779e1f43556d47ab36efff3910d6ba5acba1b9eb8c697510bde4fc9da406 |
|
MD5 | ee771fe2eff1d9b8e2bf4302c637997e |
|
BLAKE2b-256 | 3c75ebba3e9da25247e6cdbd4fc1ff3fb36ccbfde85b2c4891be6c8b79edddca |
Hashes for minecraft_python-0.0.23a1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e27617681e361c9a27a82786af72c79fabafda3f162fe935865ee08bff4d1df |
|
MD5 | e5f90c401b9d4d4c2b3373a0ef10170f |
|
BLAKE2b-256 | ab5b2072fd792729c8f988e963f16d3226358399e5f4d3a27f1da6bf74e9e007 |
Hashes for minecraft_python-0.0.23a1-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 425a9185de52026de7f242fadf621779842a62305a3a91f64d522ddf61a4f852 |
|
MD5 | e03e826d9b6f62d8495a76a0cae95abb |
|
BLAKE2b-256 | 0e0b4c14ccc641b262383b912d02fc9bca0fe7c3bbafdf97a9b369096173461b |
Hashes for minecraft_python-0.0.23a1-cp310-cp310-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d00bc51638d31c13de931077a473173a2e199d03df199c043fb06983c2e08970 |
|
MD5 | 419f50b92e4ca0eb156c867653acf4e5 |
|
BLAKE2b-256 | 496be4548260bf1d970a53a2b6af4b842f04cf3ac65e91e4514dc9f28caaf329 |
Hashes for minecraft_python-0.0.23a1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e757bcfc840811ca1def1ac6ce7e54384361c0ce9a50d39b976c7e55d5979c1d |
|
MD5 | 88f7a038b04fea9eb22ac7c7634e9035 |
|
BLAKE2b-256 | 8d37deff6f8f8a31757964048124c6b0430622f34fb9118ecab1007dec088362 |
Hashes for minecraft_python-0.0.23a1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa7823b9b779625d81172c9ca22371af9d5a2a217b4c84f860aa2b356aef23bd |
|
MD5 | 655956729c0bc13882d7272c4c447e98 |
|
BLAKE2b-256 | 57fc02d5fe9084bbbe16c09e498405bfd17a16c63fb07254553ffea6b5490d48 |
Hashes for minecraft_python-0.0.23a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe575ce1cad8782027a3209e76e6b3b938974d67116db6840e86dbb20dee866d |
|
MD5 | 079467716ac1d785e9f5e6f700ba0764 |
|
BLAKE2b-256 | eb2a1b11b8e471b6c42cf5b581582ff9bb1ba2b9dc0f7a2a460b50f0e6e4d511 |
Hashes for minecraft_python-0.0.23a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36a9e3a51f612b387c2857d760f840c0966dba7de356bef09e135f171b3b4646 |
|
MD5 | e32f23e4dca1732a4229e78003dfec45 |
|
BLAKE2b-256 | 7cdae55d8e1811660781c414b81931b6dad451aa85bc3996403dd8164aab3766 |
Hashes for minecraft_python-0.0.23a1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 179568befb8f81ee6b5edd9774eee3097b1eafe67c2ac4b8f87343fe235d9c39 |
|
MD5 | eff834b27895fa57a9b8083960d87d7b |
|
BLAKE2b-256 | f2a293646e5e05d71adea15bc2511bf9c0a4dce37ae48804f8a09a7dbc35d03d |
Hashes for minecraft_python-0.0.23a1-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fbcaacebef9a84fb54183c76abeb36dcd74ec0711b863d51171781d0444e838 |
|
MD5 | f4c85d576e3a5b1e3bfb9c4e5382a888 |
|
BLAKE2b-256 | c2a07b4c82ca2cd20769c17653013730ed8a6af014a427f966e61cb6d1168fbc |
Hashes for minecraft_python-0.0.23a1-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c31b86b65afa6f48511f7c22e4761668eebb35ff34ef4eaa872f88aaab954b55 |
|
MD5 | 1410e18bc1070331de5df5cb92efb5de |
|
BLAKE2b-256 | 8483f96a54a2dfce89c8caeabcf88a0cfc4d9f941a6523e0ec8f8f69a9226842 |
Hashes for minecraft_python-0.0.23a1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c69f8014718be280547ec7f5404878adcbb445aebd89401d7c167d3fc8bce533 |
|
MD5 | fd5299b42a500e4a3b7eca1765541af1 |
|
BLAKE2b-256 | 83c954f73d0a01bb428092590ab386aced9d21b19ce758a5b804cb87b9ed3292 |
Hashes for minecraft_python-0.0.23a1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c4f51dd5d949be3b5ae4c95e70b1f7f022f7c96979703d82af126fe3574c738 |
|
MD5 | f79919f8cc5bbe5b52313037f3504cef |
|
BLAKE2b-256 | c9925fb53a2a2b208eb8e3bc0f2c94e6b93c9a5e55a161d21c419a9a5e6fd116 |
Hashes for minecraft_python-0.0.23a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f12eb76f0561e3b7f8a8c1e60d05bd4af1e4f6a3e09015520824e22c3ddd433 |
|
MD5 | a01b483c234715f001b88aeaf0737372 |
|
BLAKE2b-256 | 7b7bb5e8cc1d0160e9c78dc73825ad5fee53cccd69d007b5505a92fadbe7cf4b |
Hashes for minecraft_python-0.0.23a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19978cff1731e91a51612f162dfa07d047257b8e435774892b51d61a61602832 |
|
MD5 | 62825d0f490fc01a167764408c8f253a |
|
BLAKE2b-256 | 9b42443bc4904049258092f4d57afb2e3d95956b882def1cd4de6dde88dad641 |
Hashes for minecraft_python-0.0.23a1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03e771183d72ce6959f68e28478effe27eecbec1c2826e426a1404f7abb04922 |
|
MD5 | 62d901a545ca6eac730d62d8a3caf8cf |
|
BLAKE2b-256 | f8d649a1208eed6b65b3802ef3a2f8e7ed8d2e187769cca71c446a07a1e4aaee |
Hashes for minecraft_python-0.0.23a1-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4da92f8eceff4de52da0477aa63f3e97e212e30d2e226fe94e2f8793f896b681 |
|
MD5 | b80e567ef76dc70d02a666efc67cf117 |
|
BLAKE2b-256 | 881a552ba6bc56d9a849aa6a8f5c3d9689a05ee9f32aeb8cafc8fdfb2a276b21 |
Hashes for minecraft_python-0.0.23a1-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 623465e0e1908083f35842db58442256a3f326f95ee452f8f3138cb19f99a522 |
|
MD5 | e5ca44bf1e9a32f3996dad07afcd83a1 |
|
BLAKE2b-256 | 2d7be4f031e2046488f3ab3d33414e461021d27b10012e3d417b7a9886ec90da |
Hashes for minecraft_python-0.0.23a1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 455c2ab702a60c039afe3b9406e758c7939dc7b738d0760724fb30d69ca44043 |
|
MD5 | 62b39a4a04ea8a92b1307c23fb880cf6 |
|
BLAKE2b-256 | c5871164b3bd391eea11b56f76b1083d74d98ff563c6f2eb4c9be655c8c693e2 |
Hashes for minecraft_python-0.0.23a1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20a9c882bf891e970fa8945235ce993231d07fd7b72352659fde303402ffc1c8 |
|
MD5 | dee7e7a924647cf5378d023d66cf678b |
|
BLAKE2b-256 | 52a91256fb86cf0723daa0572fc84e944bc45e648ac5b8394ef06add3a06267d |
Hashes for minecraft_python-0.0.23a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0f8e7771de8345f0ed6d28cadf55806d4a96d56315692e54dd12f3549f2642b |
|
MD5 | f973f4a55f6e01a593015bd82482120c |
|
BLAKE2b-256 | e7a341f42ab5962ade1bd676434443519fa09ff02f44ee93291dd6a29dbb075c |
Hashes for minecraft_python-0.0.23a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 523648771fa5a4cfa04cd4967692f3905bb3db2c78f1e24ec03d75825351649f |
|
MD5 | 454e643dc29007da811093fd94d21d34 |
|
BLAKE2b-256 | 86de1ba8245e3e53de801fc61119692926e3a0b472d8b8b598150001ac5d4662 |
Hashes for minecraft_python-0.0.23a1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e12592e2eebad4d829858d8866ba2f1a373138f85c627999c2dd5c1e340807d |
|
MD5 | 1ed0f392cc9b3bebba4d491951b3621f |
|
BLAKE2b-256 | 6b49d59c662b2ef245a89488aa19cd72f7bf87501fc0e7b4c48fac4cb04af660 |
Hashes for minecraft_python-0.0.23a1-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4efcf82a8dc4870ae75f6c7a209589f2b41b45e2ffcc3998dcdd202fb7aeb394 |
|
MD5 | 168db9bee3b9e5f7cb1e6d83fb17c55a |
|
BLAKE2b-256 | 62e6919c239d74403d5c7081fec92572965034c34692ba702f87cba967b0f6d8 |
Hashes for minecraft_python-0.0.23a1-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ebe1fa80de3e505bb903bb879b8e12e0b9aefadc01595741f8beb5ea202de88 |
|
MD5 | 0bcf45f9f926bbc0a0754357f1d7d54e |
|
BLAKE2b-256 | e026fa16e9f3328086e8fe88b697a7f611b49445bb3b149239f36083241941a2 |
Hashes for minecraft_python-0.0.23a1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f1325cfae02f0c3c983308c8fcc56187b513896a49ca22f80488f39769e43a8 |
|
MD5 | 78f43eeab14acd3241d59b8e33b057d3 |
|
BLAKE2b-256 | e60a3fa17aca8b003c53a160dd0472330db405e1fc8945d002779be059a70dcc |
Hashes for minecraft_python-0.0.23a1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f31e394424ba3fcb00843bd257ce9943b80577f773f840b705c49d72a88f9475 |
|
MD5 | b41c67a1ba8c492b4a32c441f3407ca4 |
|
BLAKE2b-256 | d7a66917bf22c4f610a6c8ebe05ea5ef6b778379e05bfd9687171af4d91da24e |
Hashes for minecraft_python-0.0.23a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a73afc06beabc02b9dd6d661f2d9aaae93e5ba81b6958a7601d091bab9c564f6 |
|
MD5 | d14299c9d4aa199d815f2c8ad3b1b05e |
|
BLAKE2b-256 | 79df0088a7f78a7ae0972a40f1238d0a916a14f88a864e2d09dc75c7bb391460 |
Hashes for minecraft_python-0.0.23a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c876ace0efb5da2b0fcc38eec88f4026058d557675126c50dcc9923c5103014e |
|
MD5 | 25349ed0f1da5822664f496a673de89d |
|
BLAKE2b-256 | de02e6ff6cbe03470ff2afe480d3451280b672b5d18ce9239373f6448f91983d |
Hashes for minecraft_python-0.0.23a1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28008e531d98dad80a922c2626579c6c8786de8dfcd5131af6f06db1315ef550 |
|
MD5 | e386a378c504e9d1050dae8788897917 |
|
BLAKE2b-256 | d9733616a32cde1b166835e519a91119eded0f32f6abc99a5222993bbf8661ec |
Hashes for minecraft_python-0.0.23a1-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fb0e70046a3c7866d77ec1fb5a81e64de91c64c740a3bf93c01296ea956ca8f |
|
MD5 | af8ec4cadfce86ff70c0a1258399d7e1 |
|
BLAKE2b-256 | 6b1a6fbd9b0361513edd2335105717f3832b8ff318b8d2f819270c192d02a4ac |
Hashes for minecraft_python-0.0.23a1-cp36-cp36m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf3aa2b3fe03788f8fd1cabb91febd3ec6c7a69db031f226a7bab96a469f2066 |
|
MD5 | 05ccea0d0f5d0b1c22fd8087ca43464e |
|
BLAKE2b-256 | a6256238e59ab7cffbfc6e4ddcb082805dfd645d7a33536129816426ea335367 |
Hashes for minecraft_python-0.0.23a1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9260b998d60aa01e2e06795bf69f7ed42c8eb360d4012426ec63e95c4da38c39 |
|
MD5 | cddbc93e07c120efe0c157f6c54f5daa |
|
BLAKE2b-256 | 621ca83164789ff54ac43b37cc1d8af83599ffc60af921219310fe1cb58e0d99 |
Hashes for minecraft_python-0.0.23a1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 621d2fa24ba443fafe5cde4c6e94c01d30c7ef77399ae3fd02ebff4123330bcf |
|
MD5 | bc14429fff8505eaaad24ec8e8be5827 |
|
BLAKE2b-256 | bebe3285c45ea9425348d08bd9fb8ca9257d252bcf0b316b22aa5ad755762123 |
Hashes for minecraft_python-0.0.23a1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f526034e19d90ac94201bc9c5514557438081ab7256e92df36723f64caf14dc6 |
|
MD5 | 056b90a20f6ed51d32011e5fd6f77434 |
|
BLAKE2b-256 | 0fa18e89cddcb4d63f527333c1419f4313db32ae1bb19e19908e385f3cacd3d7 |
Hashes for minecraft_python-0.0.23a1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c06ddd035bdf26d588c6f13935d1d1d1bfc9c8b83ff0938d8daa747ca1a3b2df |
|
MD5 | 7e55f3ddaa261882781171359a8137e2 |
|
BLAKE2b-256 | f30d4e836205faec3b51dd279293ce4bd206dd5e1416e6a7ad857628f6772a68 |
Hashes for minecraft_python-0.0.23a1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7e5dc6d18b6d1203cd2b2c76fa4229b6987b3dfbaec2f34e7fb6f3b676f8ff2 |
|
MD5 | d3b061f14cc43c11c59c4df9230550cc |
|
BLAKE2b-256 | ede95974d6139d047e0f59f70148f8a1b5b64b2ba6f8b659c8e8e2035f5f4b4d |