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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: abandontech_siren-1.0.0.tar.gz
  • Upload date:
  • Size: 6.4 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-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6dcea9455a3e492c119bbab0be05eb5f9f95eb600eaa184f35c4e26ff5f5abe6
MD5 93391c0a1e04a60a5d0b48a0914856e6
BLAKE2b-256 2e2b97888db322b79d712d5edeae1f965a0bedc1c1bd765adc04b56d08a5f34f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for abandontech_siren-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c97e2f7e07422e4b29485c5fc2f1c19d917df187425dc7713218e78a7b5cda95
MD5 222742aa856d84a6eee1aa95b134221c
BLAKE2b-256 fe6fc41b2b485b7bd285aa73073947517250c7e3caac5ec14c7f0ddfbbbbdd93

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