Metadata-Version: 2.1
Name: mc-server-interaction
Version: 0.1.2
Summary: Module for interacting with Minecraft servers
Home-page: https://github.com/Uncooldevs/mc-server-interaction
License: GPL 3.0
Author: Dummerle
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aioconsole (>=0.5.0,<0.6.0)
Requires-Dist: aiofile (>=3.8.1,<4.0.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: cached-property (>=1.5.2,<2.0.0)
Requires-Dist: mcstatus (>=9.4.0,<10.0.0)
Requires-Dist: psutil (>=5.9.1,<6.0.0)
Project-URL: Repository, https://github.com/Uncooldevs/mc-server-interaction
Description-Content-Type: text/markdown

# mc-server-interaction
MC-Server-Interaction is a modern asyncio-based library for interacting with Minecraft servers on your local machine.

## Features
- Modern interface using asyncio and callbacks
- Manage multiple servers
  - Create Servers
  - Start and stop servers
  - Send commands
- Retrieve player information


## Roadmap
- Much better cli interface
- Interacting with worlds
- Backup functions
- ...

## Requirements
- Python 3.8 minimum
- [Poetry](https://python-poetry.org/)

