Metadata-Version: 2.4
Name: mcnexus
Version: 0.1.0
Summary: A high-performance, asynchronous Python library for Minecraft server management (RCON, Status, SLP).
Author-email: Bogdan11212 <your.email@example.com>
Project-URL: Homepage, https://github.com/Bogdan11212/mcnexus
Project-URL: Bug Tracker, https://github.com/Bogdan11212/mcnexus/issues
Project-URL: Documentation, https://bogdan11212.github.io/mcnexus/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dnspython>=2.4.0
Dynamic: license-file

# mcnexus

A Python library for Minecraft server tools.

## Installation

```bash
pip install mcnexus
```
