Skip to main content

Async Python bindings for Minecraft's RCON protocol

Project description

McRcon

Python package for authenticating and communicating with a Minecraft server using the Minecraft RCON protocol

Sample Usage

import asyncio

from siren import RconClient


async def test_auth() -> None:
    async with RconClient("123.2.3.4", 25575, "AVeryRealPassword") as client:
        print(await client.send("list"))


if __name__ == '__main__':
    loop = asyncio.new_event_loop()
    loop.run_until_complete(test_auth())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abandontech_siren-1.0.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

abandontech_siren-1.0.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page