https://github.com/p5-vbnekit/p5-python3-aiogoldsrcrcon
p5-python3-aiogoldsrcrcon
https://github.com/p5-vbnekit/p5-python3-aiogoldsrcrcon
asyncio cli goldsource goldsource-rcon goldsrc goldsrc-rcon half-life hlds python python3 rcon rehlds
Last synced: 11 days ago
JSON representation
p5-python3-aiogoldsrcrcon
- Host: GitHub
- URL: https://github.com/p5-vbnekit/p5-python3-aiogoldsrcrcon
- Owner: p5-vbnekit
- License: cc0-1.0
- Created: 2021-08-24T13:20:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T17:02:20.000Z (over 3 years ago)
- Last Synced: 2025-04-10T03:53:24.517Z (13 days ago)
- Topics: asyncio, cli, goldsource, goldsource-rcon, goldsrc, goldsrc-rcon, half-life, hlds, python, python3, rcon, rehlds
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# p5-python3-aiogoldsrcrcon
python3 asyncio rcon client for GoldSrc engine## Install
- from Python Package Index (PyPI): `pip install p5.aiogoldsrcrcon`
- from source code directory: `cd path/to/source/code/directory && pip install .`
- from source code archive file: `pip install path/to/source/code/archive/file`## Library
### Example
Watch [example.py](./example.py)### Help
```
import p5.aiogoldsrcrcon
help(p5.aiogoldsrcrcon)
help(p5.aiogoldsrcrcon.connection)
help(p5.aiogoldsrcrcon.Connection)
```## Binary entry point
`p5-aiogoldsrcrcon[.exe] --help`Also, you can use portable exe with same interface on Windows: https://github.com/p5-vbnekit/p5-python3-aiogoldsrcrcon/releases/latest/download/p5-aiogoldsrcrcon-portable.exe