.. include:: global.rst Intro - steam |version| ======================= |today| |license| A python module for interacting with various parts of Steam_. Supports Python ``2.7+`` and ``3.4+``. Key features ============ * :doc:`SteamClient ` - communication with the steam network based on ``gevent`` * :doc:`WebAuth ` - authentication for access to ``store.steampowered.com`` and ``steamcommunity.com`` * :doc:`WebAPI ` - simple API for Steam's Web API with automatic population of interfaces * :doc:`SteamAuthenticator ` - enable/disable/manage 2FA on account and generate codes * :doc:`SteamID ` - convert between the various ID representations with ease * :doc:`Master Server Query Protocol ` - query masters servers directly or via ``SteamClient`` Checkout the :doc:`user_guide` for examples, or the :doc:`api/steam` for details. For questions, issues, or general curiosity, visit the repo at `https://github.com/ValvePython/steam `_. Like using the command line? Try `steamctl `_ tool Quick install ============= For system specific details, see :doc:`install`. Install latest version from PYPI:: pip install -U steam Install the current dev version from ``github``:: pip install git+https://github.com/ValvePython/steam