Quarry is a Python library that implements the Minecraft protocol. It allows you to write special purpose clients, servers and proxies.
Installation
Use pip to install quarry:
$ pip install quarry
Features
Supports Minecraft versions 1.7 through 1.19.2
Supports Python 3.9+
Built upon twisted and cryptography
Exposes base classes and hooks for implementing your own client, server or proxy
Implements many Minecraft data types, such as NBT, Anvil, chunk sections, command graphs and entity metadata
Implements the design of the protocol - packet headers, modes, compression, encryption, login/session, etc.
Implements all packets in “init”, “status” and “login” modes
Does not implement most packets in “play” mode - it is left up to you to hook and implement the packets you’re interested in
Release files for quarry 1.9.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| quarry-1.9.6.tar.gz | 66.9 kB | Details |
Release files / quarry-1.9.6.tar.gz
| Download URL | quarry-1.9.6.tar.gz |
|---|---|
| Size | 66.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ea9fac650f35f2eec475d567caa5c4fadd47edecf06ee2df1453475d6d3f9ae
|
|
BLAKE2b-256 checksum How to use checksums |
1ed9d04b8d6368964c2881915d1546d2c23aa649063f9d57cb1f20a9eac13148
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.8
|