Skip to main content

py3rcon

RCON API for Python3

Built and tested for Quake3, but will work with most RCON systems.

Installation:

$ pip install py3rcon

Examples:

Send RCON commands without waiting for a response:

from py3rcon import RCON

rcon = RCON("127.0.0.1", "secret_password") 
rcon.send_command("say Hello, world!", response=False)

Send RCON commands and get their response:

from py3rcon import RCON

rcon = RCON("127.0.0.1", "secret_password", port=27960) #port is optional
status = rcon.send_command("status") 
print(status)

Release files for py3rcon 1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for py3rcon 1.0
File Interpreter ABI Platform
py3rcon-1.0-py3-none-any.whl Python 3 none any Details

Release files / py3rcon-1.0-py3-none-any.whl

Download URL py3rcon-1.0-py3-none-any.whl
Size 14.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
78438f409d13fc728db4c46910897d7f28f2ec479d1fef9696db22fe0acd68b0
BLAKE2b-256 checksum
How to use checksums
8cb64a9af15103ff00907fc3d01d6e25239a07000c962f54b7d42a47ad1ea797
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

Release history Release notifications | RSS feed

This release

1.0 This release

1 release file

0.2.0

1 release file

0.1.6

1 release file

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page