This is a fork of the original project at `https://github.com/ValvePython/steam <https://github.com/ValvePython/steam>`_. This supports WebSocket based connections while keeping the original API in tact.
For details about the library, refer to the original project.
---
Install latest release version of this fork from PYPI:
.. code:: bash
# with SteamClient dependecies
pip install -U "steam-rv[client]"
# without (only when using parts that do no rely on gevent, and protobufs)
pip install -U steam-rv
Raw data
{
"_id": null,
"home_page": "https://github.com/CFTools-Software-GmbH/ValvePython-steam",
"name": "steam-rv",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "valve steam steamid api webapi steamcommunity",
"author": "Rossen Georgiev, CFTools Software GmbH",
"author_email": "info@cftools.software",
"download_url": "https://files.pythonhosted.org/packages/27/b2/92d265cfebedc48fd921489c1b14cd2d62e84980a80f84072b2a3858ac08/steam-rv-1.5.1.tar.gz",
"platform": null,
"description": "This is a fork of the original project at `https://github.com/ValvePython/steam <https://github.com/ValvePython/steam>`_. This supports WebSocket based connections while keeping the original API in tact. \n \n For details about the library, refer to the original project.\n \n ---\n \n Install latest release version of this fork from PYPI:\n \n .. code:: bash\n \n # with SteamClient dependecies\n pip install -U \"steam-rv[client]\"\n \n # without (only when using parts that do no rely on gevent, and protobufs)\n pip install -U steam-rv\n ",
"bugtrack_url": null,
"license": "MIT",
"summary": "Module for interacting with various Steam features",
"version": "1.5.1",
"project_urls": {
"Homepage": "https://github.com/CFTools-Software-GmbH/ValvePython-steam"
},
"split_keywords": [
"valve",
"steam",
"steamid",
"api",
"webapi",
"steamcommunity"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "27b292d265cfebedc48fd921489c1b14cd2d62e84980a80f84072b2a3858ac08",
"md5": "2cbccad505e1d86a4dce41aeecbc80a9",
"sha256": "48a9b4150d67c9933f2d221a8fae549d1feb537c11a98ac8bc124fdb9039103b"
},
"downloads": -1,
"filename": "steam-rv-1.5.1.tar.gz",
"has_sig": false,
"md5_digest": "2cbccad505e1d86a4dce41aeecbc80a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 400397,
"upload_time": "2025-08-15T15:36:36",
"upload_time_iso_8601": "2025-08-15T15:36:36.874488Z",
"url": "https://files.pythonhosted.org/packages/27/b2/92d265cfebedc48fd921489c1b14cd2d62e84980a80f84072b2a3858ac08/steam-rv-1.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-15 15:36:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "CFTools-Software-GmbH",
"github_project": "ValvePython-steam",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "six",
"specs": [
[
">=",
"1.10.0"
]
]
},
{
"name": "pycryptodomex",
"specs": [
[
">=",
"3.7.0"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.9.1"
]
]
},
{
"name": "urllib3",
"specs": [
[
"<",
"2"
]
]
},
{
"name": "vdf",
"specs": [
[
">=",
"3.3"
]
]
},
{
"name": "gevent",
"specs": [
[
">=",
"1.3.0"
]
]
},
{
"name": "protobuf",
"specs": [
[
"~=",
"3.0"
]
]
},
{
"name": "protobuf",
"specs": [
[
"<",
"3.18.0"
]
]
},
{
"name": "gevent-eventemitter",
"specs": [
[
"~=",
"2.1"
]
]
},
{
"name": "cachetools",
"specs": [
[
">=",
"3.0.0"
]
]
},
{
"name": "enum34",
"specs": [
[
"==",
"1.1.2"
]
]
},
{
"name": "win-inet-pton",
"specs": []
},
{
"name": "wsproto",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "zstd",
"specs": [
[
"~=",
"1.5.7.2"
]
]
}
],
"tox": true,
"lcname": "steam-rv"
}