Metadata-Version: 2.4
Name: minecraft-server-utility
Version: 1.0.0
Summary: A comprehensive library for interacting with Minecraft servers
Home-page: https://github.com/darkboy0p/minecraft-server-utility
Author: darkboy0p
Author-email: wardengamerofficial@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/darkboy0p/minecraft-server-utility/issues
Project-URL: Documentation, https://github.com/darkboy0p/minecraft-server-utility#readme
Project-URL: Source Code, https://github.com/darkboy0p/minecraft-server-utility
Keywords: minecraft,server,ping,utility,api,mojang,bedrock,java,gaming,minecraft-server,server-status
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Requires-Dist: build>=0.10.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: pdoc3>=0.10.0; extra == "docs"
Requires-Dist: sphinx>=7.0.0; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Minecraft Server Utility (Python)

[![PyPI Version](https://img.shields.io/pypi/v/minecraft-server-utility)](https://pypi.org/project/minecraft-server-utility/)
[![Python Versions](https://img.shields.io/pypi/pyversions/minecraft-server-utility)](https://pypi.org/project/minecraft-server-utility/)
[![License](https://img.shields.io/pypi/l/minecraft-server-utility)](https://github.com/darkboy0p/minecraft-server-utility/blob/main/LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/minecraft-server-utility)](https://pypi.org/project/minecraft-server-utility/)

A comprehensive Python library for interacting with Minecraft servers. Get server status, player information, MOTD, and more with a simple API.

## ✨ Features

- ✅ **Server Status**: Check if server is online/offline
- ✅ **Player Information**: Get player count and list
- ✅ **Server MOTD**: Retrieve Message of the Day
- ✅ **Version Info**: Get server version and protocol
- ✅ **Latency**: Measure ping time
- ✅ **Multi-Edition**: Support for Java Edition servers
- ✅ **Player Lookup**: Search for specific players
- ✅ **UUID/Skin**: Get player UUID and skin data
- ✅ **Mojang API**: Integration with Mojang's services

## 🚀 Quick Start

### Installation
```bash
pip install minecraft-server-utility
