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)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| 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
|