Metadata-Version: 2.4
Name: querymc
Version: 1.0.0
Summary: An implementation of the minecraft java (1.7+) query protocol
Author-email: specialzoe <fainda@protonmail.com>
License-Expression: Unlicense
Project-URL: Homepage, https://github.com/specialzoe/query
Project-URL: Issues, https://github.com/specialzoe/query/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

#### Java Edition (1.7+)
#### Only tested for Python 3.14
This is a python module for the minecraft java query protocol which implements methods for the basic stat and full stat requests as described on https://minecraft.wiki/w/Query and returns the structured reply in a dictionary.
For access to e.g. a server icon you will need to use the Server List Ping, which is NOT part of this module. (https://minecraft.wiki/w/Java_Edition_protocol/Server_List_Ping)

You may be interested in https://github.com/py-mine/mcstatus if you want complete functionality across versions.
