PyCraft is a high-quality Python library for Minecraft world offline edition. High-quality, because it respects the spirit of the Python programming language (pythonic), and because it also takes care of memory consumption, which can be a huge problem during Minecraft world edition.
PyCraft respects Python 3.3 specifications; nevertheless it is currently also compliant with Python 2.7 specifications.
PyCraft is governed by the CeCILL-C license under French law and abiding by the rules of distribution of free software.
Quick and dirty: edit a NBT file format
from pycraft import con
with open("input.nbt", "rb") as world:
W = con.load(word)
Release files for PyCraft 1402240
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyCraft-1402240.tar.bz2 | 23.2 kB | Details |
Release files / PyCraft-1402240.tar.bz2
| Download URL | PyCraft-1402240.tar.bz2 |
|---|---|
| Size | 23.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20a6afb25091dc748764878890c7c29d9ab923cccdbfc4d7a636b6d37daac336
|
|
BLAKE2b-256 checksum How to use checksums |
28bb6b8d840f831a92bfeecdabdb7df444a0bcd31fe5c151d9e9aa2222914c56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |