steam-rv


Namesteam-rv JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/CFTools-Software-GmbH/ValvePython-steam
SummaryModule for interacting with various Steam features
upload_time2025-08-13 14:50:34
maintainerNone
docs_urlNone
authorRossen Georgiev, CFTools Software GmbH
requires_pythonNone
licenseMIT
keywords valve steam steamid api webapi steamcommunity
VCS
bugtrack_url
requirements six pycryptodomex requests urllib3 vdf gevent protobuf protobuf gevent-eventemitter cachetools enum34 win-inet-pton wsproto
Travis-CI No Travis.
coveralls test coverage
            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[client]"
        
            # without (only when using parts that do no rely on gevent, and protobufs)
            pip install -U steam
        
            

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/74/57/968d7e550216cbe6f714de53c077aa3fce6039333daae7112886ce95e37c/steam-rv-1.5.0.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        Install latest release version of this fork from PYPI:\n        \n        .. code:: bash\n        \n            # with SteamClient dependecies\n            pip install -U \"steam[client]\"\n        \n            # without (only when using parts that do no rely on gevent, and protobufs)\n            pip install -U steam\n        ",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module for interacting with various Steam features",
    "version": "1.5.0",
    "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": "7457968d7e550216cbe6f714de53c077aa3fce6039333daae7112886ce95e37c",
                "md5": "75b4ff8ce36b3feb2ae0033bad4b4bc6",
                "sha256": "75701a49a7880daa806afc2bea3e836f43bb8195329823799e06fb19688f979e"
            },
            "downloads": -1,
            "filename": "steam-rv-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "75b4ff8ce36b3feb2ae0033bad4b4bc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 400069,
            "upload_time": "2025-08-13T14:50:34",
            "upload_time_iso_8601": "2025-08-13T14:50:34.874752Z",
            "url": "https://files.pythonhosted.org/packages/74/57/968d7e550216cbe6f714de53c077aa3fce6039333daae7112886ce95e37c/steam-rv-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 14:50:34",
    "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"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "steam-rv"
}
        
Elapsed time: 1.00867s