Metadata-Version: 2.4
Name: mcproto
Version: 0.6.0
Summary: Library providing easy interactions with minecraft servers
Project-URL: Documentation, https://py-mine.github.io/mcproto
Project-URL: Source code, https://github.com/py-mine/mcproto
Author-email: ItsDrike <itsdrike@protonmail.com>
Maintainer-email: ItsDrike <itsdrike@protonmail.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE-THIRD-PARTY.txt
License-File: LICENSE.txt
Keywords: minecraft,protocol
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: asyncio-dgram>=2.2.0
Requires-Dist: attrs>=25.3.0
Requires-Dist: cryptography>=45.0.5
Requires-Dist: httpx>=0.28.1
Requires-Dist: packaging>=25.0
Requires-Dist: typing-extensions>=4.14.1
Description-Content-Type: text/markdown

# <img src="https://i.imgur.com/nPCcxts.png" height="25" style="height: 25px"> mcproto

[![discord chat](https://img.shields.io/discord/936788458939224094.svg?logo=Discord)](https://discord.gg/C2wX7zduxC)
![supported python versions](https://img.shields.io/pypi/pyversions/mcproto.svg)
[![current PyPI version](https://img.shields.io/pypi/v/mcproto.svg)](https://pypi.org/project/mcproto/)
[![CI](https://github.com/py-mine/mcproto/actions/workflows/main.yml/badge.svg)](https://github.com/py-mine/mcproto/actions/workflows/main.yml)
[![Docs](https://github.com/py-mine/mcproto/actions/workflows/docs.yml/badge.svg)](https://github.com/py-mine/mcproto/actions/workflows/docs.yml)

Mcproto is a python library that provides various low level interactions with the Minecraft protocol. It attempts to be
a full wrapper around the Minecraft protocol, which means it could be used as a basis for Minecraft bots written in
python, or even full python server implementations.

> [!WARNING]
> Currently, the library is still work in progress and very incomplete, so while contributions are welcome, fair warning
> that using mcproto in production isn't recommended.

For more info, check our [documentation](https://py-mine.github.io/mcproto).
