Metadata-Version: 2.4
Name: steam-rv
Version: 1.5.1
Summary: Module for interacting with various Steam features
Home-page: https://github.com/CFTools-Software-GmbH/ValvePython-steam
Author: Rossen Georgiev, CFTools Software GmbH
Author-email: info@cftools.software
License: MIT
Keywords: valve steam steamid api webapi steamcommunity
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Dist: six>=1.10
Requires-Dist: pycryptodomex>=3.7.0
Requires-Dist: requests>=2.9.1
Requires-Dist: urllib3<2
Requires-Dist: vdf>=3.3
Requires-Dist: cachetools>=3.0.0
Requires-Dist: win-inet-pton; python_version == "2.7" and sys_platform == "win32"
Requires-Dist: enum34==1.1.2; python_version < "3.4"
Requires-Dist: zstd~=1.5.7.2
Provides-Extra: client
Requires-Dist: gevent>=1.3.0; extra == "client"
Requires-Dist: protobuf; python_version >= "3" and extra == "client"
Requires-Dist: protobuf<3.18.0; python_version < "3" and extra == "client"
Requires-Dist: gevent-eventemitter~=2.1; extra == "client"
Requires-Dist: wsproto~=1.2.0; extra == "client"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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
