Home

Awesome

Aio-MC-RCON Code Quality PYPI Version PYPI Downloads

An asynchronous RCON client/wrapper written in Python for Minecraft Java Edition servers!

Installation

pip install -U aio-mc-rcon

Example Usage

Documentation

class aiomcrcon.Client(host: str, port: int, password: str):

exception aiomcrcon.RCONConnectionError

exception aiomcrcon.IncorrectPasswordError

exception aiomcrcon.ClientNotConnectedError