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

import siren


async def test_auth() -> None:
    async with siren.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-0.2.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

abandontech_siren-0.2.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file abandontech_siren-0.2.0.tar.gz.

File metadata

  • Download URL: abandontech_siren-0.2.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.4 Windows/10

File hashes

Hashes for abandontech_siren-0.2.0.tar.gz
Algorithm Hash digest
SHA256 41e38531fc2d6132213f90603b791737ee784a2cd13d9a362556e12328f96ce8
MD5 ec98e4100f07d6340b0ea7b0f2bd41c4
BLAKE2b-256 84fe1aea28278daf17a816c7a537b144c8170b33a8e2cefeb26d9955f1adb04f

See more details on using hashes here.

File details

Details for the file abandontech_siren-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for abandontech_siren-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7712c8c324298ca7007af860ad316a3447502bf126b9ddb64b94297905926399
MD5 80ff5639c5527dafc4c22f7356626487
BLAKE2b-256 d843a3079e5d9fe5fae495d0774bb74f96cfaf85ffd957f213a317abd184bf05

See more details on using hashes here.

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