py-rcon

Python API for RCON servers


Licenses
CC-BY-ND-3.0/Zed
Install
pip install py-rcon==0.6

Documentation

py-rcon

Install

pip install py-rcon

or

pip install git+https://github.com/kazhuravlev/py-rcon.git

Usage

import rcon
c = rcon.Rcon('1.1.1.1', 11111, 'secret')
print c.rcon('status')