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.1.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file abandontech-siren-0.1.0.tar.gz.

File metadata

  • Download URL: abandontech-siren-0.1.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.9.6 Windows/10

File hashes

Hashes for abandontech-siren-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2c565d7975e20f416eed78f1e11a4d0084d8ea82397c763c79ab30397278bdec
MD5 f5b90e1de1e6019ed1a3081809483356
BLAKE2b-256 48edddf6555ba377e83b27c5c998a83de0e1f4158243b4ae9462fd75b55ceafe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for abandontech_siren-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1afef6d6871f694eebb6d98d2eb226400fe6e034019f740d6f9a7d002914ae4b
MD5 b9a1bfb9fe0c6769879c649f277cdadc
BLAKE2b-256 7211bc2f0caec6e40daca332c32d9d8a7ff58deff2a9b4a5a6187153a5ce905a

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