barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
527 stars 75 forks source link
anvil client mca minecraft nbt protocol proxy python server

Quarry: a Minecraft protocol library

|pypi| |docs| |travis_ci|

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:

.. code-block:: console

$ pip install quarry

Features

.. _Minecraft protocol: http://wiki.vg/Protocol

.. |pypi| image:: https://badge.fury.io/py/quarry.svg :target: https://pypi.python.org/pypi/quarry :alt: Latest version released on PyPi

.. |docs| image:: https://readthedocs.org/projects/quarry/badge/?version=latest :target: http://quarry.readthedocs.io/en/latest :alt: Documentation

.. |travis_ci| image:: https://travis-ci.org/barneygale/quarry.svg?branch=master :target: https://travis-ci.org/barneygale/quarry :alt: Travis CI current build results