Skip to main content

bakkes-rcon

Client for interacting with BakkesMod over its websocket RCON.

Installation

pip install bakkes-rcon

Usage

import asyncio
from bakkes_rcon import BakkesRconClient

async def main():
    # By default, connects to ws://127.0.0.1:9002, with password "password"
    async with BakkesRconClient() as client:
        inventory = await client.get_inventory()
        for item in inventory:
            print(item)

asyncio.run(main())

Download files

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

Source Distribution

bakkes-rcon-0.0.1.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bakkes_rcon-0.0.1-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file bakkes-rcon-0.0.1.tar.gz.

File metadata

  • Download URL: bakkes-rcon-0.0.1.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.4.0-89-generic

File hashes

Hashes for bakkes-rcon-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d9f3837e3d83c3c5d17bd1d58d38cb4f32f67d0fb362c3c3df9b3d909713bba8
MD5 37ff955fc1d656a9a532b229d088898f
BLAKE2b-256 7126b62a12f85d84ef420d232b88243a64927b40b8cde69c9a0e08ed7db7f0a2

See more details on using hashes here.

File details

Details for the file bakkes_rcon-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: bakkes_rcon-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.4.0-89-generic

File hashes

Hashes for bakkes_rcon-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0f7bbb0e98d1017acdd6dbd847975c8b7d5311d938b4ac83484c208ed638d8e5
MD5 a7d5e910b5c3f01468a2175c6036f0f7
BLAKE2b-256 67861f5c42ca18424e8c0412e07c2d8e8f6f834fee0c6700f8c066f94e1042fb

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page