:tocdepth: 10 .. include:: global.rst ``steam`` module documentation ****************************** |pypi| |license| A python module for interacting with various parts of Steam_. Supports Python ``2.7+`` and ``3.4+``. .. note:: Python 3 support for the SteamClient is not available in the release, see `issue#10 `_. Main features: * :class:`SteamID ` - convert between the various ID representations with ease * :class:`WebAPI ` - simple API for Steam's Web API with automatic population of interfaces * :class:`WebAuth ` - authentication for access to ``store.steampowered.com`` and ``steamcommunity.com`` * :class:`SteamClient ` - communication with the steam network based on ``gevent``. Checkout the :doc:`user_guide` for examples, or the :doc:`api/index` for details. For questions, issues, or general curiosity, visit the repo at `https://github.com/ValvePython/steam `_. Installing ========== By default the ``steam`` package doesn't install all dependencies. Add ``[client]`` extra if you are going to use :class:`SteamClient `. Install latest version from PYPI:: pip install -U steam pip install -U steam[client] Install the current dev version from ``github``:: pip install git+https://github.com/ValvePython/steam pip install git+https://github.com/ValvePython/steam#egg=steam[client] For extras syntax in ``requirements.txt`` see `pip docs `_:: Contents ======== .. toctree:: :maxdepth: 3 user_guide .. toctree:: :maxdepth: 5 api/index Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`