File: index.rst

package info (click to toggle)
python-rcon 2.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 1,224; makefile: 42; sh: 6
file content (23 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
rcon - An RCON client library
=============================

`rcon` is a Python 3 library, which provides a client to interact with RCON servers.
It therefor implements the `RCON <https://developer.valvesoftware.com/wiki/Source_RCON_Protocol>`_ protocol.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   installation
   usage
   modules
   bugs
   license


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`